東京大学 新領域創成科学研究科 人間環境学専攻 2024年8月実施 线性代数
Author
思齐塾, 祭音Myyura
Description
行列 A について以下の全ての設問に解答せよ.
A=2−1−20102−2−3
(1) 行列 A の固有値と固有ベクトルを全て求めよ.
(2) 行列 A に対し P−1AP が対角行列となる正則行列 P , およびその逆行列 P−1 を求めよ.
(3) ∑k=07(−A)k=I−A+A2−A3+A4−A5+A6−A7 を求めよ. ただし, 行列 I は3次単位行列である.
(4) ∑k=1∞k1(−31A)k を求めよ.
题目描述
给定矩阵
A=2−1−20102−2−3.
回答以下全部问题:
-
求矩阵 A 的所有特征值和特征向量。
-
求一个可逆矩阵 P 及其逆矩阵 P−1,使 P−1AP 为对角矩阵。
-
计算
k=0∑7(−A)k=I−A+A2−A3+A4−A5+A6−A7,
其中 I 为三阶单位矩阵。
-
计算无穷级数
k=1∑∞k1(−31A)k.
Kai
(1) Eigenvalues and Eigenvectors
To find the eigenvalues, we need to solve the characteristic equation det(A−λI)=0.
A−λI=2−λ−1−201−λ02−2−3−λ
det(A−λI)=(1−λ)((2−λ)(−3−λ)−(−2)(2))=(1−λ)(−6−2λ+3λ+λ2+4)=(1−λ)(λ2+λ−2)=(1−λ)(λ+2)(λ−1)=−(λ−1)2(λ+2)
Thus, the eigenvalues are λ1=1 (multiplicity 2) and λ2=−2.
For λ1=1:
(A−I)v=0⟹1−1−20002−2−4xyz=000
x+2z=0⟹x=−2z
v=−2zyz=z−201+y010
Thus, the eigenvectors for λ1=1 are v1=−201 and v2=010 .
For λ2=−2:
(A+2I)v=0⟹4−1−20302−2−1xyz=000
4x+2z=0⟹z=−2x
−x+3y+4x=0⟹3y=−3x⟹y=−x
v=x−x−2x=x1−1−2
Thus, the eigenvector for λ2=−2 is v3=1−1−2 .
(2) Diagonalization
Since we have three linearly independent eigenvectors, we can diagonalize A. Let P=−2010101−1−2 .
Then
P−1=−2/3−1/3−1/3010−1/3−2/3−2/3.
D=P−1AP=10001000−2 .
(3) ∑k=07(−A)k
f(t)=∑k=07(−t)k とおくと, f(1)=0, f(−2)=255 である。
固有値 −2 に対する射影行列は
なので,
k=0∑7(−A)k=2553I−A=−8585170000−170170340.
(4) ∑k=1∞k1(−31A)k
A の固有値は 1,1,−2 なので, −A/3 のスペクトル半径は 2/3<1 であり,
級数は収束する。 g(t)=∑k=1∞(−t/3)k/k とおけば
g(1)=log43,g(−2)=log3.
したがって, u=log(3/4), v=log3 とおくと
k=1∑∞k1(−31A)k=u3A+2I+v3I−A
=314u−v−u+v−2u+2v03u02u−2v−2u+2v−u+4v.