京都大学 情報学研究科 知能情報学専攻 2023年2月実施 基礎科目 F1-1
Author
祭音Myyura (co-authored with GPT 5.6 SOL)
Description
Let
A=1b−1a31002,a,b∈R.
- Find the condition on a,b under which all eigenvalues of A are distinct real numbers.
- Let λ1 and λ2 be the largest and smallest eigenvalues, and let v1,v2 be corresponding eigenvectors. For a=6,b=4:
- find λ1,λ2,v1,v2;
- find an orthonormal basis of W=span{v1,v2};
- find the orthogonal projection of r=(1,4,−6)⊤ onto W.
题目描述
设
A=1b−1a31002,a,b∈R.
- 求使 A 的特征值均为两两不同实数的 a,b 条件。
- 记最大、最小特征值分别为 λ1,λ2,对应特征向量为 v1,v2。当 a=6,b=4 时:
- 求 λ1,λ2,v1,v2;
- 求 W=span{v1,v2} 的一组标准正交基;
- 求 r=(1,4,−6)⊤ 在 W 上的正交投影。
Kai
Q.1
The characteristic polynomial factors as
det(λI−A)=(λ−2)((λ−1)(λ−3)−ab)=(λ−2)((λ−2)2−(1+ab)).
Hence the eigenvalues are
2,2+1+ab,2−1+ab.
They are real and pairwise distinct if and only if
ab>−1.
Q.2
For a=6,b=4, the eigenvalues are 7,2,−3. Therefore
λ1=7,λ2=−3.
(1)
Solving (A−7I)v1=0 and (A+3I)v2=0, we may take
v1=110,v2=−32−1.
(2)
Normalize v1 and apply Gram-Schmidt to v2:
e1=21110,
v2−(v2⊤e1)e1=21−55−2.
Thus an orthonormal basis is
e1=21110,e2=361−55−2.
(3)
Using this basis,
projWr=(r⊤e1)e1+(r⊤e2)e2=5/25/20+−5/25/2−1=05−1.