det(matrix)

Determinant of a matrix.

det([1,2;3,2])
matrixThe matrix, the determinant of which is to be calculated.
return valueThe determinant of the matrix.