LIB
>
almafa
>
engine
>
linalg-1
> det
det(
matrix
)
import
almafa.engine.linalg-1
Determinant of a matrix.
import almafa.engine.linalg-1;
det(
[1,2;3,2]
)
matrix
The matrix, the determinant of which is to be calculated.
return value
The determinant of the matrix.