Generalized eigenvector

Vector satisfying some of the criteria of an eigenvector


title: "Generalized eigenvector" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["linear-algebra", "matrix-theory"] description: "Vector satisfying some of the criteria of an eigenvector" topic_path: "science/mathematics" source: "https://en.wikipedia.org/wiki/Generalized_eigenvector" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0

::summary Vector satisfying some of the criteria of an eigenvector ::

In linear algebra, a generalized eigenvector of an n\times n matrix A is a vector which satisfies certain criteria which are more relaxed than those for an (ordinary) eigenvector.

Let V be an n-dimensional vector space and let A be the matrix representation of a linear map from V to V with respect to some ordered basis.

There may not always exist a full set of n linearly independent eigenvectors of A that form a complete basis for V. That is, the matrix A may not be diagonalizable. This happens when the algebraic multiplicity of at least one eigenvalue \lambda_i is greater than its geometric multiplicity (the nullity of the matrix (A-\lambda_i I), or the dimension of its nullspace). In this case, \lambda_i is called a defective eigenvalue and A is called a defective matrix.

A generalized eigenvector x_i corresponding to \lambda_i, together with the matrix (A-\lambda_i I) generate a Jordan chain of linearly independent generalized eigenvectors which form a basis for an invariant subspace of V.

Using generalized eigenvectors, a set of linearly independent eigenvectors of A can be extended, if necessary, to a complete basis for V. This basis can be used to determine an "almost diagonal matrix" J in Jordan normal form, similar to A, which is useful in computing certain matrix functions of A. The matrix J is also useful in solving the system of linear differential equations \mathbf x' = A \mathbf x, where A need not be diagonalizable.

The dimension of the generalized eigenspace corresponding to a given eigenvalue \lambda is the algebraic multiplicity of \lambda.

Overview and definition

There are several equivalent ways to define an ordinary eigenvector. For our purposes, an eigenvector \mathbf u associated with an eigenvalue \lambda of an n × n matrix A is a nonzero vector for which (A - \lambda I) \mathbf u = \mathbf 0, where I is the n × n identity matrix and \mathbf 0 is the zero vector of length n. That is, \mathbf u is in the kernel of the transformation (A - \lambda I). If A has n linearly independent eigenvectors, then A is similar to a diagonal matrix D. That is, there exists an invertible matrix M such that A is diagonalizable through the similarity transformation D = M^{-1}AM. The matrix D is called a spectral matrix for A. The matrix M is called a modal matrix for A. Diagonalizable matrices are of particular interest since matrix functions of them can be computed easily.

On the other hand, if A does not have n linearly independent eigenvectors associated with it, then A is not diagonalizable.

