※注意:請於試卷上「非選擇題作答區」標明題號並依序作答。
Notation: R is the set of real numbers. Mn(R) is the set of n×n matrices with entries in R and Rn is n-dimensional column vectors over R.
Problem 1 (20 pts). Let T:R4→R3 be the linear transformation defined by T(v)=A⋅v, whereA=(1−103−121−1−110−3)∈M3×4(R).
- Find the rank and the nullity of T.
- Find bases of KerT and ImT.
訣竅
運用列運算可計算出像空間與核空間的基底與秩數。解法
- 首先對 A 進行列運算如下
A→[1−10301120000]→[101501120000]:=[IF00]
容易看出矩陣 A 的秩數為 2,從而線性變換 T 的秩數也為 2。再者利用 rank-nullity 定理可知線性變換的核數與秩數加總為定義域的維度,從而所求的核數為 4−2=2。 - 進一步由前一小題的列運算結果可取 [−FI] 作為核空間的基本矩陣,亦即核空間的基底為
KerT=Span{[−1−110],[−5−201]}.
而利用樞紐行的位置可取像空間的基底為前兩行,即ImT=Span{[1−1−1],[−121]}.
Problem 2 (20 pts). Let
A=(−14−2−25−2−120).
- Find the eigenvalues of A.
- Find an invertible matrix P∈M3(R) such that P−1AP is a diagonal matrix.
訣竅
按照對角化的程序進行計算即可。解法
- 首先計算 A 的特徵多項式如下
chA(x)=det(xI−A)=|x+1−422x−521−2x|=x(x+1)(x−5)−8−8−2(x−5)+4(x+1)+8x=x3−4x2+5x−2=(x−1)2(x−2)
- 進一步的沿著前一小題去求解特徵向量:
- 當 x=1 時有 I−A=[2−422−421−21],如此可取 v1=[210] 以及 v2=[−101] 滿足 Av1=v1 與 Av2=v2;
- 當 x=2 時有 2I−A=[3−422−321−22],可取 v3=[221] 滿足 Av3=2v3。
Problem 3 (20 pts). Let V=M3(R) be the 3-dimensional vector space over R given by
V={(x1x2x3−x1)∣x1,x2,x3∈R}.
Let A=(1201) and define the linear transformation T:V→V byT(B)=ABA−1.
- Write down the matrix representation A of T under the basis
{(100−1),(0100),(0010)}.
- Find an invertible P∈M3(R) such that P−1AP is the Jordan canonical form.
訣竅
按照矩陣表示法的定義進行計算,並計算其特徵值、特徵向量與廣義特徵向量以求得 Jordan canonical form。解法
- 首先可以注意到 A−1=[1−201],於是可直接計算如下有
T[100−1]=[1201][100−1][1−201]=[1−40−1]=1[100−1]+(−4)[0100]+0[0010],T[0100]=[1201][0100][1−201]=[0100]=0[100−1]+1[0100]+0[0010],T[0010]=[1201][0010][1−201]=[2−41−2]=2[100−1]+(−4)[0100]+1[0010].
因此所求的矩陣表示法為A:=[102−41−4001].
- 對於矩陣 A,我們先計算它的特徵多項式如下
chA(x)=det(xI−A)=|x−10−24x−1400x−1|=(x−1)3.
如此可知其特徵值為 1。如此可觀察有 A−I=[002−40−4000],可取 v1=[0−80] 滿足 (A−I)v1=0。進一步,可挑 v2=[2−40] 滿足 (A−I)v2=v1。最後,我們挑 v3=[001] 滿足 (A−I)v3=v2。
據此我們可建構 P=[020−8−40001] 可滿足 AP=PJ,其中J:=[110011001]
又因 det(P)=16≠0,故有 P−1AP=J。
Problem 4 (20 pts). Let A∈Mn(R) such that An=0 but An−1≠0.
- Show that there exists v∈Rn such that {v,Av,A2v,…,An−1v} is a basis of Rn.
- If B∈Mn(R) such that AB=BA, prove that
B=a0I+a1A+a2A2+⋯+an−1An−1
for some a0,…,an−1∈R.
訣竅
利用題目的條件進行建構即可。解法
- 由於 An−1≠0,存在 v∈Rn 使得 An−1v≠0。那麼我們可以證明這樣的 v 能使集合 {v,Av,A2v,…,An−1v} 成為 Rn 的基底。
由於該集合的元素個數恰為 n 個,而 Rn 為 n 維空間,故我們僅需說明該集合線性獨立集可。為此我們考慮方程式c0v+c1Av+c2A2v+⋯+cn−1An−1v=0
兩邊同時透過 An−1 作用可得 c0An−1v=0,但因 An−1v≠0,故得 c0=0。同理,透過 An−2 作用得 c1=0。依此依序透過 An−3,An−4,…,A 作用可得 c2=⋯=cn−2=0。至此有 cn−1An−1v=0,因此也有 cn−1=0,故知該集合線性獨立。證明完畢。 - 記前一小題所獲得的基底為 B,我們先將 Bv 用基底 B 表示為
Bv=a0v+a1Av+⋯+an−1An−1v.
那麼對於任何 u∈Rn,我們首先可找出一組係數 {bj}n−1j=0 滿足u=b0v+b1Av+⋯+bn−1An−1v.
那麼Bu=b0Bv+b1ABv+⋯+bn−1An−1Bv=(b0I+b1A+⋯+bn−1An−1)Bv=(b0I+⋯+bn−1An−1)(a0I+a1A+⋯+an−1An−1)v=(a0I+a1A+⋯+an−1An−1)(b0I+⋯+bn−1An−1)v=(a0I+a1A+⋯+an−1An−1)u
由於這樣的等式對於任何的 u∈Rn 皆成立,這便表明B=a0I+a1A+⋯+an−1An−1
證明完畢。
Problem 5 (20 pts). Let A∈Mn(R) be the matrix
A=(11213⋯1n121314⋯1n+1⋮⋮⋮⋮1n1n+11n+2⋯12n−1).
Show that for any non-zero x∈Rn, xtAx>0.訣竅
利用具有技巧性的改寫方式證明其值恆正。解法
記 x=(x1,…,xn)∈Rn,那麼對於非零的 x 可以觀察到xtAx=n∑i=1n∑j=1xixji+j−1=n∑i=1n∑j=1∫10xixjti+j−2dt=∫10n∑i=1xiti−1n∑j=1xjtj−1dt=∫10(n∑i=1xiti−1)2dt>0.
證明完畢。
沒有留言:
張貼留言