Compute the determinant of a matrix. As for base::determinant,
a list of the modulus and sign are returned.
# S3 method for madness
determinant(x, logarithm = TRUE, ...)det(x, ...)
# S4 method for madness,ANY
determinant(x, logarithm = TRUE, ...)
# S4 method for madness,missing
determinant(x, logarithm = TRUE, ...)
# S4 method for madness,logical
determinant(x, logarithm = TRUE, ...)
a list with elements modulus and sign,
which are madness objects.
madness object.
logical; if TRUE (default) return the
logarithm of the modulus of the determinant.
optional arguments, currently unused.
Steven E. Pav shabbychef@gmail.com