mxcond

Syntax:

Value Number  mxcond(Range matrix1)

Description:

Returns the condition number of matrix1.

Examples:

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