- categories: Linear algebra, Norm
Definition
The spectral norm of a matrix is defined as the largest singular value of , denoted by . It is equivalent to the Norm of an operator induced by the vector 2-norm:
Alternatively:
For square matrices, is also the square root of the largest eigenvalue of :
Properties
-
Non-Negativity:
. -
Zero Matrix:
if and only if . -
Submultiplicativity:
For compatible matrices and : -
Unitary Invariance:
The spectral norm is invariant under orthogonal or unitary transformations:where and are orthogonal (or unitary) matrices.
-
Relationship to Singular Values:
The spectral norm is the largest singular value : -
Relation to Vector Norms:
The spectral norm satisfies:
Computation
-
Singular Value Decomposition (SVD): The spectral norm is the largest singular value obtained from the SVD of :
-
Power Iteration Method (Approximation):
Iteratively compute the dominant eigenvalue of to estimate :- Start with a random vector .
- Iterate: , .
- Converges to the eigenvector associated with .