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

  1. Non-Negativity:
    .

  2. Zero Matrix:
    if and only if .

  3. Submultiplicativity:
    For compatible matrices and :

  4. Unitary Invariance:
    The spectral norm is invariant under orthogonal or unitary transformations:

    where and are orthogonal (or unitary) matrices.

  5. Relationship to Singular Values:
    The spectral norm is the largest singular value :

  6. Relation to Vector Norms:
    The spectral norm satisfies:


Computation

  1. Singular Value Decomposition (SVD): The spectral norm is the largest singular value obtained from the SVD of :

  2. Power Iteration Method (Approximation):
    Iteratively compute the dominant eigenvalue of to estimate :

    • Start with a random vector .
    • Iterate: , .
    • Converges to the eigenvector associated with .