京都大学 情報学研究科 知能情報学専攻 2021年2月実施 基礎科目 F1-1
Author
祭音Myyura (co-authored with GPT 5.6 SOL)
Description
Q.1
Consider the system
⎩⎨⎧x+2y+z=3,ay+4z=10,2x+6y+az=b.
(1) Find those values of a for which the system has a unique solution.
(2) Find those pairs of values (a,b) for which the system has more than one solution.
Q.2
Consider the matrix
A=311131−1−11.
(1) Find all eigenvalues of A.
(2) Find a maximum set S of linearly independent eigenvectors of A.
(3) Determine whether A is diagonalizable. If it is, find P such that
D=P−1AP is diagonal; otherwise, prove that it is not diagonalizable.
题目描述
-
对方程组
⎩⎨⎧x+2y+z=3,ay+4z=10,2x+6y+az=b
回答:
- 求使方程组有唯一解的 a;
- 求使方程组有多于一个解的 (a,b)。
-
对矩阵
A=311131−1−11,
求全部特征值、线性无关特征向量的最大集合,并判断是否可对角化;若可,求
P 使 P−1AP 为对角矩阵。
Kai
Q.1
The coefficient determinant is
det1022a614a=a2−2a−8=(a−4)(a+2).
Hence the system has a unique solution exactly when
a=4,−2.
For more than one solution, the coefficient matrix must be singular and the
augmented system must be consistent.
- If a=4, the third coefficient row satisfies
R3=2R1+21R2. Thus consistency requires
b=2⋅3+21⋅10=11.
- If a=−2, the third coefficient row satisfies
R3=2R1−R2. Thus consistency requires
b=2⋅3−10=−4.
Therefore,
(a,b)=(4,11) or (−2,−4).
In either case the consistent singular system has infinitely many solutions.
Q.2
(1)
The characteristic polynomial is
det(λI−A)=(λ−2)2(λ−3).
Thus the eigenvalues are
λ=2 (multiplicity 2),λ=3.
(2)
For λ=2,
(A−2I)x=0⟺x+y−z=0,
so its eigenspace has dimension 2. For λ=3, the eigenspace is
span{(1,1,1)T}. One maximum linearly independent
set is therefore
S=⎩⎨⎧1−10,101,111⎭⎬⎫.
(3)
The three vectors in S are linearly independent. Taking them as columns gives
P=1−10101111,detP=−1=0.
Consequently,
P−1AP=200020003.
Thus A is diagonalizable.