condition number
cond(X)
: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.
A=`testmatrix`_('hilb',6); cond(A)
Enter search terms or a module, class or function name.