mxdet
Syntax:
Value
Number
mxdet
(
Range
matrix1)
Description:
Returns the determinant of
matrix1
.
Examples:
($a4) = mxdet($a1:$c3)
Before:
A
B
C
D
1
1
4
7
2
2
5
8
3
3
6
10
4
5
6
After:
A
B
C
D
1
1
4
7
2
2
5
8
3
3
6
10
4
-3
5
6
($a2) = mxdet($a1:$d4)