Spectral standard

from Wikipedia, the free encyclopedia
Illustration of the spectral norm

The spectral norm is in the mathematics of the Euclidean norm derived natural matrix norm . The spectral norm of a matrix corresponds to its maximum singular value , i.e. the root of the greatest eigenvalue of the product of the adjoint ( transposed ) matrix with this matrix. It is sub-multiplicative , compatible with the Euclidean vector norm and invariant under unitary ( orthogonal ) transformations. The spectral norm of the inverse of a regular matrix is the reciprocal of the smallest singular value of the output matrix . If a matrix is Hermitian ( symmetrical ), then its spectral norm is equal to its spectral radius . If a matrix is unitary ( orthogonal ), then its spectral norm is equal to one .

Due to its complex calculability, the spectral norm is often estimated in practice using matrix norms that are easier to calculate . It is used in particular in linear algebra and numerical mathematics .

definition

The spectral norm of a matrix with as the field of real or complex numbers is the natural matrix norm derived from the Euclidean vector norm

.

The spectral standard thus clearly corresponds to the largest possible stretching factor that results from the application of the matrix to a vector of length one. An equivalent definition of the spectral norm is the radius of the smallest sphere that includes the unit circle after transformation through the matrix.

Representation as a maximum singular value

According to the definition, the Euclidean norm and the standard scalar product on vectors apply to the spectral norm

,

where the adjoint (in the real case transposed ) matrix is to. The matrix is a positive semidefinite Hermitian (in the real case symmetrical ) matrix. Therefore, according to the spectral theorem, there is a unitary (in the real case orthogonal ) matrix , consisting of the eigenvectors of the matrix, so that where is a diagonal matrix with the always real and nonnegative eigenvalues of . With the substitution and the unitary invariance of the Euclidean vector norm then applies

,

where is the largest of these eigenvalues, since the maximum is assumed precisely when is equal to the unit vector for the maximum eigenvalue. The spectral norm of a matrix is thus

,

thus the root of the greatest eigenvalue of . The largest eigenvalue of a matrix is ​​also called the spectral radius , and the roots of the eigenvalues ​​of are also referred to as singular values of . The spectral norm of a matrix therefore corresponds to its maximum singular value.

Examples

Real matrix

The spectral norm of the real (2 × 2) matrix

is determined by first calculating the matrix product :

.

The eigenvalues ​​of then result as zeros of the characteristic polynomial

as

.

The spectral norm of is thus the root of the larger of these eigenvalues, i.e.

.

Complex matrix

To the spectral norm of the complex (2 × 2) matrix

to calculate, the procedure is as in the real case. The matrix is determined

,

whose eigenvalues ​​then extend over the zeros of

as

.

surrender. The spectral norm of is thus

.

properties

Standard properties

The norm axioms definiteness , absolute homogeneity and subadditivity follow for the spectral norm directly from the corresponding properties of natural matrix norms. In particular, the spectral norm is thus also sub-multiplicative and compatible with the Euclidean norm , that is, it applies

for all matrices and all vectors , and the spectral norm is the smallest norm with this property.

Self adjointness

The spectral norm is self-adjoint , that is for the adjoint matrix of a square matrix applies

,

since the matrix and the matrix have the same eigenvalues. A transposed matrix also fulfills the same identity regardless of whether the matrix is ​​real or complex. The spectral norm is therefore invariant with adjoint or transposition of the matrix.

Unitary invariance

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

for all unitary (or orthogonal ) matrices and , because it applies with the unitary invariance of the Euclidean norm

.

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

Special cases

Inverse of a regular matrix

If the matrix is regular , then the spectral norm of its inverse matrix is given as, due to the symmetry

,

since the inverse of a matrix just has its reciprocal eigenvalues. The spectral norm of the inverse of a matrix is ​​therefore the reciprocal of the smallest singular value of the output matrix. The following applies to the spectral condition of a regular matrix

,

it is therefore the ratio of the largest and smallest singular value.

Hermitian matrices

If the matrix itself is Hermitian (or symmetric), then is , and there is a unitary matrix consisting of the eigenvectors of such that

holds, where the eigenvalues ​​of are always real and the magnitude of these eigenvalues ​​is the largest. So the spectral norm of a Hermitian or symmetric matrix is

and thus corresponds to the spectral radius of the matrix. If the matrix is ​​still positive semi-definite, then the absolute bars can be omitted, and its spectral norm is equal to its greatest eigenvalue.

Unitary matrices

If the matrix is unitary, then we have

.

The spectral norm of a unitary or orthogonal matrix is ​​therefore equal to one .

Rank one matrices

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

,

there the matrix

also has the rank zero or one, in the latter case the only eigenvalue is not equal to zero.

Estimates

Since the spectral norm is difficult to calculate, especially for large matrices, it is often estimated in practice using other, easier-to-calculate matrix norms. The most important of these estimates are

as the geometric mean of the column sum norm and the row sum norm and

,

where is the Frobenius norm .

Remarks

  1. positive semidefinite there and hermitian there
  2. The matrix can be inverted and it applies . Thus, and are similar , which is why in particular and have the same characteristic polynomial and therefore have the same eigenvalues.

literature

Web links