matrix_determinant: Determinant of a matrix
Description
Determinant of a matrix
Usage
det(x, ...)det.default(x, ...)
Arguments
x
numeric matrix: logical matrices are coerced to numeric.
...
Optional arguments. At present none are used. Previous
versions of det
allowed an optional method
argument.
This argument will be ignored but will not produce an error.