det {symengine} | R Documentation |
Calculate the Determinant of DenseMatrix
Description
S4 method of det
defined for DenseMatrix
.
Usage
det(x, ...)
## S4 method for signature 'DenseMatrix'
det(x, ...)
Arguments
x |
A DenseMatrix object. |
... |
Unused. |
Value
A Basic
object.
Examples
mat <- Matrix(LETTERS[1:9], 3)
det(mat)
[Package symengine version 0.2.6 Index]