题目
Problem
M=0−13−14−13−10
Given that 1−21 is an eigenvector of M
(a) determine its corresponding eigenvalue.
Given that −3 is an eigenvalue of M
(b) determine a corresponding eigenvector.
Hence, given that 111 is also an eigenvector of M
(c) determine a diagonal matrix D and an orthogonal matrix P such that D=PTMP
(8)
题目中文翻译
M=0−13−14−13−10
已知 1−21 是 M 的特征向量
(a) 求其对应的特征值
已知 −3 是 M 的特征值
(b) 求一个对应的特征向量
因此,已知 111 也是 M 的特征向量
(c) 求对角矩阵 D 和正交矩阵 P,使得 D=PTMP
解答
(a)
解法一
思路
展开
把给定特征向量左乘矩阵 M。所得向量若是原向量的 λ 倍,则这个倍数就是对应的特征值。
答题过程
展开
Let
v=1−21.
Then
Mv===0−13−14−13−101−215−10551−21.
Therefore, the corresponding eigenvalue is
5.
(b)
解法一
思路
展开
对特征值 −3,解齐次方程 (M+3I)v=0。两个独立方程会给出 z=−x、y=0,再任选一个非零的 x 即可得到特征向量。
答题过程
展开
For the eigenvalue −3, let
v=xyz.
Then (M+3I)v=0, so
3−13−17−13−13xyz=000.
The independent equations are
3x−y+3z=0,−x+7y−z=0.
From the first equation, y=3x+3z. Substituting this into the second equation,
−x+7(3x+3z)−z=20x+20z=0,0,
so z=−x and hence y=0. Taking x=1, a corresponding eigenvector is
10−1.
(c)
解法一
思路
展开
先求第三个已知特征向量 (1,1,1)T 的特征值。由于 M 是实对称矩阵,三个不同特征值对应的特征向量彼此正交;把它们分别单位化后按列组成 P,并按相同顺序把特征值放入 D 的主对角线。
答题过程
展开
For
w=111,
we have
Mw==2222111.
Thus the third eigenvalue is 2.
Choose the eigenvectors in the order corresponding to the eigenvalues −3, 2 and 5:
v−3=10−1,v2=111,v5=1−21.
Their norms are 2, 3 and 6 respectively. Therefore, the corresponding unit eigenvectors are
u−3=2110−1,
u2=31111,
and
u5=611−21.
The vectors are mutually orthogonal, so placing them as the columns of P makes P orthogonal. Thus one valid pair is
D=−300020005
and
P=210−2131313161−6261.
With the columns and diagonal entries in this matching order,
D=PTMP.