Description
Returns the condition number of x,
where x is a real, double-precision, or complex matrix.
If x is complex, the return value is double-precision,
otherwise the return value has the same type as x.
Example
x = {[1., 0.], [0., 2.]}
cond(x)
returns
2