Definition: A vector \mathbf x_m is a '*generalized eigenvector of rank *m''''' of the matrix A and corresponding to the eigenvalue \lambda if

:(A - \lambda I)^m \mathbf x_m = \mathbf 0

but

:(A - \lambda I)^{m-1} \mathbf x_m \ne \mathbf 0.

Clearly, a generalized eigenvector of rank 1 is an ordinary eigenvector. Every n × n matrix A has n linearly independent generalized eigenvectors associated with it and can be shown to be similar to an "almost diagonal" matrix J in Jordan normal form. That is, there exists an invertible matrix M such that J = M^{-1}AM. The matrix M in this case is called a generalized modal matrix for A. If \lambda is an eigenvalue of algebraic multiplicity \mu, then A will have \mu linearly independent generalized eigenvectors corresponding to \lambda. These results, in turn, provide a straightforward method for computing certain matrix functions of A.

NoteNote: For an n \times n matrix A over a field F to be expressed in Jordan normal form, all eigenvalues of A must be in F. That is, the characteristic polynomial f(x) must factor completely into linear factors; F must be an algebraically closed field. For example, if A has real-valued elements, then it may be necessary for the eigenvalues and the components of the eigenvectors to have complex values.

The set spanned by all generalized eigenvectors for a given \lambda forms the generalized eigenspace for \lambda .

Examples

Here are some examples to illustrate the concept of generalized eigenvectors. Some of the details will be described later.

Example 1

This example is simple but clearly illustrates the point. This type of matrix is used frequently in textbooks. Suppose : A = \begin{pmatrix} 1 & 1\ 0 & 1 \end{pmatrix}. Then there is only one eigenvalue, \lambda = 1, and its algebraic multiplicity is m=2.

Notice that this matrix is in Jordan normal form but is not diagonal. Hence, this matrix is not diagonalizable. Since there is one superdiagonal entry, there will be one generalized eigenvector of rank greater than 1 (or one could note that the vector space V is of dimension 2, so there can be at most one generalized eigenvector of rank greater than 1). Alternatively, one could compute the dimension of the nullspace of A - \lambda I to be p=1, and thus there are m-p=1 generalized eigenvectors of rank greater than 1.

The ordinary eigenvector \mathbf v_1=\begin{pmatrix}1 \0 \end{pmatrix} is computed as usual (see the eigenvector page for examples). Using this eigenvector, we compute the generalized eigenvector \mathbf v_2 by solving

: (A-\lambda I) \mathbf v_2 = \mathbf v_1. Writing out the values: : \left(\begin{pmatrix} 1 & 1\ 0 & 1 \end{pmatrix} - 1 \begin{pmatrix} 1 & 0\ 0 & 1 \end{pmatrix}\right)\begin{pmatrix}v_{21} \v_{22} \end{pmatrix} = \begin{pmatrix} 0 & 1\ 0 & 0 \end{pmatrix} \begin{pmatrix}v_{21} \v_{22} \end{pmatrix} = \begin{pmatrix}1 \0 \end{pmatrix}. This simplifies to

: v_{22}= 1.

The element v_{21} has no restrictions. The generalized eigenvector of rank 2 is then \mathbf v_2=\begin{pmatrix}a \1 \end{pmatrix}, where a can have any scalar value. The choice of a = 0 is usually the simplest.

Note that

: (A-\lambda I) \mathbf v_2 = \begin{pmatrix} 0 & 1\ 0 & 0 \end{pmatrix} \begin{pmatrix}a \1 \end{pmatrix} = \begin{pmatrix}1 \0 \end{pmatrix} = \mathbf v_1,

so that \mathbf v_2 is a generalized eigenvector, because

: (A-\lambda I)^2 \mathbf v_2 = (A-\lambda I) [(A-\lambda I)\mathbf v_2] =(A-\lambda I) \mathbf v_1 = \begin{pmatrix} 0 & 1\ 0 & 0 \end{pmatrix} \begin{pmatrix}1 \0 \end{pmatrix} = \begin{pmatrix}0 \0 \end{pmatrix} = \mathbf 0,

so that \mathbf v_1 is an ordinary eigenvector, and that \mathbf v_1 and \mathbf v_2 are linearly independent and hence constitute a basis for the vector space V .

Example 2

This example is more complex than Example 1. Unfortunately, it is a little difficult to construct an interesting example of low order. The matrix

:A = \begin{pmatrix} 1 & 0 & 0 & 0 & 0 \ 3 & 1 & 0 & 0 & 0 \ 6 & 3 & 2 & 0 & 0 \ 10 & 6 & 3 & 2 & 0 \ 15 & 10 & 6 & 3 & 2 \end{pmatrix}

has eigenvalues \lambda_1 = 1 and \lambda_2 = 2 with algebraic multiplicities \mu_1 = 2 and \mu_2 = 3 , but geometric multiplicities \gamma_1 = 1 and \gamma_2 = 1.

The generalized eigenspaces of A are calculated below. \mathbf x_1 is the ordinary eigenvector associated with \lambda_1 . \mathbf x_2 is a generalized eigenvector associated with \lambda_1 . \mathbf y_1 is the ordinary eigenvector associated with \lambda_2 . \mathbf y_2 and \mathbf y_3 are generalized eigenvectors associated with \lambda_2 .

:(A-1 I) \mathbf x_1 = \begin{pmatrix} 0 & 0 & 0 & 0 & 0 \ 3 & 0 & 0 & 0 & 0 \ 6 & 3 & 1 & 0 & 0 \ 10 & 6 & 3 & 1 & 0 \ 15 & 10 & 6 & 3 & 1 \end{pmatrix}\begin{pmatrix} 0 \ 3 \ -9 \ 9 \ -3 \end{pmatrix} = \begin{pmatrix} 0 \ 0 \ 0 \ 0 \ 0 \end{pmatrix} = \mathbf 0 ,

:(A - 1 I) \mathbf x_2 = \begin{pmatrix} 0 & 0 & 0 & 0 & 0 \ 3 & 0 & 0 & 0 & 0 \ 6 & 3 & 1 & 0 & 0 \ 10 & 6 & 3 & 1 & 0 \ 15 & 10 & 6 & 3 & 1 \end{pmatrix} \begin{pmatrix} 1 \ -15 \ 30 \ -1 \ -45 \end{pmatrix} = \begin{pmatrix} 0 \ 3 \ -9 \ 9 \ -3 \end{pmatrix} = \mathbf x_1 ,

:(A - 2 I) \mathbf y_1 = \begin{pmatrix} -1 & 0 & 0 & 0 & 0 \ 3 & -1 & 0 & 0 & 0 \ 6 & 3 & 0 & 0 & 0 \ 10 & 6 & 3 & 0 & 0 \ 15 & 10 & 6 & 3 & 0 \end{pmatrix} \begin{pmatrix} 0 \ 0 \ 0 \ 0 \ 9 \end{pmatrix} = \begin{pmatrix} 0 \ 0 \ 0 \ 0 \ 0 \end{pmatrix} = \mathbf 0 ,

:(A - 2 I) \mathbf y_2 = \begin{pmatrix} -1 & 0 & 0 & 0 & 0 \ 3 & -1 & 0 & 0 & 0 \ 6 & 3 & 0 & 0 & 0 \ 10 & 6 & 3 & 0 & 0 \ 15 & 10 & 6 & 3 & 0 \end{pmatrix} \begin{pmatrix} 0 \ 0 \ 0 \ 3 \ 0 \end{pmatrix} = \begin{pmatrix} 0 \ 0 \ 0 \ 0 \ 9 \end{pmatrix} = \mathbf y_1 ,

:(A - 2 I) \mathbf y_3 = \begin{pmatrix} -1 & 0 & 0 & 0 & 0 \ 3 & -1 & 0 & 0 & 0 \ 6 & 3 & 0 & 0 & 0 \ 10 & 6 & 3 & 0 & 0 \ 15 & 10 & 6 & 3 & 0 \end{pmatrix} \begin{pmatrix} 0 \ 0 \ 1 \ -2 \ 0 \end{pmatrix} = \begin{pmatrix} 0 \ 0 \ 0 \ 3 \ 0 \end{pmatrix} = \mathbf y_2 .

This results in a basis for each of the generalized eigenspaces of A. Together the two chains of generalized eigenvectors span the space of all 5-dimensional column vectors.

: \left{ \mathbf x_1, \mathbf x_2 \right} = \left{ \begin{pmatrix} 0 \ 3 \ -9 \ 9 \ -3 \end{pmatrix}, \begin{pmatrix} 1 \ -15 \ 30 \ -1 \ -45 \end{pmatrix} \right}, \left{ \mathbf y_1, \mathbf y_2, \mathbf y_3 \right} = \left{ \begin{pmatrix} 0 \ 0 \ 0 \ 0 \ 9 \end{pmatrix}, \begin{pmatrix} 0 \ 0 \ 0 \ 3 \ 0 \end{pmatrix}, \begin{pmatrix} 0 \ 0 \ 1 \ -2 \ 0 \end{pmatrix} \right}.

An "almost diagonal" matrix J in Jordan normal form, similar to A is obtained as follows:

: M = \begin{pmatrix} \mathbf x_1 & \mathbf x_2 & \mathbf y_1 & \mathbf y_2 & \mathbf y_3 \end{pmatrix} = \begin{pmatrix} 0 & 1 & 0 &0& 0 \ 3 & -15 & 0 &0& 0 \ -9 & 30 & 0 &0& 1 \ 9 & -1 & 0 &3& -2 \ -3 & -45 & 9 &0& 0 \end{pmatrix}, :J = \begin{pmatrix} 1 & 1 & 0 & 0 & 0 \ 0 & 1 & 0 & 0 & 0 \ 0 & 0 & 2 & 1 & 0 \ 0 & 0 & 0 & 2 & 1 \ 0 & 0 & 0 & 0 & 2 \end{pmatrix},

where M is a generalized modal matrix for A, the columns of M are a canonical basis for A, and AM = MJ.

Jordan chains

Definition: Let \mathbf x_m be a generalized eigenvector of rank m corresponding to the matrix A and the eigenvalue \lambda. The chain generated by \mathbf x_m is a set of vectors \left{ \mathbf x_m, \mathbf x_{m-1}, \dots , \mathbf x_1 \right} given by

\mathbf x_{m-1} = (A - \lambda I) \mathbf x_m,

\mathbf x_{m-2} = (A - \lambda I)^2 \mathbf x_m = (A - \lambda I) \mathbf x_{m-1},

\mathbf x_{m-3} = (A - \lambda I)^3 \mathbf x_m = (A - \lambda I) \mathbf x_{m-2},

:: \vdots \mathbf x_1 = (A - \lambda I)^{m-1} \mathbf x_m = (A - \lambda I) \mathbf x_2. |}}

where \mathbf x_1 is always an ordinary eigenvector with a given eigenvalue \lambda. Thus, in general,

The vector \mathbf x_j , given by (), is a generalized eigenvector of rank j corresponding to the eigenvalue \lambda. A chain is a linearly independent set of vectors.

Canonical basis

Main article: Canonical basis#Linear algebra

Definition: A set of n linearly independent generalized eigenvectors is a canonical basis if it is composed entirely of Jordan chains.

Thus, once we have determined that a generalized eigenvector of rank m is in a canonical basis, it follows that the m − 1 vectors \mathbf x_{m-1}, \mathbf x_{m-2}, \ldots , \mathbf x_1 that are in the Jordan chain generated by \mathbf x_m are also in the canonical basis.

Let \lambda_i be an eigenvalue of A of algebraic multiplicity \mu_i . First, find the ranks (matrix ranks) of the matrices (A - \lambda_i I), (A - \lambda_i I)^2, \ldots , (A - \lambda_i I)^{m_i} . The integer m_i is determined to be the first integer for which (A - \lambda_i I)^{m_i} has rank n - \mu_i (n being the number of rows or columns of A, that is, A is n × n).

Now define

: \rho_k = \operatorname{rank}(A - \lambda_i I)^{k-1} - \operatorname{rank}(A - \lambda_i I)^k \qquad (k = 1, 2, \ldots , m_i).

The variable \rho_k designates the number of linearly independent generalized eigenvectors of rank k corresponding to the eigenvalue \lambda_i that will appear in a canonical basis for A. Note that

: \operatorname{rank}(A - \lambda_i I)^0 = \operatorname{rank}(I) = n .

Computation of generalized eigenvectors

In the preceding sections we have seen techniques for obtaining the n linearly independent generalized eigenvectors of a canonical basis for the vector space V associated with an n \times n matrix A. These techniques can be combined into a procedure:

:Solve the characteristic equation of A for eigenvalues \lambda_i and their algebraic multiplicities \mu_i ; :For each \lambda_i : ::Determine n - \mu_i; ::Determine m_i; ::Determine \rho_k for (k = 1, \ldots , m_i); ::Determine each Jordan chain for \lambda_i;

Example 3

The matrix

: A = \begin{pmatrix} 5 & 1 & -2 & 4 \ 0 & 5 & 2 & 2 \ 0 & 0 & 5 & 3 \ 0 & 0 & 0 & 4 \end{pmatrix}

has an eigenvalue \lambda_1 = 5 of algebraic multiplicity \mu_1 = 3 and an eigenvalue \lambda_2 = 4 of algebraic multiplicity \mu_2 = 1. We also have n=4. For \lambda_1 we have n - \mu_1 = 4 - 3 = 1.

: (A - 5I) = \begin{pmatrix} 0 & 1 & -2 & 4 \ 0 & 0 & 2 & 2 \ 0 & 0 & 0 & 3 \ 0 & 0 & 0 & -1 \end{pmatrix}, \qquad \operatorname{rank}(A - 5I) = 3. : (A - 5I)^2 = \begin{pmatrix} 0 & 0 & 2 & -8 \ 0 & 0 & 0 & 4 \ 0 & 0 & 0 & -3 \ 0 & 0 & 0 & 1 \end{pmatrix}, \qquad \operatorname{rank}(A - 5I)^2 = 2. : (A - 5I)^3 = \begin{pmatrix} 0 & 0 & 0 & 14 \ 0 & 0 & 0 & -4 \ 0 & 0 & 0 & 3 \ 0 & 0 & 0 & -1 \end{pmatrix}, \qquad \operatorname{rank}(A - 5I)^3 = 1.

The first integer m_1 for which (A - 5I)^{m_1} has rank n - \mu_1 = 1 is m_1 = 3.

We now define

: \rho_3 = \operatorname{rank}(A - 5I)^2 - \operatorname{rank}(A - 5I)^3 = 2 - 1 = 1 , : \rho_2 = \operatorname{rank}(A - 5I)^1 - \operatorname{rank}(A - 5I)^2 = 3 - 2 = 1 , : \rho_1 = \operatorname{rank}(A - 5I)^0 - \operatorname{rank}(A - 5I)^1 = 4 - 3 = 1 .

Consequently, there will be three linearly independent generalized eigenvectors; one each of ranks 3, 2 and 1. Since \lambda_1 corresponds to a single chain of three linearly independent generalized eigenvectors, we know that there is a generalized eigenvector \mathbf x_3 of rank 3 corresponding to \lambda_1 such that

but

Equations () and () represent linear systems that can be solved for \mathbf x_3 . Let

: \mathbf x_3 = \begin{pmatrix} x_{31} \ x_{32} \ x_{33} \ x_{34} \end{pmatrix}.

Then

: (A - 5I)^3 \mathbf x_3 = \begin{pmatrix} 0 & 0 & 0 & 14 \ 0 & 0 & 0 & -4 \ 0 & 0 & 0 & 3 \ 0 & 0 & 0 & -1 \end{pmatrix} \begin{pmatrix} x_{31} \ x_{32} \ x_{33} \ x_{34} \end{pmatrix} = \begin{pmatrix} 14 x_{34} \ -4 x_{34} \ 3 x_{34} \

  • x_{34} \end{pmatrix} = \begin{pmatrix} 0 \ 0 \ 0 \ 0 \end{pmatrix}

and

: (A - 5I)^2 \mathbf x_3 = \begin{pmatrix} 0 & 0 & 2 & -8 \ 0 & 0 & 0 & 4 \ 0 & 0 & 0 & -3 \ 0 & 0 & 0 & 1 \end{pmatrix} \begin{pmatrix} x_{31} \ x_{32} \ x_{33} \ x_{34} \end{pmatrix} = \begin{pmatrix} 2 x_{33} - 8 x_{34} \ 4 x_{34} \ -3 x_{34} \ x_{34} \end{pmatrix} \ne \begin{pmatrix} 0 \ 0 \ 0 \ 0 \end{pmatrix}.

Thus, in order to satisfy the conditions () and (), we must have x_{34} = 0 and x_{33} \ne 0. No restrictions are placed on x_{31} and x_{32}. By choosing x_{31} = x_{32} = x_{34} = 0, x_{33} = 1, we obtain

: \mathbf x_3 = \begin{pmatrix} 0 \ 0 \ 1 \ 0 \end{pmatrix}

as a generalized eigenvector of rank 3 corresponding to \lambda_1 = 5 . Note that it is possible to obtain infinitely many other generalized eigenvectors of rank 3 by choosing different values of x_{31}, x_{32} and x_{33}, with x_{33} \ne 0. Our first choice, however, is the simplest.

Now using equations (), we obtain \mathbf x_2 and \mathbf x_1 as generalized eigenvectors of rank 2 and 1, respectively, where

: \mathbf x_2 = (A - 5I) \mathbf x_3 = \begin{pmatrix} -2 \ 2 \ 0 \ 0 \end{pmatrix},

and

: \mathbf x_1 = (A - 5I) \mathbf x_2 = \begin{pmatrix} 2 \ 0 \ 0 \ 0 \end{pmatrix}.

The simple eigenvalue \lambda_2 = 4 can be dealt with using standard techniques and has an ordinary eigenvector

: \mathbf y_1 = \begin{pmatrix} -14 \ 4 \ -3 \ 1 \end{pmatrix}.

A canonical basis for A is

: \left{ \mathbf x_3, \mathbf x_2, \mathbf x_1, \mathbf y_1 \right} = \left{ \begin{pmatrix} 0 \ 0 \ 1 \ 0 \end{pmatrix} \begin{pmatrix} -2 \ 2 \ 0 \ 0 \end{pmatrix} \begin{pmatrix} 2 \ 0 \ 0 \ 0 \end{pmatrix} \begin{pmatrix} -14 \ 4 \ -3 \ 1 \end{pmatrix} \right}.

\mathbf x_1, \mathbf x_2 and \mathbf x_3 are generalized eigenvectors associated with \lambda_1 , while \mathbf y_1 is the ordinary eigenvector associated with \lambda_2 .

This is a fairly simple example. In general, the numbers \rho_k of linearly independent generalized eigenvectors of rank k will not always be equal. That is, there may be several chains of different lengths corresponding to a particular eigenvalue.

Generalized modal matrix

Main article: Generalized modal matrix

Let A be an n × n matrix. A generalized modal matrix M for A is an n × n matrix whose columns, considered as vectors, form a canonical basis for A and appear in M according to the following rules:

  • All Jordan chains consisting of one vector (that is, one vector in length) appear in the first columns of M.
  • All vectors of one chain appear together in adjacent columns of M.
  • Each chain appears in M in order of increasing rank (that is, the generalized eigenvector of rank 1 appears before the generalized eigenvector of rank 2 of the same chain, which appears before the generalized eigenvector of rank 3 of the same chain, etc.).

Jordan normal form

\begin{bmatrix} {\color{red}\ulcorner}\lambda_1 1\hphantom{\lambda_1\lambda_1}{\color{red}\urcorner}\hphantom{\ulcorner\lambda_2 1\lambda_2\urcorner[\lambda_3]\ddots\ulcorner\lambda_n 1\lambda_n\urcorner}\ \hphantom{\ulcorner\lambda_1 1}\lambda_1 1\hphantom{\lambda_1\urcorner\ulcorner\lambda_2 1\lambda_2\urcorner[\lambda_3]\ddots\ulcorner\lambda_n 1\lambda_n\urcorner}\ {\color{red}\llcorner}\hphantom{\lambda_1 1\lambda_1}\lambda_1{\color{red}\lrcorner}\hphantom{\ulcorner\lambda_2 1\lambda_2\urcorner[\lambda_3]\ddots\ulcorner\lambda_n 1\lambda_n\urcorner}\ \hphantom{\ulcorner\lambda_1 1\lambda_1 1\lambda_1\urcorner}{\color{red}\ulcorner}\lambda_2 1\hphantom{n}{\color{red}\urcorner}\hphantom{[\lambda_3]\ddots\ulcorner\lambda_n 1\lambda_n\urcorner}\ \hphantom{\ulcorner\lambda_1 1\lambda_1 1\lambda_1\lrcorner}{\color{red}\llcorner}\hphantom{\lambda_2 }\lambda_2{\color{red}\lrcorner}\hphantom{[\lambda_3]\ddots\ulcorner\lambda_n 1\lambda_n\urcorner}\ \hphantom{\ulcorner\lambda_1 1\lambda_1 1\lambda_1\urcorner\ulcorner\lambda_2 1\lambda_2\urcorner}{\color{red}[}\lambda_3{\color{red}]}\hphantom{\ddots\ulcorner\lambda_n 1\lambda_n\urcorner}\ \hphantom{\ulcorner\lambda_1 1\lambda_1 1\lambda_1\urcorner\ulcorner\lambda_2 1\lambda_2\urcorner[\lambda_3]}\ddots\hphantom{\ulcorner\lambda_n 1\lambda_n\urcorner}\ \hphantom{\ulcorner\lambda_1 1\lambda_1 1\lambda_1\urcorner\ulcorner\lambda_2 1\lambda_2\urcorner[\lambda_3]\ddots}{\color{red}\ulcorner}\lambda_n 1\hphantom{n}{\color{red}\urcorner}\ \hphantom{\llcorner\lambda_1 1\lambda_1 1\lambda_1\urcorner\ulcorner\lambda_2 1\lambda_2\urcorner[\lambda_3]\ddots}{\color{red}\llcorner}\hphantom{\lambda_n}\lambda_n{\color{red}\lrcorner} \end{bmatrix} An example of a matrix in Jordan normal form. The red blocks are called Jordan blocks. Main article: Jordan normal form

Let V be an n-dimensional vector space; let \phi be a linear map in L(V), the set of all linear maps from V into itself; and let A be the matrix representation of \phi with respect to some ordered basis. It can be shown that if the characteristic polynomial f(\lambda) of A factors into linear factors, so that f(\lambda) has the form

: f(\lambda) = \pm (\lambda - \lambda_1)^{\mu_1}(\lambda - \lambda_2)^{\mu_2} \cdots (\lambda - \lambda_r)^{\mu_r} ,

where \lambda_1, \lambda_2, \ldots , \lambda_r are the distinct eigenvalues of A, then each \mu_i is the algebraic multiplicity of its corresponding eigenvalue \lambda_i and A is similar to a matrix J in Jordan normal form, where each \lambda_i appears \mu_i consecutive times on the diagonal, and the entry directly above each \lambda_i (that is, on the superdiagonal) is either 0 or 1: in each block the entry above the first occurrence of each \lambda_i is always 0 (except in the first block); all other entries on the superdiagonal are 1. All other entries (that is, off the diagonal and superdiagonal) are 0. (But no ordering is imposed among the eigenvalues, or among the blocks for a given eigenvalue.) The matrix J is as close as one can come to a diagonalization of A. If A is diagonalizable, then all entries above the diagonal are zero. Note that some textbooks have the ones on the subdiagonal, that is, immediately below the main diagonal instead of on the superdiagonal. The eigenvalues are still on the main diagonal.

Every n × n matrix A is similar to a matrix J in Jordan normal form, obtained through the similarity transformation J = M^{-1}AM , where M is a generalized modal matrix for A. (See Note above.)

Example 4

Find a matrix in Jordan normal form that is similar to

: A = \begin{pmatrix} 0 & 4 & 2 \ -3 & 8 & 3 \ 4 & -8 & -2 \end{pmatrix}.

Solution: The characteristic equation of A is (\lambda - 2)^3 = 0, hence, \lambda = 2 is an eigenvalue of algebraic multiplicity three. Following the procedures of the previous sections, we find that

: \operatorname{rank}(A - 2I) = 1

and

:\operatorname{rank}(A - 2I)^2 = 0 = n - \mu .

Thus, \rho_2 = 1 and \rho_1 = 2, which implies that a canonical basis for A will contain one linearly independent generalized eigenvector of rank 2 and two linearly independent generalized eigenvectors of rank 1, or equivalently, one chain of two vectors \left{ \mathbf x_2, \mathbf x_1 \right} and one chain of one vector \left{ \mathbf y_1 \right} . Designating M = \begin{pmatrix} \mathbf y_1 & \mathbf x_1 & \mathbf x_2 \end{pmatrix} , we find that

: M = \begin{pmatrix} 2 & 2 & 0 \ 1 & 3 & 0 \ 0 & -4 & 1 \end{pmatrix},

and

: J = \begin{pmatrix} 2 & 0 & 0 \ 0 & 2 & 1 \ 0 & 0 & 2 \end{pmatrix},

where M is a generalized modal matrix for A, the columns of M are a canonical basis for A, and AM = MJ. Note that since generalized eigenvectors themselves are not unique, and since some of the columns of both M and J may be interchanged, it follows that both M and J are not unique.

Example 5

In Example 3, we found a canonical basis of linearly independent generalized eigenvectors for a matrix A. A generalized modal matrix for A is

: M = \begin{pmatrix} \mathbf y_1 & \mathbf x_1 & \mathbf x_2 & \mathbf x_3 \end{pmatrix} = \begin{pmatrix} -14 & 2 & -2 & 0 \ 4 & 0 & 2 & 0 \ -3 & 0 & 0 & 1 \ 1 & 0 & 0 & 0 \end{pmatrix}.

A matrix in Jordan normal form, similar to A is

:J = \begin{pmatrix} 4 & 0 & 0 & 0 \ 0 & 5 & 1 & 0 \ 0 & 0 & 5 & 1 \ 0 & 0 & 0 & 5 \end{pmatrix},

so that AM = MJ.

Applications

Matrix functions

Main article: Matrix function

Three of the most fundamental operations which can be performed on square matrices are matrix addition, multiplication by a scalar, and matrix multiplication. These are exactly those operations necessary for defining a polynomial function of an n × n matrix A. If we recall from basic calculus that many functions can be written as a Maclaurin series, then we can define more general functions of matrices quite easily. If A is diagonalizable, that is

: D = M^{-1}AM ,

with

: D = \begin{pmatrix} \lambda_1 & 0 & \cdots & 0 \ 0 & \lambda_2 & \cdots & 0 \ \vdots & \vdots & \ddots & \vdots \ 0 & 0 & \cdots & \lambda_n \end{pmatrix},

then

: D^k = \begin{pmatrix} \lambda_1^k & 0 & \cdots & 0 \ 0 & \lambda_2^k & \cdots & 0 \ \vdots & \vdots & \ddots & \vdots \ 0 & 0 & \cdots & \lambda_n^k \end{pmatrix}

and the evaluation of the Maclaurin series for functions of A is greatly simplified. For example, to obtain any power k of A, we need only compute D^k, premultiply D^k by M, and postmultiply the result by M^{-1}.

Using generalized eigenvectors, we can obtain the Jordan normal form for A and these results can be generalized to a straightforward method for computing functions of nondiagonalizable matrices. (See Matrix function#Jordan decomposition.)

Differential equations

Main article: Ordinary differential equation

Consider the problem of solving the system of linear ordinary differential equations

where

: \mathbf x = \begin{pmatrix} x_1(t) \ x_2(t) \ \vdots \ x_n(t) \end{pmatrix}, \quad \mathbf x' = \begin{pmatrix} x_1'(t) \ x_2'(t) \ \vdots \ x_n'(t) \end{pmatrix}, and A = (a_{ij}) .

If the matrix A is a diagonal matrix so that a_{ij} = 0 for i \ne j, then the system () reduces to a system of n equations which take the form

x_1' = a_{11} x_1

x_2' = a_{22} x_2

: \vdots x_n' = a_{nn} x_n . |}}

In this case, the general solution is given by

: x_1 = k_1 e^{a_{11}t} : x_2 = k_2 e^{a_{22}t} :: \vdots : x_n = k_n e^{a_{nn}t} .

In the general case, we try to diagonalize A and reduce the system () to a system like () as follows. If A is diagonalizable, we have D = M^{-1}AM , where M is a modal matrix for A. Substituting A = MDM^{-1} , equation () takes the form M^{-1} \mathbf x' = D(M^{-1} \mathbf x) , or

where

The solution of () is

: y_1 = k_1 e^{\lambda_1 t} : y_2 = k_2 e^{\lambda_2 t} :: \vdots : y_n = k_n e^{\lambda_n t} .

The solution \mathbf x of () is then obtained using the relation ().

On the other hand, if A is not diagonalizable, we choose M to be a generalized modal matrix for A, such that J = M^{-1}AM is the Jordan normal form of A. The system \mathbf y' = J \mathbf y has the form

\begin{align} y_1' & = \lambda_1 y_1 + \epsilon_1 y_2 \ & \vdots \ y_{n-1}' & = \lambda_{n-1} y_{n-1} + \epsilon_{n-1} y_n \ y_n' & = \lambda_n y_n , \end{align} |}}

where the \lambda_i are the eigenvalues from the main diagonal of J and the \epsilon_i are the ones and zeros from the superdiagonal of J. The system () is often more easily solved than (). We may solve the last equation in () for y_n, obtaining y_n = k_n e^{\lambda_n t} . We then substitute this solution for y_n into the next to last equation in () and solve for y_{n-1}. Continuing this procedure, we work through () from the last equation to the first, solving the entire system for \mathbf y . The solution \mathbf x is then obtained using the relation ().

Lemma:

Given the following chain of generalized eigenvectors of length r, : X_1 = v_1e^{\lambda t} : X_2 = (tv_1+v_2)e^{\lambda t} : X_3 = \left(\frac{t^2}{2}v_1+tv_2+v_3\right)e^{\lambda t} : \vdots : X_r = \left(\frac{t^{r-1}}{(r-1)!}v_1+...+\frac{t^2}{2}v_{r-2}+tv_{r-1}+v_r\right)e^{\lambda t}, these functions solve the system of equations, : X' = AX. Proof:

Define :v_0=0 :X_j(t)=e^{\lambda t}\sum_{i = 1}^j\frac{t^{j-i}}{(j-i)!} v_i. Then, as {t^{0}}=1 and 1'=0, :X'j(t)=e^{\lambda t}\sum{i = 1}^{j-1}\frac{t^{j-i-1}}{(j-i-1)!}v_i+e^{\lambda t}\lambda\sum_{i = 1}^j\frac{t^{j-i}}{(j-i)!}v_i. On the other hand we have, v_0=0 and so :AX_j(t)=e^{\lambda t}\sum_{i = 1}^j\frac{t^{j-i}}{(j-i)!}Av_i :=e^{\lambda t}\sum_{i = 1}^j\frac{t^{j-i}}{(j-i)!}(v_{i-1}+\lambda v_i) :=e^{\lambda t}\sum_{i = 2}^j\frac{t^{j-i}}{(j-i)!}v_{i-1}+e^{\lambda t}\lambda\sum_{i = 1}^j\frac{t^{j-i}}{(j-i)!}v_i :=e^{\lambda t}\sum_{i = 1}^{j-1}\frac{t^{j-i-1}}{(j-i-1)!}v_{i}+e^{\lambda t}\lambda\sum_{i = 1}^j\frac{t^{j-i}}{(j-i)!}v_i :=X'_j(t) as required.

Notes

References

  • {{Cite book | last = Axler | first = Sheldon | title = Linear Algebra Done Right | publisher = Springer | year = 1997 | edition = 2nd | isbn = 978-0-387-98258-8}}

References

  1. {{harvtxt. Bronson. 1970
  2. {{harvtxt. Beauregard. Fraleigh. 1973
  3. {{harvtxt. Nering. 1970
  4. {{harvtxt. Golub. Van Loan. 1996
  5. {{harvtxt. Beauregard. Fraleigh. 1973
  6. {{harvtxt. Bronson. 1970
  7. {{harvtxt. Golub. Van Loan. 1996
  8. {{harvtxt. Bronson. 1970
  9. {{harvtxt. Bronson. 1970
  10. {{harvtxt. Beauregard. Fraleigh. 1973
  11. {{harvtxt. Nering. 1970
  12. {{harvtxt. Bronson. 1970
  13. {{harvtxt. Anton. 1987
  14. {{harvtxt. Beauregard. Fraleigh. 1973
  15. {{harvtxt. Burden. Faires. 1993
  16. {{harvtxt. Golub. Van Loan. 1996
  17. {{harvtxt. Harper. 1976
  18. {{harvtxt. Herstein. 1964
  19. {{harvtxt. Kreyszig. 1972
  20. {{harvtxt. Nering. 1970
  21. {{harvtxt. Burden. Faires. 1993
  22. {{harvtxt. Beauregard. Fraleigh. 1973
  23. {{harvtxt. Bronson. 1970
  24. {{harvtxt. Bronson. 1970
  25. {{harvtxt. Bronson. 1970
  26. {{harvtxt. Beauregard. Fraleigh. 1973
  27. {{harvtxt. Bronson. 1970
  28. {{harvtxt. Bronson. 1970
  29. {{harvtxt. Bronson. 1970
  30. {{harvtxt. Bronson. 1970
  31. {{harvtxt. Bronson. 1970
  32. {{harvtxt. Bronson. 1970
  33. {{harvtxt. Bronson. 1970
  34. {{harvtxt. Bronson. 1970
  35. {{harvtxt. Golub. Van Loan. 1996
  36. {{harvtxt. Herstein. 1964
  37. {{harvtxt. Nering. 1970
  38. {{harvtxt. Nering. 1970
  39. {{harvtxt. Nering. 1970
  40. {{harvtxt. Herstein. 1964
  41. {{harvtxt. Beauregard. Fraleigh. 1973
  42. {{harvtxt. Nering. 1970
  43. {{harvtxt. Bronson. 1970
  44. {{harvtxt. Bronson. 1970
  45. {{harvtxt. Bronson. 1970
  46. {{harvtxt. Bronson. 1970
  47. {{harvtxt. Bronson. 1970
  48. {{harvtxt. Bronson. 1970
  49. {{harvtxt. Bronson. 1970
  50. {{harvtxt. Beauregard. Fraleigh. 1973
  51. {{harvtxt. Cullen. 1966
  52. {{harvtxt. Franklin. 1968
  53. {{harvtxt. Bronson. 1970
  54. {{harvtxt. Bronson. 1970
  55. {{harvtxt. Bronson. 1970
  56. {{harvtxt. Beauregard. Fraleigh. 1973
  57. {{harvtxt. Bronson. 1970
  58. {{harvtxt. Bronson. 1970
  59. {{harvtxt. Bronson. 1970
  60. {{harvtxt. Bronson. 1970
  61. {{harvtxt. Bronson. 1970
  62. {{harvtxt. Beauregard. Fraleigh. 1973
  63. {{harvtxt. Beauregard. Fraleigh. 1973

::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::

linear-algebramatrix-theory