Posted Wednesday, April 29, 2009 6:22 PM
|
|
|
|
| This is the matrix I'm speaking of: 1 1 5 1 2 7 2 -1 4 Your online calculator doesn't seem to understand that this is an invertible matrix, why is that?
|
|
Posted Thursday, April 30, 2009 1:46 PM
|
|
|
|
| If you try this in your computer: 1.0 - ( 1.0 / 3.0) - (2.0 / 3.0 ) you won't get 0 as expected. It is the same reason that causes this behavior in the calculator. We could of course use rounding in order to avoid it but then it would return erroneous results for near singular matrices.
Trifon Triantafillidis | Lead Developer |
|
|
|
|
|