cond(a)

Returns the condition number of matrix a.


See also rank solve 


Example


a = ( -3, 2, 3 ; 4, 5, 6 ; 7, 8, 9 )

-3  2  3

 4  5  6

 7  8  9

cond(a)

100.0692