题目
Problem
The matrix M is given by
M=6−2−1−26−1−1−15.
Given that 8 is an eigenvalue of M,
(a) determine an eigenvector corresponding to the eigenvalue 8.
(b) Determine the other two eigenvalues of M.
(c) Hence find an orthogonal matrix P and a diagonal matrix D such that PTMP=D.
(9)
题目中文翻译
矩阵 M 定义为
M=6−2−1−26−1−1−15.
已知 8 是 M 的一个特征值,
(a) 求一个与特征值 8 对应的特征向量。
(b) 求 M 的另外两个特征值。
(c) 因此,求一个正交矩阵 P 和一个对角矩阵 D,使得 PTMP=D。
解答
(a)
解法一
思路
展开
与特征值 8 对应的特征向量满足 (M−8I)v=0。联立所得方程,取一个最简单的非零解即可。
答题过程
展开
Let
v=xyz.
For the eigenvalue 8,
(M−8I)v=0,
so
−2−2−1−2−2−1−1−1−3xyz=000.
The independent equations are
2x+2y+z=0
and
x+y+3z=0.
Writing u=x+y, these become 2u+z=0 and u+3z=0. Hence z=0 and u=0, so y=−x.
Taking x=1, an eigenvector is
1−10.
(b)
解法一
思路
展开
由 det(M−λI)=0 建立特征方程。题目已给出 8 是特征值,因此三次多项式应含因子 λ−8;除去此因子即可求另外两个特征值。
答题过程
展开
The characteristic equation is
det(M−λI)=0.
Expanding the determinant,
0==6−λ−2−1−26−λ−1−1−15−λ(6−λ)((6−λ)(5−λ)−1)+2(−2(5−λ)−1)−(2+6−λ).
After expanding and multiplying by −1,
λ3−17λ2+90λ−144=0.
Since 8 is already known to be an eigenvalue,
==λ3−17λ2+90λ−144(λ−8)(λ2−9λ+18)(λ−8)(λ−3)(λ−6).
Therefore the other two eigenvalues are
3and6.
(c)
解法一
思路
展开
实对称矩阵可由正交矩阵对角化。分别求特征值 3、6 的特征向量,并与 (a) 中特征值 8 的向量一起单位化;把这些单位特征向量按列组成 P,同时按相同顺序把特征值放入 D。
答题过程
展开
For λ=3, solving (M−3I)v=0 gives an eigenvector
v3=111.
For λ=6, solving (M−6I)v=0 gives an eigenvector
v6=11−2.
Together with the eigenvector from part (a), take
v8=1−10.
Their scalar products are all zero:
v8⋅v3=0,v8⋅v6=0,v3⋅v6=0.
Their corresponding unit eigenvectors are
u8=211−10,
u3=31111,
and
u6=6111−2.
Using the order 8,3,6, we may therefore take
P=21−2103131316161−62
and
D=800030006.
The columns of P are orthonormal, so P is orthogonal, and the matching column order gives PTMP=D.