generalized eigenvector#Overview and definition

{{Short description|Vector satisfying some of the criteria of an eigenvector}}

{{Distinguish|Generalized eigenvalue problem}}

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.{{harvtxt|Bronson|1970|p=189}}

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.{{harvtxt|Beauregard|Fraleigh|1973|p=310}}{{harvtxt|Nering|1970|p=118}} 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.{{harvtxt|Golub|Van Loan|1996|p=316}}

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.{{harvtxt|Beauregard|Fraleigh|1973|p=319}}{{harvtxt|Bronson|1970|pp=194–195}}{{harvtxt|Golub|Van Loan|1996|p=311}}

Using generalized eigenvectors, a set of linearly independent eigenvectors of A can be extended, if necessary, to a complete basis for V.{{harvtxt|Bronson|1970|p=196}} 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.{{harvtxt|Bronson|1970|p=189}} 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.{{harvtxt|Beauregard|Fraleigh|1973|pp=316–318}}{{harvtxt|Nering|1970|p=118}}

The dimension of the generalized eigenspace corresponding to a given eigenvalue \lambda is the algebraic multiplicity of \lambda.{{harvtxt|Bronson|1970|p=196}}

Overview and definition

There are several equivalent ways to define an ordinary eigenvector.{{harvtxt|Anton|1987|pp=301–302}}{{harvtxt|Beauregard|Fraleigh|1973|p=266}}{{harvtxt|Burden|Faires|1993|p=401}}{{harvtxt|Golub|Van Loan|1996|pp=310–311}}{{harvtxt|Harper|1976|p=58}}{{harvtxt|Herstein|1964|p=225}}{{harvtxt|Kreyszig|1972|pp=273,684}}{{harvtxt|Nering|1970|p=104}} 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.{{harvtxt|Burden|Faires|1993|p=401}} 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.{{harvtxt|Beauregard|Fraleigh|1973|pp=270–274}}{{harvtxt|Bronson|1970|pp=179–183}} The matrix D is called a spectral matrix for A. The matrix M is called a modal matrix for A.{{harvtxt|Bronson|1970|p=181}} Diagonalizable matrices are of particular interest since matrix functions of them can be computed easily.{{harvtxt|Bronson|1970|p=179}}

On the other hand, if A does not have n linearly independent eigenvectors associated with it, then A is not diagonalizable.{{harvtxt|Beauregard|Fraleigh|1973|pp=270–274}}{{harvtxt|Bronson|1970|pp=179–183}}

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. {{harvtxt|Bronson|1970|p=189}}

Clearly, a generalized eigenvector of rank 1 is an ordinary eigenvector.{{harvtxt|Bronson|1970|pp=190,202}} 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.{{harvtxt|Bronson|1970|pp=189,203}} That is, there exists an invertible matrix M such that J = M^{-1}AM.{{harvtxt|Bronson|1970|pp=206–207}} The matrix M in this case is called a generalized modal matrix for A.{{harvtxt|Bronson|1970|p=205}} If \lambda is an eigenvalue of algebraic multiplicity \mu, then A will have \mu linearly independent generalized eigenvectors corresponding to \lambda.{{harvtxt|Bronson|1970|p=196}} These results, in turn, provide a straightforward method for computing certain matrix functions of A.{{harvtxt|Bronson|1970|pp=189,209–215}}

{{anchor|Note}}Note: 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.{{harvtxt|Golub|Van Loan|1996|p=316}}{{harvtxt|Herstein|1964|p=259}}{{harvtxt|Nering|1970|p=118}}

The set spanned by all generalized eigenvectors for a given \lambda forms the generalized eigenspace for \lambda .{{harvtxt|Nering|1970|p=118}}

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.{{harvtxt|Nering|1970|p=118}}{{harvtxt|Herstein|1964|p=261}}{{harvtxt|Beauregard|Fraleigh|1973|p=310}}

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.{{harvtxt|Nering|1970|pp=122,123}}

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.{{harvtxt|Bronson|1970|pp=189–209}}

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

{{NumBlk|::|

\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.

|{{EquationRef|1}}}}

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

{{NumBlk|::| \mathbf x_j = (A - \lambda I)^{m-j} \mathbf x_m = (A - \lambda I) \mathbf x_{j+1} \qquad (j = 1, 2, \dots , m - 1). |{{EquationRef|2}}}}

The vector \mathbf x_j , given by ({{EquationNote|2}}), is a generalized eigenvector of rank j corresponding to the eigenvalue \lambda. A chain is a linearly independent set of vectors.{{harvtxt|Bronson|1970|pp=194–195}}

Canonical basis

