mxdet

Syntax:

Value Number  mxdet(Range matrix1)

Description:

Returns the determinant of matrix1.

Examples:

($a4) = mxdet($a1:$c3)
Before:
AB CD
1147
2258
33610
4
5
6
After:
AB CD
1147
2258
33610
4-3
5
6
($a2) = mxdet($a1:$d4)