cond

condition number

Calling Sequence

cond(X)

Arguments

: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 inverse condition number
  • svd singular value decomposition

Table Of Contents

This Page