Member of the linalgebra class.
c = det(a)
Computes the determinant of a square matrix.
Examples
A = [3, 2, -1; 1, 6, 3; 2, -4, 0]C = det(A)
condsvd