Generalized eigenvalue problem

from Wikipedia, the free encyclopedia

The generalized eigenvalue problem is a problem of linear algebra .

definition

The problem at predetermined matrices certain numbers and vectors to determine to so

applies, is referred to as a generalized eigenvalue problem as a distinction to the eigenvalue problem .

Solution method

If regular , then the generalized eigenvalue problem can be applied to the ordinary eigenvalue problem

lead back. But this approach is i. A. only of theoretical importance, since the calculation of an inverse matrix is often not numerically possible or very impractical. Often certain information about the observed matrices can already be collected from the task, which can then simplify the calculation. Are z. B. symmetrically and also positive definite , so the calculation can be simplified significantly: The matrix can be by means of Cholesky decomposition in decompose. Then is similar to a matrix . The inverse of can be calculated very efficiently because is a triangular matrix. If one now determines the eigenvalues ​​of , then these are also the eigenvalues ​​of .

The QZ algorithm can also be used for any matrices .

example

Consider the generalized eigenvalue problem

.

Naive approach

Calculating the inverse of gives

and thus

.

The eigenvalues ​​of this matrix are 20.7703 as well as -2 and - 0.7703.

Using the Cholesky decomposition

are symmetrical and also positive definite. The Cholesky decomposition provides the matrix

.

Then is .

As expected, the eigenvalues ​​of this matrix are identical to the eigenvalues ​​calculated above.

literature