Matrix pencil

From Wikipedia, the free encyclopedia

If A0,A1,...,Al are n\times n complex matrices and A_l \ne 0, the zero matrix, then the matrix-valued function defined on the complex numbers be

L(\lambda) = \sum_{i=0}^l A_i \lambda^i

is called a matrix pencil of degree l

A particular case is a linear matrix pencil:

A − λB

with

\lambda \in \mathbb C (or \mathbb R),

where A and B are complex (or real) n \times n matrices. We denote it briefly with the notation (A,B)

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

[edit] 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 − 1Ax = λx without forming explicitly the matrix B − 1A (which could be impossible or ill-conditioned if B is singular or near-singular)