Matrix pencil

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 \in \{ \mathbb R, \mathbb C \}; the definition can be generalized to rngs), let \ell \ge 0 be a non-negative integer, let n > 0 be a positive integer, and let A_0, A_1, \dots, A_\ell be n\times n matrices (i. e. A_i \in \mathrm{Mat}(K, n \times n) for all i = 0, \dots, \ell). Then the matrix pencil defined by A_0, \dots, A_\ell is the matrix-valued function L \colon K \to \mathrm{Mat}(K, n \times n) defined by

:L(\lambda) = \sum_{i=0}^\ell \lambda^i A_i.

The degree of the matrix pencil is defined as the largest integer 0 \le k \le \ell such that A_k \ne 0, the n \times n zero matrix over K.

= Linear matrix pencils =

A particular case is a linear matrix pencil L(\lambda) = A - \lambda B (where B \ne 0).{{harvtxt|Golub|Van Loan|1996|p=375}} We denote it briefly with the notation (A, B), and note that using the more general notation, A_0 = A and A_1 = -B (not B).

Properties

A pencil is called regular if there is at least one value of \lambda such that \det(L(\lambda)) \neq 0; otherwise it is called singular. We call eigenvalues of a matrix pencil all (complex) numbers \lambda for which \det(L(\lambda)) = 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 \sigma(A_0, \dots, A_\ell). For the linear pencil (A, B), it is written as \sigma(A, B) (not \sigma(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 = \lambda 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:{{harvtxt|Marcus & Minc|1969|p=79}}

  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

{{Reflist}}

References

  • {{ citation | first1 = Gene H. | last1 = Golub | first2 = Charles F. | last2 = Van Loan | year = 1996 | isbn = 0-8018-5414-8 | title = Matrix Computations | edition = 3rd | publisher = Johns Hopkins University Press | location = Baltimore }}
  • {{Citation

| last = Marcus & Minc

| date = 1969

| title = A survey of matrix theory and matrix inequalities

| publisher = Courier Dover Publications

}}

Category:Linear algebra

{{Linear-algebra-stub}}