Condition Number
Definition
A scalar quantity that measures how relative perturbations in the input data of a problem are amplified into relative perturbations in its solution; for a linear system Ax = b with invertible A and a chosen norm, the matrix condition number is ||A||·||A^{-1}||.
Condition Number
Definition
A numerical measure of how sensitively the output of a function or solution of a linear system responds to small relative perturbations of the input; for invertible matrices under a chosen norm it is typically ||A|| ||A^{-1}||, and for matrices equals the ratio of largest to smallest singular value in the spectral norm.