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