Section 24
Matrix norms and conditioning
Induced matrix norm
advancedviz
Equivalently
Measures the maximum factor by which a matrix can amplify vectors under a given norm.
Frobenius norm
intermediateviz
For
Via the singular values
Extends the Euclidean norm to the set of all matrix entries.
Matrix 1-norm
intermediateviz
It is the maximum absolute column sum.
Matrix infinity norm
intermediateviz
It is the maximum absolute row sum.
Spectral norm
advancedviz
Also
It is the largest Euclidean stretching factor produced by a matrix.
Submultiplicativity
advancedviz
For a submultiplicative matrix norm
The amplification of a composition does not exceed the product of the maximum amplifications of each transformation.
Condition number
advancedviz
For an invertible matrix and a compatible norm
In the 2-norm
Measures the sensitivity of a linear problem to small perturbations in the data.
- The formula \|A\|\|A^{-1}\| requires A to be invertible.
- For a singular matrix, the condition number is considered infinite in this context.