VASIQ Khan
2016-08-06 09:29:03 UTC
I am trying to find the inverse of the following matrix but its giving the following error;
Warning: Matrix is singular to working precision.
The matrix is a 9x9 matrix and all rows and columns are different ;
A = [1 0 0 1 0 0 1 0 0;0 1 0 0 1 0 0 1 0;0 0 1 0 0 1 0 0 1;0 -30 0 0 30 0 0 0 200;30 0 0 -30 0 0 0 0 0;0 0 0 0 0 0 -200 0 0;1 0 0 -1 0 0 0 0 0;0 0 1 0 0 -1 0 0 0;0 0 0 0 0 0 0 0 0];
Warning: Matrix is singular to working precision.
The matrix is a 9x9 matrix and all rows and columns are different ;
A = [1 0 0 1 0 0 1 0 0;0 1 0 0 1 0 0 1 0;0 0 1 0 0 1 0 0 1;0 -30 0 0 30 0 0 0 200;30 0 0 -30 0 0 0 0 0;0 0 0 0 0 0 -200 0 0;1 0 0 -1 0 0 0 0 0;0 0 1 0 0 -1 0 0 0;0 0 0 0 0 0 0 0 0];