跳到主要内容

早稲田大学 創造理工学研究科 経営システム工学専攻 2013年8月実施 线性代数

Author

思齐塾, 祭音Myyura

Description

次の行列の固有値と固有ベクトルをすべて求めよ.

(1100021000210001)\begin{pmatrix} 1 & 1 & 0 & 0 \\ 0 & 2 & 1 & 0 \\ 0 & 0 & 2 & 1 \\ 0 & 0 & 0 & 1 \end{pmatrix}

题目描述

求矩阵

(1100021000210001)\begin{pmatrix} 1&1&0&0\\ 0&2&1&0\\ 0&0&2&1\\ 0&0&0&1 \end{pmatrix}

的全部特征值及其对应的全部特征向量。

Kai

Let A=(1100021000210001)A = \begin{pmatrix} 1 & 1 & 0 & 0 \\ 0 & 2 & 1 & 0 \\ 0 & 0 & 2 & 1 \\ 0 & 0 & 0 & 1 \end{pmatrix} . To find the eigenvalues, we solve the characteristic equation det(AλI)=0\det(A - \lambda I) = 0 .

AλI=(1λ10002λ10002λ10001λ)A - \lambda I = \begin{pmatrix} 1-\lambda & 1 & 0 & 0 \\ 0 & 2-\lambda & 1 & 0 \\ 0 & 0 & 2-\lambda & 1 \\ 0 & 0 & 0 & 1-\lambda \end{pmatrix}
det(AλI)=(1λ)(2λ)(2λ)(1λ)=(1λ)2(2λ)2=0\det(A - \lambda I) = (1-\lambda)(2-\lambda)(2-\lambda)(1-\lambda) = (1-\lambda)^2(2-\lambda)^2 = 0

So the eigenvalues are λ1=1\lambda_1 = 1 (with multiplicity 2) and λ2=2\lambda_2 = 2 (with multiplicity 2).

For λ1=1\lambda_1 = 1 :

AI=(0100011000110000)A - I = \begin{pmatrix} 0 & 1 & 0 & 0 \\ 0 & 1 & 1 & 0 \\ 0 & 0 & 1 & 1 \\ 0 & 0 & 0 & 0 \end{pmatrix}

Solving (AI)v=0(A - I)v = 0 , we get: v2=0v_2 = 0 v2+v3=0v_2 + v_3 = 0 , so v3=0v_3 = 0 v3+v4=0v_3 + v_4 = 0 , so v4=0v_4 = 0 Thus v=(v1000)=v1(1000)v = \begin{pmatrix} v_1 \\ 0 \\ 0 \\ 0 \end{pmatrix} = v_1 \begin{pmatrix} 1 \\ 0 \\ 0 \\ 0 \end{pmatrix} . Eigenvector for λ1=1\lambda_1 = 1 is v1=(1000)v_1 = \begin{pmatrix} 1 \\ 0 \\ 0 \\ 0 \end{pmatrix} .

Let's find a generalized eigenvector. We need to solve (AI)2w=0(A-I)^2 w = 0 . We want to find ww such that (AI)w=v1(A-I)w = v_1 .

(AI)w=(0100011000110000)(w1w2w3w4)=(1000)(A - I) w = \begin{pmatrix} 0 & 1 & 0 & 0 \\ 0 & 1 & 1 & 0 \\ 0 & 0 & 1 & 1 \\ 0 & 0 & 0 & 0 \end{pmatrix} \begin{pmatrix} w_1 \\ w_2 \\ w_3 \\ w_4 \end{pmatrix} = \begin{pmatrix} 1 \\ 0 \\ 0 \\ 0 \end{pmatrix}

w2=1w_2 = 1 w2+w3=0w_2 + w_3 = 0 , so w3=1w_3 = -1 w3+w4=0w_3 + w_4 = 0 , so w4=1w_4 = 1 Thus w=(w1111)w = \begin{pmatrix} w_1 \\ 1 \\ -1 \\ 1 \end{pmatrix} . Choosing w1=0w_1 = 0 , we get w=(0111)w = \begin{pmatrix} 0 \\ 1 \\ -1 \\ 1 \end{pmatrix} . This is a generalized eigenvector.

For λ2=2\lambda_2 = 2 :

A2I=(1100001000010001)A - 2I = \begin{pmatrix} -1 & 1 & 0 & 0 \\ 0 & 0 & 1 & 0 \\ 0 & 0 & 0 & 1 \\ 0 & 0 & 0 & -1 \end{pmatrix}

Solving (A2I)v=0(A - 2I)v = 0 , we get: v1+v2=0-v_1 + v_2 = 0 , so v1=v2v_1 = v_2 v3=0v_3 = 0 v4=0v_4 = 0 v4=0-v_4 = 0 Thus v=(v2v200)=v2(1100)v = \begin{pmatrix} v_2 \\ v_2 \\ 0 \\ 0 \end{pmatrix} = v_2 \begin{pmatrix} 1 \\ 1 \\ 0 \\ 0 \end{pmatrix} . Eigenvector for λ2=2\lambda_2 = 2 is v2=(1100)v_2 = \begin{pmatrix} 1 \\ 1 \\ 0 \\ 0 \end{pmatrix} .

Let's find a generalized eigenvector. We need to solve (A2I)2w=0(A-2I)^2 w = 0 . We want to find ww such that (A2I)w=v2(A-2I)w = v_2 .

(A2I)w=(1100001000010001)(w1w2w3w4)=(1100)(A - 2I) w = \begin{pmatrix} -1 & 1 & 0 & 0 \\ 0 & 0 & 1 & 0 \\ 0 & 0 & 0 & 1 \\ 0 & 0 & 0 & -1 \end{pmatrix} \begin{pmatrix} w_1 \\ w_2 \\ w_3 \\ w_4 \end{pmatrix} = \begin{pmatrix} 1 \\ 1 \\ 0 \\ 0 \end{pmatrix}

w1+w2=1-w_1 + w_2 = 1 w3=1w_3 = 1 w4=0w_4 = 0 w4=0-w_4 = 0 Thus w=(w1w1+110)w = \begin{pmatrix} w_1 \\ w_1 + 1 \\ 1 \\ 0 \end{pmatrix} . Choosing w1=0w_1 = 0 , we have w=(0110)w = \begin{pmatrix} 0 \\ 1 \\ 1 \\ 0 \end{pmatrix} .

Therefore, the eigenvalues are 11 and 22 , each with algebraic multiplicity 22 , and all corresponding eigenvectors are

ker(AI)=span{(1000)},ker(A2I)=span{(1100)}.\ker(A-I)=\operatorname{span}\left\{ \begin{pmatrix}1\\0\\0\\0\end{pmatrix} \right\}, \qquad \ker(A-2I)=\operatorname{span}\left\{ \begin{pmatrix}1\\1\\0\\0\end{pmatrix} \right\}.

All eigenvectors are the nonzero vectors in these two eigenspaces. The vectors (0111)\begin{pmatrix}0\\1\\-1\\1\end{pmatrix} and (0110)\begin{pmatrix}0\\1\\1\\0\end{pmatrix} found above are generalized eigenvectors, not eigenvectors.