mxcond
Syntax:
Value
Number
mxcond
(
Range
matrix1)
Description:
Returns the condition number of
matrix1
.
Examples:
($a4) = mxcond($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
88.4482799
5
6
($a2) = mxcond($a1:$d4)