Lecture Notes

13. Matrix norms

Part of the Series on Linear Algebra.

By Akshay Agrawal. Last updated Dec. 20, 2018.

Previous entry: Symmetric Matrices ; Next entry: Ellipsoids

We saw in a previous section that there is a natural way to measure the lengths of vectors in inner product spaces. In this section, we will introduce norms on matrices.

A matrix norm is any norm on , i.e., it is a function satisfying definiteness ( implies ), absolute homogeneity (), and the triangle inequality ().

Operator norm

The operator norm of a matrix is defined as

In these notes, we will assume that the vector norm is the usual Euclidean norm.

Notice that is the square root of the largest eigenvalue of , since

and for any symmetric matrix , , where is the largest eigenvalue of (see the notes on symmetric matrices).

The operator norm is sometimes referred to as the spectral norm, the induced norm, or the -norm. It is clear that the operator norm is in fact a norm, since it is induced by a (vector) norm.

Frobenius norm

Another important matrix norm is the Frobenius norm, defined as

Notice that , where the operator sums the diagonal entries of its input.

Invariance under orthogonal transformations

Because the Euclidean norm is invariant under orthogonal transformations, the operator norm and Frobenius norm are also invariant under orthogonal transformations. That is, if is an orthogonal matrix, then and .

References

  1. Stephen Boyd and Sanjay Lall. EE 263 Course Notes.
  2. Lloyd Trefethen and David Bau. Numerical Linear Algebra.