Frobenius norm

from Wikipedia, the free encyclopedia

The Frobenius norm or Schur standard (named after Ferdinand Georg Frobenius or Issai Schur ) is in the mathematics one on the Euclidean norm based matrix norm . It is defined as the root of the sum of the squares of the absolute values ​​of all matrix elements. There are a number of other representations for the Frobenius norm, for example using a trace , using a scalar product , using a singular value decomposition or using a Schur decomposition . The Frobenius norm is sub-multiplicative , compatible with the Euclidean vector norm and invariant under unitary transformations , but it is not an operator norm . It is used, for example, in numerical linear algebra because of its simpler computability to estimate the spectral norm , and it is used to solve linear compensation problems by means of the Moore-Penrose inverse .

definition

The Frobenius norm of a real or complex ( m  ×  n ) matrix with out the field of real or complex numbers is defined as

,

thus the root of the sum of the squares of the absolute values ​​of all matrix elements . The Frobenius norm thus corresponds to the Euclidean norm of a vector of length in which all entries of the matrix are noted below one another. In the real case, the amount bars can also be omitted in the definition, but not in the complex case.

The Frobenius norm is named after the German mathematician Ferdinand Georg Frobenius . It is also called Schurnorm after his pupil Issai Schur and is sometimes also called Hilbert-Schmidt-Norm (after David Hilbert and Erhard Schmidt ), the latter name mostly being used when investigating certain linear mappings on (possibly infinite-dimensional) Hilbert spaces , see Hilbert- Schmidt operator .

Examples

Real matrix

The Frobenius norm of the real (3 × 3) matrix

is given as

.

Complex matrix

The Frobenius norm of the complex (2 × 2) matrix

is given as

.

Further representations

Representation via a track

If the adjoint matrix (in the real case transposed matrix ) is , then applies to the trace (the sum of the diagonal entries) of the matrix product

.

Thus the Frobenius norm has the representation

where the middle equation follows from the fact that matrices may be interchanged cyclically under the track . The Frobenius norm is thus self adjoint .

Representation via a scalar product

On the matrix space of real or complex ( m  ×  n ) matrices defined for

a scalar product , which is also called the Frobenius scalar product . Thus the Frobenius norm is the norm induced by the Frobenius scalar product

.

The space of real or complex matrices is a Hilbert space with this scalar product and a Banach space with the Frobenius norm .

Representation via a singular value decomposition

If one considers a singular value decomposition of the matrix

into a unitary matrix , a real diagonal matrix and an adjoint unitary matrix , then

,

where with are the positive entries of the diagonal matrix . These entries are the singular values ​​of and equal to the square roots of the eigenvalues of . Thus the Frobenius norm has the representation

,

with which it corresponds to the Euclidean norm of the vector of singular values ​​and thus the shadow-2 norm .

Representation of a Schur dismantling

If one continues to consider a Schur decomposition of a square matrix

into a unitary matrix , an upper triangular matrix and the matrix to be adjoint , then applies

.

If the matrix is ​​broken down into its main diagonal consisting of the eigenvalues of and a strictly upper triangular matrix , then applies to the Frobenius norm of

,

where the Frobenius norm is zero if and only if is a normal matrix . Is not normal, then represents a measure of the deviation from normality.

properties

Standard properties

Since the sum of two matrices and the multiplication of a matrix with a scalar are defined component-wise, the norm properties of definiteness , absolute homogeneity and subadditivity follow directly from the corresponding properties of the Euclidean norm. In particular, the triangle inequality follows

from the Cauchy-Schwarz inequality via

,

where the above scalar product is on matrices and indicates the real part of the complex number.

Sub-multiplicativity

The Frobenius norm is sub-multiplicative , that is, for matrices and holds

,

as also with the help of the Cauchy-Schwarz inequality

can be shown. Here the -th row is from , the -th column from , the standard scalar product on vectors and the Euclidean vector norm.

Compatibility with the Euclidean norm

The Frobenius norm is compatible with the Euclidean norm , that is , the inequality applies to a matrix and a vector

,

which in turn comes from the Cauchy-Schwarz inequality

follows and which only represents the special case of submultiplicativity for .

Unitary invariance

The Frobenius norm is invariant under unitary transformations (in the real case orthogonal transformations ), that is

for all unitary matrices and . This follows directly from the track display

.

Due to this invariance, the condition of a matrix with respect to the Frobenius norm does not change after a multiplication with a unitary matrix from left or right.

Cannot be represented as an operator norm

The Frobenius norm is not an operator norm and therefore not a natural matrix norm , that is, there is no vector norm , so

applies, as each operator norm for the identity matrix the value one must possess, but for greater results in a value less than one. Even a correspondingly scaled version of the Frobenius norm is not an operator norm, since this norm is then not sub-multiplicative, which is another property of every operator norm.

Special cases

Normal matrices

If the matrix is normal with eigenvalues , then applies

.

The Frobenius norm thus corresponds to the Euclidean norm of the vector of the eigenvalues ​​of the matrix.

Unitary matrices

If the matrix is unitary (in the real case orthogonal), then applies

.

In this case, the Frobenius norm only depends on the size of the matrix.

Rank one matrices

Has the matrix to rank zero or one, that is with and , then applies

,

where again is the Euclidean vector norm.

Applications

Estimation of the spectral norm

The Frobenius norm is often used in numerical linear algebra to estimate the spectral norm because it is easier to calculate

.

Equality applies if and only if the rank of the matrix is ​​zero or one. These two estimates follow from the representation of the Frobenius norm via the singular value decomposition

,

where with are the singular values ​​of and is the maximum singular value of which just corresponds to the spectral standard. The sum of the squares of the singular values ​​is estimated by the square of the largest singular value downwards and by r times the square of the largest singular value upwards.

Linear compensation problems

If a singular or non-square matrix is, the question often arises as to its approximate inverse , i.e. a matrix , so that

.

with as the identity matrix. The Moore-Penrose inverse is an important such pseudo inverse and is defined as the matrix for which the deviation in the Frobenius norm

becomes minimal. She means of a singular value decomposition of the representation

,

where the diagonal matrix arises from the fact that the non-zero elements are inverted. Matrix equations , for example, can be set using a pseudo inverse

by

solve approximately, where the approximate solution via the Moore-Penrose inverse then the error

minimized in the Frobenius norm in terms of the least squares method .

literature

Web links