Matrix pencil

From HandWiki

In linear algebra, a matrix pencil is a matrix-valued polynomial function defined on a field K, usually the real or complex numbers.

Definition

Let K be a field (typically, K{,}; the definition can be generalized to rngs), let 0 be a non-negative integer, let n>0 be a positive integer, and let A0,A1,,A be n×n matrices (i. e. AiMat(K,n×n) for all i=0,,). Then the matrix pencil defined by A0,,A is the matrix-valued function L:KMat(K,n×n) defined by

L(λ)=i=0λiAi.

The degree of the matrix pencil is defined as the largest integer 0k such that Ak0, the n×n zero matrix over K.

Linear matrix pencils

A particular case is a linear matrix pencil L(λ)=AλB (where B0).[1] We denote it briefly with the notation (A,B), and note that using the more general notation, A0=A and A1=B (not B).

Properties

A pencil is called regular if there is at least one value of λ such that det(L(λ))0; otherwise it is called singular. We call eigenvalues of a matrix pencil all (complex) numbers λ for which det(L(λ))=0; in particular, the eigenvalues of the matrix pencil (A,I) are the matrix eigenvalues of A. For linear pencils in particular, the eigenvalues of the pencil are also called generalized eigenvalues.

The set of the eigenvalues of a pencil is called the spectrum of the pencil, and is written σ(A0,,A). For the linear pencil (A,B), it is written as σ(A,B) (not σ(A,B)).

The linear pencil (A,B) is said to have one or more eigenvalues at infinity if 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 eigenvalue problem Ax=λBx without inverting the matrix B (which is impossible when B is singular, or numerically unstable when it is ill-conditioned).

Pencils generated by commuting matrices

If AB=BA, then the pencil generated by A and 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

Notes

  1. (Golub Van Loan)
  2. (Marcus & Minc 1969)

References

  • Golub, Gene H.; Van Loan, Charles F. (1996), Matrix Computations (3rd ed.), Baltimore: Johns Hopkins University Press, ISBN 0-8018-5414-8 
  • Marcus & Minc (1969), A survey of matrix theory and matrix inequalities, Courier Dover Publications 
  • Peter Lancaster & Qian Ye (1991) "Variational and numerical methods for symmetric matrix pencils", Bulletin of the Australian Mathematical Society 43: 1 to 17