det | R Documentation |
S4 method of det
defined for DenseMatrix
.
det(x, ...) ## S4 method for signature 'DenseMatrix' det(x, ...)
x |
A DenseMatrix object. |
... |
Unused. |
A Basic
object.
mat <- Matrix(LETTERS[1:9], 3) det(mat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.