I have a estimate of covariance matrix
I want to take the inverse of this matrix, R gives me the following error
A=[ 3529861.470 8785861.47 6920.344 17120.34;
8785861.470 26209861.47 17120.344 51920.34;
6920.344 17120.34 14.000 34.00;
17120.344 51920.34 34.000 104.00]
"Error in solve.default(l) : system is computationally singular: reciprocal condition number = 2.14511e-22".
however Matlab does the inverse calculation without giving any error message. Does anyone know the reason why R is giving me error? Is the any other way to calculate inverse