mxrank
Syntax:
Value
Number
mxrank
(
Range
matrix1)
Description:
Returns the rank of
matrix1
.
Examples:
($a4) = mxrank($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) = mxrank($a1:$d4)