cond — condition number
cond(X)
real or complex square matrix
Condition number in 2-norm. cond(X) is the ratio of the largest singular value of X to the smallest.
X
A=testmatrix('hilb',6); cond(A)