Quantcast
Channel: Math.NET Numerics
Viewing all articles
Browse latest Browse all 971

New Post: Matrix Inversion does not give an error?

$
0
0
Thanks for the answer!
The determinant gave zero.
I will use the determinant to check for invertibility, even this is not a sufficient constraint. (But suitable in my case)

There is as well the function on the Matrix-object which calculates the determinant.
bool isInvertible = m.Determinant() != 0d;

Viewing all articles
Browse latest Browse all 971

Trending Articles