Matrix pencil
From Wikipedia, the free encyclopedia
In mathematics, in the field of linear algebra, a matrix pencil is the family
- A − λB
with
- (or ),
where A and B are complex (or real) 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 . 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)