Matrix pencil

In linear algebra, if A 0 , A 1 , , A {\displaystyle A_{0},A_{1},\dots ,A_{\ell }} are n × n {\displaystyle n\times n} complex matrices for some nonnegative integer {\displaystyle \ell } , and A 0 {\displaystyle A_{\ell }\neq 0} (the zero matrix), then the matrix pencil of degree {\displaystyle \ell } is the matrix-valued function defined on the complex numbers L ( λ ) = i = 0 λ i A i . {\displaystyle L(\lambda )=\sum _{i=0}^{\ell }\lambda ^{i}A_{i}.}

A particular case is a linear matrix pencil A λ B {\displaystyle A-\lambda B} with λ C {\displaystyle \lambda \in \mathbb {C} } (or R {\displaystyle \mathbb {R} } ) where A {\displaystyle A} and B {\displaystyle B} are complex (or real) n × n {\displaystyle n\times n} matrices.[1] We denote it briefly with the notation ( A , B ) {\displaystyle (A,B)} .

A pencil is called regular if there is at least one value of λ {\displaystyle \lambda } such that det ( A λ B ) 0 {\displaystyle \det(A-\lambda B)\neq 0} . We call eigenvalues of a matrix pencil ( A , B ) {\displaystyle (A,B)} all complex numbers λ {\displaystyle \lambda } for which det ( A λ B ) = 0 {\displaystyle \det(A-\lambda B)=0} ; in particular, the eigenvalues of the matrix pencil ( A , I ) {\displaystyle (A,I)} are the matrix eigenvalues of A {\displaystyle A} . The set of the eigenvalues is called the spectrum of the pencil and is written σ ( A , B ) {\displaystyle \sigma (A,B)} . Moreover, the pencil is said to have one or more eigenvalues at infinity if B {\displaystyle B} has one or more 0 eigenvalues.

Applications

Matrix pencils play an important role in numerical linear algebra. The problem of finding the eigenvalues of a pencil is called the generalized eigenvalue problem. The most popular algorithm for this task is the QZ algorithm, which is an implicit version of the QR algorithm to solve the associated eigenvalue problem B 1 A x = λ x {\displaystyle B^{-1}Ax=\lambda x} without forming explicitly the matrix B 1 A {\displaystyle B^{-1}A} (which could be impossible or ill-conditioned if B {\displaystyle B} is singular or near-singular)

Pencil generated by commuting matrices

If A B = B A {\displaystyle AB=BA} , then the pencil generated by A {\displaystyle A} and B {\displaystyle B} :[2]

  1. consists only of matrices similar to a diagonal matrix, or
  2. has no matrices in it similar to a diagonal matrix, or
  3. has exactly one matrix in it similar to a diagonal matrix.

See also

  • Generalized eigenvalue problem
  • Generalized pencil-of-function method
  • Nonlinear eigenproblem
  • Quadratic eigenvalue problem
  • Generalized Rayleigh quotient

Notes

References

  • v
  • t
  • e