记 v1=(1,2)T 对应特征值 2,v2=(−1,3)T 对应特征值 -3。
先把 ν=(3,1)T 表成特征向量线性组合:设
ν=av1+bv2.
则
(a−b, 2a+3b)=(3,1)⇒a=2, b=−1.
所以 ν=2v1−v2。
因此
Aν=2⋅2v1+(−3)⋅(−1)v2=4v1+3v2.
计算得
4(1,2)+3(−1,3)=(1,17).
所以 Aν=(1,17)T。
英文解析
Given that v1=(1,2)T corresponds to eigenvalue 2 and v2=(−1,3)T corresponds to eigenvalue -3.
First, express ν=(3,1)T as a linear combination of eigenvectors: let
ν=av1+bv2.
then
(a−b, 2a+3b)=(3,1)⇒a=2, b=−1.
so ν=2v1−v2.
Therefore
Aν=2⋅2v1+(−3)⋅(−1)v2=4v1+3v2.
which yields
4(1,2)+3(−1,3)=(1,17).
so Aν=(1,17)T.