DET

Returns the determinant of a square matrix.

Format

DET (M)

Argument

 
M
A square matrix.

Example

The following example illustrates the use of the DET function:
 
Function
DET ({[1,2,0], [2,2,-1], [3,1,1]})
Result
-8.0