Schur disassembly

from Wikipedia, the free encyclopedia

In linear algebra , a branch of mathematics , the Schur decomposition or Schur normal form (according to Issai Schur ) is an important matrix decomposition, more precisely a trigonalization method .

definition

be a square matrix with entries (i.e. , where either stands for or for ). If the characteristic polynomial of over breaks down into linear factors , there is a unitary matrix , so that

( is the matrix to be adjoint )

is an upper triangular matrix . Since is unitary, it follows ; such a representation is called the Schur decomposition of .

Remarks

  • Since is an upper triangular matrix, it can be represented as the sum of a diagonal matrix and a strict upper triangular matrix ( ):
The following then applies:
  • is unique except for the order of the diagonal elements and is referred to as the diagonal part of the Schur decomposition .
  • is nilpotent , generally only unique with regard to its Frobenius norm, and is called the nilpotent part of the Schur decomposition .
  • The Frobenius norm of is 0 if and only if is normal .
  • Because of the similarity of the output matrix and the upper triangular matrix are on the main diagonal of the eigenvalues of .
  • If is a normal matrix, then is even a diagonal matrix and the column vectors of are eigenvectors of . The Schur decomposition of is then used as spectral decomposition of designated.
  • If positive is definite , then the Schur decomposition of is the same as the singular value decomposition of .

Construction of a Schur dismantling

Be . First, an eigenvalue and a corresponding eigenvector must be found. Vectors are now chosen so that they form an orthonormal basis in . These vectors form the columns of a matrix with

,

where is a matrix. Now this process is repeated for. A unitary matrix is ​​created with

,

where is a matrix. Then applies

,

where with applies. The entire procedure is repeated times until the matrices are available. Then is a unitary matrix and an upper triangular matrix . This determines the Schur decomposition of the matrix .

example

For example, consider the matrix with the eigenvalues (the matrix cannot be diagonalized because the dimension of the eigenspace associated with this eigenvalue is 1).

We choose as the basis for the beginning of the standard base , where the designated th unit vector.

For we determine an eigenvector of 2, for example with representation, and add it to a linearly independent basis, e.g. B. . From this new basis we generate the basis transformation and from this it can be calculated that .

For we determine an eigenvector of 2, e.g. B. with representation and supplement it to a linearly independent basis, z. B. . From this new basis we generate the basis transformation and calculate .

As shown above, the base can be chosen arbitrarily, but things get very simple and interesting if the choice of the standard base is followed (if possible). This will change the previous steps as follows:

For we determine an eigenvector of 2, e.g. B. with representation and supplement it to a linearly independent basis, z. B. . From this new basis we generate the basis transformation and from this it can be calculated that .

For we determine an eigenvector of 2, e.g. B. with representation and supplement it to a linearly independent basis, z. B. . From this new basis we generate the basis transformation and calculate .

Here, the calculation of the representation of the vectors in the correct basis is, so to speak, intuitive and therefore less error-prone, and the final basis transformation is also a triangular matrix.

With the Gram-Schmidt orthogonalization method, the obtained base transformation matrix can be made a unitary matrix as required.

Web links