{{Main|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.{{harvtxt|Bronson|1970|pp=196,197}}

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 .{{harvtxt|Bronson|1970|pp=197,198}}

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

{{NumBlk|:::|(A - 5I)^3 \mathbf x_3 = \mathbf 0|{{EquationRef|3}}}}

but

{{NumBlk|:::|(A - 5I)^2 \mathbf x_3\neq \mathbf 0 .|{{EquationRef|4}}}}

Equations ({{EquationNote|3}}) and ({{EquationNote|4}}) 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 ({{EquationNote|3}}) and ({{EquationNote|4}}), 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.{{harvtxt|Bronson|1970|pp=190–191}}

Now using equations ({{EquationNote|1}}), 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.{{harvtxt|Bronson|1970|pp=197–198}}

Generalized modal matrix

{{Main|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.).{{harvtxt|Bronson|1970|p=205}}

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}

{{Clear}}An example of a matrix in Jordan normal form.
The red blocks are called Jordan blocks.

{{Main|Jordan normal form}}

Let V be an n-dimensional vector space; let \phi be a linear map in {{math|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.{{harvtxt|Beauregard|Fraleigh|1973|p=311}} 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.{{harvtxt|Cullen|1966|p=114}}{{harvtxt|Franklin|1968|p=122}}

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.{{harvtxt|Bronson|1970|p=207}} (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.{{harvtxt|Bronson|1970|pp=208}} 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.{{harvtxt|Bronson|1970|p=206}}

= 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|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.{{harvtxt|Beauregard|Fraleigh|1973|pp=57–61}} These are exactly those operations necessary for defining a polynomial function of an n × n matrix A.{{harvtxt|Bronson|1970|p=104}} 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.{{harvtxt|Bronson|1970|p=105}} 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.{{harvtxt|Bronson|1970|p=184}} 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}.{{harvtxt|Bronson|1970|p=185}}

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.{{harvtxt|Bronson|1970|pp=209–218}} (See Matrix function#Jordan decomposition.)

= Differential equations =

{{Main|Ordinary differential equation}}

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

{{NumBlk|::| \mathbf x' = A \mathbf x ,|{{EquationRef|5}}}}

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},

{{spaces|4}} and {{spaces|4}} A = (a_{ij}) .

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

{{NumBlk|::|

x_1' = a_{11} x_1

x_2' = a_{22} x_2

: \vdots

x_n' = a_{nn} x_n .

|{{EquationRef|6}}}}

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 ({{EquationNote|5}}) to a system like ({{EquationNote|6}}) 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 ({{EquationNote|5}}) takes the form M^{-1} \mathbf x' = D(M^{-1} \mathbf x) , or

{{NumBlk|::| \mathbf y' = D \mathbf y ,|{{EquationRef|7}}}}

where

{{NumBlk|::| \mathbf x = M \mathbf y .|{{EquationRef|8}}}}

The solution of ({{EquationNote|7}}) 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 ({{EquationNote|5}}) is then obtained using the relation ({{EquationNote|8}}).{{harvtxt|Beauregard|Fraleigh|1973|pp=274–275}}

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

{{NumBlk|::|

\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}

|{{EquationRef|9}}}}

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 ({{EquationNote|9}}) is often more easily solved than ({{EquationNote|5}}). We may solve the last equation in ({{EquationNote|9}}) 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 ({{EquationNote|9}}) and solve for y_{n-1}. Continuing this procedure, we work through ({{EquationNote|9}}) from the last equation to the first, solving the entire system for \mathbf y . The solution \mathbf x is then obtained using the relation ({{EquationNote|8}}).{{harvtxt|Beauregard|Fraleigh|1973|p=317}}

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

{{reflist|30em}}

References

  • {{ citation | first1 = Howard | last1 = Anton | year = 1987 | isbn = 0-471-84819-0 | title = Elementary Linear Algebra | edition = 5th | publisher = Wiley | location = New York }}
  • {{Cite book

| last = Axler

| first = Sheldon

| title = Linear Algebra Done Right

| publisher = Springer

| year = 1997

| edition = 2nd

| isbn = 978-0-387-98258-8}}

  • {{citation | first1 = Raymond A. | last1 = Beauregard | first2 = John B. | last2 = Fraleigh | year = 1973 | isbn = 0-395-14017-X | title = A First Course In Linear Algebra: with Optional Introduction to Groups, Rings, and Fields | publisher = Houghton Mifflin Co. | location = Boston | url-access = registration | url = https://archive.org/details/firstcourseinlin0000beau }}
  • {{ citation | first1 = Richard | last1 = Bronson | year = 1970 | lccn = 70097490 | title = Matrix Methods: An Introduction | publisher = Academic Press | location = New York }}
  • {{citation | first1 = Richard L. | last1 = Burden | first2 = J. Douglas | last2 = Faires | year = 1993 | isbn = 0-534-93219-3 | title = Numerical Analysis | edition = 5th | publisher = Prindle, Weber and Schmidt | location = Boston | url = https://archive.org/details/numericalanalysi00burd }}
  • {{ citation | first1 = Charles G. | last1 = Cullen | title = Matrices and Linear Transformations | location = Reading | publisher = Addison-Wesley | year = 1966 | lccn = 66021267 }}
  • {{ citation | first1 = Joel N. | last1 = Franklin | title = Matrix Theory | location = Englewood Cliffs | publisher = Prentice-Hall | year = 1968 | lccn = 68016345 }}
  • {{ 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 | first1 = Charlie | last1 = Harper | year = 1976 | isbn = 0-13-487538-9 | title = Introduction to Mathematical Physics | publisher = Prentice-Hall | location = New Jersey }}
  • {{ citation | first1 = I. N. | last1 = Herstein | year = 1964 | isbn = 978-1114541016 | title = Topics In Algebra | publisher = Blaisdell Publishing Company | location = Waltham }}
  • {{citation | first1 = Erwin | last1 = Kreyszig | year = 1972 | isbn = 0-471-50728-8 | title = Advanced Engineering Mathematics | edition = 3rd | publisher = Wiley | location = New York | url = https://archive.org/details/advancedengineer00krey }}
  • {{ citation | first1 = Evar D. | last1 = Nering | year = 1970 | title = Linear Algebra and Matrix Theory | edition = 2nd | publisher = Wiley | location = New York | lccn = 76091646 }}

{{Linear algebra|collapsed}}

{{Areas of mathematics|collapsed}}

Category:Linear algebra

Category:Matrix theory