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.
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;