HOME

TheInfoList



OR:

In
linear algebra Linear algebra is the branch of mathematics concerning linear equations such as: :a_1x_1+\cdots +a_nx_n=b, linear maps such as: :(x_1, \ldots, x_n) \mapsto a_1x_1+\cdots +a_nx_n, and their representations in vector spaces and through matrices ...
, if A_0, A_1,\dots,A_\ell are n\times n complex
matrices Matrix most commonly refers to: * ''The Matrix'' (franchise), an American media franchise ** ''The Matrix'', a 1999 science-fiction action film ** "The Matrix", a fictional setting, a virtual reality environment, within ''The Matrix'' (franchis ...
for some nonnegative integer \ell, and A_\ell \ne 0 (the zero matrix), then the matrix pencil of degree \ell is the matrix-valued function defined on the complex numbers L(\lambda) = \sum_^\ell \lambda^i A_i. A particular case is a linear matrix pencil A-\lambda B \, with \lambda \in \mathbb C\text\mathbb R\text 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 \lambda such that \det(A-\lambda B)\neq 0. We call ''eigenvalues'' of a matrix pencil (A,B) all complex numbers \lambda for which \det(A-\lambda B)=0 (see
eigenvalue In linear algebra, an eigenvector () or characteristic vector of a linear transformation is a nonzero vector that changes at most by a scalar factor when that linear transformation is applied to it. The corresponding eigenvalue, often denoted ...
for comparison). The set of the eigenvalues is called the ''spectrum'' of the pencil and is written \sigma(A,B). Moreover, the pencil 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 Numerical linear algebra, sometimes called applied linear algebra, is the study of how matrix operations can be used to create computer algorithms which efficiently and accurately provide approximate answers to questions in continuous mathematic ...
. The problem of finding the eigenvalues of a pencil is called the
generalized eigenvalue problem In linear algebra, eigendecomposition is the factorization of a matrix into a canonical form, whereby the matrix is represented in terms of its eigenvalues and eigenvectors. Only diagonalizable matrices can be factorized in this way. When the mat ...
. The most popular algorithm for this task is the QZ algorithm, which is an implicit version of the
QR algorithm In numerical linear algebra, the QR algorithm or QR iteration is an eigenvalue algorithm: that is, a procedure to calculate the eigenvalues and eigenvectors of a matrix. The QR algorithm was developed in the late 1950s by John G. F. Francis and by ...
to solve the associated eigenvalue problem B^Ax=\lambda x without forming explicitly the matrix B^A (which could be impossible or ill-conditioned if B is singular or near-singular)


Pencil generated by commuting matrices

If AB = BA, then the pencil generated by A and B: # consists only of matrices similar to a diagonal matrix, or # has no matrices in it similar to a diagonal matrix, or # has exactly one matrix in it similar to a diagonal matrix.


See also

*
Generalized eigenvalue problem In linear algebra, eigendecomposition is the factorization of a matrix into a canonical form, whereby the matrix is represented in terms of its eigenvalues and eigenvectors. Only diagonalizable matrices can be factorized in this way. When the mat ...
*
Generalized pencil-of-function method Generalized pencil-of-function method (GPOF), also known as matrix pencil method, is a signal processing technique for estimating a signal or extracting information with complex exponentials. Being similar to Prony and original pencil-of-function m ...
*
Nonlinear eigenproblem In mathematics, a nonlinear eigenproblem, sometimes nonlinear eigenvalue problem, is a generalization of the (ordinary) eigenvalue problem to equations that depend nonlinearly on the eigenvalue. Specifically, it refers to equations of the form : ...
*
Quadratic eigenvalue problem In mathematics, the quadratic eigenvalue problemF. Tisseur and K. Meerbergen, The quadratic eigenvalue problem, SIAM Rev., 43 (2001), pp. 235–286. (QEP), is to find scalar eigenvalues \lambda, left eigenvectors y and right eigenvectors x such tha ...
* Generalized Rayleigh quotient


Notes


References

* * Linear algebra {{Linear-algebra-stub