東京大学 新領域創成科学研究科 メディカル情報生命専攻 2019年8月実施 問題8
Author
zephyr
Description
Assume that the following equation holds for n × n n \times n n × n square matrices, A = { a i j } A = \{a_{ij}\} A = { a ij } , P = { p i j } P = \{p_{ij}\} P = { p ij } and Λ = { λ i j } \mathbf{\Lambda} = \{\lambda_{ij}\} Λ = { λ ij } :
P − 1 A P = Λ P^{-1}AP = \mathbf{\Lambda} P − 1 A P = Λ
Assume that n ≥ 2 n \geq 2 n ≥ 2 , P − 1 P^{-1} P − 1 is the inverse matrix of P P P , λ i i ≠ 0 \lambda_{ii} \neq 0 λ ii = 0 , and λ i j = 0 \lambda_{ij} = 0 λ ij = 0 if i ≠ j i \neq j i = j .
Solve the following problems.
(1) Show the inverse matrix for each of Λ \mathbf{\Lambda} Λ and A A A .
(2) Show that λ i i \lambda_{ii} λ ii is one of the eigenvalues of A A A , and show one of the corresponding eigenvectors of A A A .
(3) Suppose that k k k is a positive integer. Show every pair of eigenvalue and corresponding eigenvector of A k A^k A k .
假设对于 n × n n \times n n × n 的方阵 A = { a i j } A = \{a_{ij}\} A = { a ij } 、P = { p i j } P = \{p_{ij}\} P = { p ij } 和 Λ = { λ i j } \mathbf{\Lambda} = \{\lambda_{ij}\} Λ = { λ ij } ,以下等式成立:
P − 1 A P = Λ P^{-1}AP = \mathbf{\Lambda} P − 1 A P = Λ
假设 n ≥ 2 n \geq 2 n ≥ 2 ,P − 1 P^{-1} P − 1 是 P P P 的逆矩阵,λ i i ≠ 0 \lambda_{ii} \neq 0 λ ii = 0 ,且当 i ≠ j i \neq j i = j 时 λ i j = 0 \lambda_{ij} = 0 λ ij = 0 。
解决以下问题。
(1) 展示 Λ \mathbf{\Lambda} Λ 和 A A A 的逆矩阵。
(2) 证明 λ i i \lambda_{ii} λ ii 是 A A A 的一个特征值,并展示 A A A 的一个对应特征向量。
(3) 假设 k k k 是一个正整数。展示 A k A^k A k 的每对特征值和对应特征向量。
题目描述
设 A = ( a i j ) A=(a_{ij}) A = ( a ij ) 、P = ( p i j ) P=(p_{ij}) P = ( p ij ) 、Λ = ( λ i j ) \mathbf\Lambda=(\lambda_{ij}) Λ = ( λ ij ) 均为 n × n n\times n n × n 方阵,n ≥ 2 n\ge2 n ≥ 2 ,且
P − 1 A P = Λ . P^{-1}AP=\mathbf\Lambda. P − 1 A P = Λ .
其中 P P P 可逆,Λ \mathbf\Lambda Λ 为对角矩阵:
λ i i ≠ 0 , λ i j = 0 ( i ≠ j ) . \lambda_{ii}\ne0,\qquad \lambda_{ij}=0\quad(i\ne j). λ ii = 0 , λ ij = 0 ( i = j ) .
回答下列问题:
分别写出 Λ − 1 \mathbf\Lambda^{-1} Λ − 1 与 A − 1 A^{-1} A − 1 。
对每个对角元 λ i i \lambda_{ii} λ ii ,证明它是 A A A 的一个特征值,并用 P P P 的元素或列向量写出一个对应特征向量。
对任意正整数 k k k ,列出 A k A^k A k 的全部“特征值—对应特征向量”配对。
矩阵对角化 :由 P − 1 A P = Λ P^{-1}AP=\mathbf\Lambda P − 1 A P = Λ 改写 A P = P Λ AP=P\mathbf\Lambda A P = P Λ ,识别 P P P 的各列为对应特征向量。
逆矩阵 :对相似分解逐项取逆,利用非零对角元构造 Λ − 1 \mathbf\Lambda^{-1} Λ − 1 与 A − 1 A^{-1} A − 1 。
矩阵幂的谱 :使用 A k = P Λ k P − 1 A^k=P\mathbf\Lambda^kP^{-1} A k = P Λ k P − 1 ,说明特征向量保持不变而特征值变为 λ i i k \lambda_{ii}^k λ ii k 。
Kai
(1)
Since Λ \mathbf{\Lambda} Λ is a diagonal matrix with diagonal entries λ i i \lambda_{ii} λ ii , its inverse, denoted as Λ − 1 \mathbf{\Lambda}^{-1} Λ − 1 , is also a diagonal matrix. The diagonal entries of Λ − 1 \mathbf{\Lambda}^{-1} Λ − 1 are the reciprocals of the diagonal entries of Λ \mathbf{\Lambda} Λ :
Λ − 1 = ( 1 λ 11 0 ⋯ 0 0 1 λ 22 ⋯ 0 ⋮ ⋮ ⋱ ⋮ 0 0 ⋯ 1 λ n n ) \mathbf{\Lambda}^{-1} = \begin{pmatrix}
\frac{1}{\lambda_{11}} & 0 & \cdots & 0 \\
0 & \frac{1}{\lambda_{22}} & \cdots & 0 \\
\vdots & \vdots & \ddots & \vdots \\
0 & 0 & \cdots & \frac{1}{\lambda_{nn}}
\end{pmatrix} Λ − 1 = λ 11 1 0 ⋮ 0 0 λ 22 1 ⋮ 0 ⋯ ⋯ ⋱ ⋯ 0 0 ⋮ λ nn 1
To find the inverse matrix of A A A , use the given equation P − 1 A P = Λ P^{-1}AP = \mathbf{\Lambda} P − 1 A P = Λ . Multiply both sides by P P P and P − 1 P^{-1} P − 1 appropriately:
A = P Λ P − 1 \mathbf{A} = \mathbf{P} \mathbf{\Lambda} \mathbf{P}^{-1} A = PΛ P − 1
Taking the inverse of both sides, we get:
A − 1 = ( P Λ P − 1 ) − 1 \mathbf{A}^{-1} = (\mathbf{P} \mathbf{\Lambda} \mathbf{P}^{-1})^{-1} A − 1 = ( PΛ P − 1 ) − 1
Using the property of inverses for matrix products:
A − 1 = P ( Λ − 1 ) P − 1 \mathbf{A}^{-1} = \mathbf{P} (\mathbf{\Lambda}^{-1}) \mathbf{P}^{-1} A − 1 = P ( Λ − 1 ) P − 1
Thus, A − 1 \mathbf{A}^{-1} A − 1 is given by:
A − 1 = P ( 1 λ 11 0 ⋯ 0 0 1 λ 22 ⋯ 0 ⋮ ⋮ ⋱ ⋮ 0 0 ⋯ 1 λ n n ) P − 1 \mathbf{A}^{-1} = \mathbf{P} \begin{pmatrix}
\frac{1}{\lambda_{11}} & 0 & \cdots & 0 \\
0 & \frac{1}{\lambda_{22}} & \cdots & 0 \\
\vdots & \vdots & \ddots & \vdots \\
0 & 0 & \cdots & \frac{1}{\lambda_{nn}}
\end{pmatrix} \mathbf{P}^{-1} A − 1 = P λ 11 1 0 ⋮ 0 0 λ 22 1 ⋮ 0 ⋯ ⋯ ⋱ ⋯ 0 0 ⋮ λ nn 1 P − 1
(2)
Given the equation P − 1 A P = Λ \mathbf{P}^{-1}\mathbf{A}\mathbf{P} = \mathbf{\Lambda} P − 1 AP = Λ , this implies that Λ \mathbf{\Lambda} Λ is the diagonal form of A \mathbf{A} A under the similarity transformation by P P P . The diagonal entries of Λ \mathbf{\Lambda} Λ , denoted as λ i i \lambda_{ii} λ ii , are the eigenvalues of A A A .
To show this formally, consider Λ e i = λ i i e i \mathbf{\Lambda} \mathbf{e}_i = \lambda_{ii} \mathbf{e}_i Λ e i = λ ii e i , where e i \mathbf{e}_i e i is the i i i -th standard basis vector. We have:
Λ e i = ( λ 11 0 ⋯ 0 0 λ 22 ⋯ 0 ⋮ ⋮ ⋱ ⋮ 0 0 ⋯ λ n n ) ( 0 ⋮ 1 ⋮ 0 ) = λ i i e i \mathbf{\Lambda} \mathbf{e}_i = \begin{pmatrix}
\lambda_{11} & 0 & \cdots & 0 \\
0 & \lambda_{22} & \cdots & 0 \\
\vdots & \vdots & \ddots & \vdots \\
0 & 0 & \cdots & \lambda_{nn}
\end{pmatrix}
\begin{pmatrix}
0 \\
\vdots \\
1 \\
\vdots \\
0
\end{pmatrix}
= \lambda_{ii} \mathbf{e}_i Λ e i = λ 11 0 ⋮ 0 0 λ 22 ⋮ 0 ⋯ ⋯ ⋱ ⋯ 0 0 ⋮ λ nn 0 ⋮ 1 ⋮ 0 = λ ii e i
Since P − 1 A P = Λ \mathbf{P}^{-1}\mathbf{AP} = \mathbf{\Lambda} P − 1 AP = Λ , let y i = P e i \mathbf{y}_i = \mathbf{P} \mathbf{e}_i y i = P e i . Then:
A y i = A ( P e i ) = P ( Λ e i ) = P ( λ i i e i ) = λ i i ( P e i ) = λ i i y i \mathbf{A} \mathbf{y}_i = \mathbf{A} (\mathbf{P} \mathbf{e}_i) = \mathbf{P} (\mathbf{\Lambda} \mathbf{e}_i) = \mathbf{P} (\lambda_{ii} \mathbf{e}_i) = \lambda_{ii} (\mathbf{P} \mathbf{e}_i) = \lambda_{ii} \mathbf{y}_i A y i = A ( P e i ) = P ( Λ e i ) = P ( λ ii e i ) = λ ii ( P e i ) = λ ii y i
Hence, y i = P e i \mathbf{y}_i = \mathbf{P} \mathbf{e}_i y i = P e i is an eigenvector of A \mathbf{A} A corresponding to the eigenvalue λ i i \lambda_{ii} λ ii .
(3)
From the similarity transformation P − 1 A P = Λ \mathbf{P}^{-1}\mathbf{AP} = \mathbf{\Lambda} P − 1 AP = Λ , raising both sides to the power k k k gives:
( P − 1 A P ) k = Λ k (\mathbf{P}^{-1}\mathbf{AP})^k = \mathbf{\Lambda}^k ( P − 1 AP ) k = Λ k
Since P − 1 A P = Λ \mathbf{P}^{-1}\mathbf{AP} = \mathbf{\Lambda} P − 1 AP = Λ :
P − 1 A k P = Λ k \mathbf{P}^{-1}\mathbf{A}^k\mathbf{P} = \mathbf{\Lambda}^k P − 1 A k P = Λ k
Because Λ \mathbf{\Lambda} Λ is diagonal, Λ k \mathbf{\Lambda}^k Λ k is also diagonal, with each diagonal element being raised to the power k k k :
Λ k = ( λ 11 k 0 ⋯ 0 0 λ 22 k ⋯ 0 ⋮ ⋮ ⋱ ⋮ 0 0 ⋯ λ n n k ) \mathbf{\Lambda}^k = \begin{pmatrix}
\lambda_{11}^k & 0 & \cdots & 0 \\
0 & \lambda_{22}^k & \cdots & 0 \\
\vdots & \vdots & \ddots & \vdots \\
0 & 0 & \cdots & \lambda_{nn}^k
\end{pmatrix} Λ k = λ 11 k 0 ⋮ 0 0 λ 22 k ⋮ 0 ⋯ ⋯ ⋱ ⋯ 0 0 ⋮ λ nn k
Thus, A k \mathbf{A}^k A k has the same eigenvectors as A \mathbf{A} A , and the eigenvalues are the k k k -th powers of the eigenvalues of A \mathbf{A} A . Therefore, the eigenvalue-eigenvector pairs for A k \mathbf{A}^k A k are:
Eigenvalue: λ i i k \lambda_{ii}^k λ ii k
Corresponding eigenvector: y i = P e i \mathbf{y}_i = \mathbf{P} \mathbf{e}_i y i = P e i
In summary, every eigenvalue λ i i \lambda_{ii} λ ii of A \mathbf{A} A raised to the power k k k is an eigenvalue of A k \mathbf{A}^k A k , and the corresponding eigenvectors remain the same.
Knowledge
特征值和特征向量 相似变换
重点词汇
Matrix : 矩阵
Eigenvalue : 特征值
Eigenvector : 特征向量
Inverse matrix : 逆矩阵
Diagonal matrix : 对角矩阵
Similarity transformation : 相似变换
参考资料
Axler, S. (2015). Linear Algebra Done Right . Springer. Chap. 8
Strang, G. (2009). Introduction to Linear Algebra . Wellesley-Cambridge Press. Chap. 5