Hi,

I'm trying to use the solve() function in R to invert a matrix.  I get
the following error, "Lapack routine dgesv: system is exactly singular"

However, My matrix doesn't appear to be singular. 

            [,1]       [,2]      [,3]      [,4]
[1,]  0.99252358 0.93715047 0.7540535 0.4579895
[2,]  0.01607797 0.09616267 0.2452471 0.3088614
[3,]  0.09772828 0.58451468 1.4907090 1.8773815
[4,] -0.01000000 0.00000000 0.0900000 0.1700000


Can anyone help me understand what is happening here?

Thanks!

-N

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to