det — determinant
det(X) [e,m]=det(X)
real or complex square matrix, polynomial or rational matrix.
real or complex number, the determinant base 10 mantissae
integer, the determinant base 10 exponent
det(X)
( m*10^e
is the determinant of the square matrix X
.
For polynomial matrix det(X)
is equivalent to determ(X)
.
For rational matrices det(X)
is equivalent to detr(X)
.
det computations are based on the Lapack routines DGETRF for real matrices and ZGETRF for the complex case.