cond

cond — condition number

Calling sequence

cond(X)  

Parameters

X : real or complex square matrix

Description

Condition number in 2-norm. cond(X) is the ratio of the largest singular value of X to the smallest.

Examples



A=testmatrix('hilb',6);
cond(A)
 
  

See also

rcond, svd