Every square matrix should have its determinant. However, when I use
the det() method in class DoubleSquareMatrix, I sometimes get NaN. For
instance, if I ask for the determinant of a 3 by 3 matrix of 1s, I get
NaN. Is there any special settings?
Cheers