|
Carlo Castellucci wrote:
> MatLab gives me the following warning "MISSING MATLAB OPERATOR" whenever I try to paste the following square matrix in the command window ( it is 11x11 sized )...
>
> A=[0,1,1,1,0,10,1,0,0,0,0;-2,0,0,4,2,8,0,0,3,2,1;-1,1,2,0,0,0,0,0,0,0,0;0,0,0,0,0,0,0,0,0,1,0;0,0,0,0,0,0,0,0,0,0,1;0,0,0,0,0,0,0,2,1,0,0;...
> 1,0,0,0,0,0,0,0,0,0,0;0,0,0,0,0,0,1,0,0,0,0;0,0.1,0.1,-0.9,0.1,0.1,0,0.1,0.1,0.l,0.1;...
> 0,8.7617*10^-5,8.7617*10^-5,8.7617*10^-5,8.7617*10^-5,-0.9999,0,8.7617*10^-5,8.7617*10^-5,8.7617*10^-5,8.7617*10^-5;0,0,0,0,0,0,0,0,0.8225,0,0];
>
> I don't know what it is wrong about it and I really need this matrix to solve a square linear system with backslash...
>
> Thanks you all...feel free to adress your answer to my mailbox assorecato@hotmail.it as well or just post it here
Search your string for a lowercase "L" and replace it with a "ONE".
??? 0,0.1,0.1,-0.9,0.1,0.1,0,0.1,0.1,0.l,0.1; ...
|
|