Jump to content

Matrix norm

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 134.225.1.161 (talk) at 14:52, 27 November 2008 (→‎Frobenius norm). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In mathematics, a matrix norm is a natural extension of the notion of a vector norm to matrices.

Properties of matrix norms

In what follows, will denote the field of real or complex numbers. Consider the space of all matrices with rows and columns with entries in

A matrix norm on satisfies all the properties of vector norms. That is, if is the norm of the matrix , then,

  • with equality if and only if
  • for all in and all matrices in
  • for all matrices and in

Additionally, some matrix norms defined on n-by-n matrices (but not all such norms) satisfy one or more of the following conditions which relate to the fact that matrices are more than just vectors:

  • where is the conjugate transpose of (or simply the transpose, for real matrices)

A matrix norm that satisfies the first additional property is called a sub-multiplicative norm. The set of all n-by-n matrices, together with such a sub-multiplicative norm, is an example of a Banach algebra.

(In some books the terminology matrix norm is used only for those norms which are sub-multiplicative.)

Induced norm

If vector norms on Km and Kn are given (K is field of real or complex numbers), then one defines the corresponding induced norm or operator norm on the space of m-by-n matrices as the following maxima:

If m = n and one uses the same norm on the domain and the range, then the induced operator norm is a sub-multiplicative matrix norm.

For example, the operator norm corresponding to the p-norm for vectors is:

In the case of and , the norms can be computed as:

These are different from the Schatten p-norms for matrices, which are also usually denoted by

In the special case of p = 2 (the Euclidean norm) and m = n (square matrices), the induced matrix norm is the spectral norm. The spectral norm of a matrix A is the largest singular value of A or the square root of the largest eigenvalue of the positive-semidefinite matrix A*A:

where A* denotes the conjugate transpose of A.

Any induced norm satisfies the inequality

where ρ(A) is the spectral radius of A. In fact, it turns out that ρ(A) is the infimum of all induced norms of A.

Furthermore, we have

"Entrywise" norms

These vector norms treat a matrix as an vector, and use one of the familiar vector norms.

For example, using the p-norm for vectors, we get:

Note: Entrywise p norms are not to be confused with Induced p norms.

Frobenius norm

For p = 2, this is called the Frobenius norm or the Hilbert-Schmidt norm, though the latter term is often reserved for operators on Hilbert space. This norm can be defined in various ways:

where AH denotes the conjugate transpose of A, σi are the singular values of A, and the trace function is used. The Frobenius norm is very similar to the Euclidean norm on Kn and comes from an inner product on the space of all matrices.

The Frobenius norm is submultiplicative and is very useful for numerical linear algebra. This norm is often easier to compute than induced norms.

Trace norm

The trace norm is defined as

Max norm

The max norm is defined as

Consistent norms

A matrix norm on is called consistent with a vector norm on and a vector norm on if:

for all . All induced norms are consistent by definition.

Equivalence of norms

For any two vector norms ||·||α and ||·||β, we have

for some positive numbers r and s, for all matrices A in . In other words, they are equivalent norms; they induce the same topology on .

Moreover, when , then for any vector norm , there exists a unique positive number such that is a (submultiplicative) matrix norm for every .

A matrix norm ||·||p is said to be minimal if there exists no other matrix norm ||·||q satisfying ||·||q≤||·||p.

Examples of norm equivalence

For matrix the following inequalities hold 1,2:

References

  1. Golub, Gene; Charles F. Van Loan (1996). Matrix Computations - Third Edition. Baltimore: The Johns Hopkins University Press, 56-57. ISBN 0-8018-5413-X.
  2. Roger Horn and Charles Johnson. Matrix Analysis, Chapter 5, Cambridge University Press, 1985. ISBN 0-521-38632-2.
  3. Douglas W. Harder, Matrix Norms and Condition Numbers [1]
  4. James W. Demmel, Applied Numerical Linear Algebra, section 1.7, published by SIAM, 1997.
  5. Carl D. Meyer, Matrix Analysis and Applied Linear Algebra, published by SIAM, 2000. [2]