
cond(M, p = 2)
p
-norm.
At the moment, norms other than p=2
are not implemented.cond(M)
returns the 2-norm condition number, the ratio of the
largest singular value of M
to the smallest.c = cond(M, p)
returns the matrix condition number in p
-norm:norm(X,p) * norm(inv(X),p)
.(Not yet implemented.)
cond(M)
and cond(M, p)
near 1
are indications of a
well-conditioned matrix.
normest
, svd