det {Ryacas} | R Documentation |
Matrix Determinant
Description
From base::det()
.
Usage
det(x, ...)
Arguments
x |
If |
... |
further arguments passed to |
Examples
(x <- matrix(1:4, ncol = 2))
det(x)
det(ysym(x))
[Package Ryacas version 1.1.5 Index]