3.4 Reprsentation of Transformations by Matrices

这一节通过Theorem 11Theorem 12 将linear transformation和矩阵建立了一对一的关联,此外Theorem 13说明linear transformation的composition与矩阵乘法也有天然的联系。Theorem 14则说明在linear operator的情况下,同一个linear transformation不同basis的矩阵存在相似(similar)的关系,且这个导致相似的矩阵实质上就是一组基在另一组基下的矩阵。

Exercises

1.Let TTT be the linear operator on C2C^2C2 defined by T(x1,x2)=(x1,0)T(x_1,x_2)=(x_1,0)T(x1,x2)=(x1,0). Let B\mathfrak BB be the stantard ordered basis for C2C^2C2 and let B′={α1,α2}\mathfrak B'=\{\alpha_1,\alpha_2\}B={α1,α2} be the ordered basis defined by α1=(1,i),α2=(−i,2)\alpha_1=(1,i),\alpha_2=(-i,2)α1=(1,i),α2=(i,2).
( a ) What is the matrix of TTT relative to the pair B,B′\mathfrak B,\mathfrak B'B,B?
( b ) What is the matrix of TTT relative to the pair B′,B\mathfrak B',\mathfrak BB,B?
( c ) What is the matrix of TTT in the ordered basis B′\mathfrak B'B?
( d ) What is the matrix of TTT in the ordered basis {α2,α1}\{\alpha_2,\alpha_1\}{α2,α1}?

Solution:
( a ) Tϵ1=2α1−iα2,Tϵ2=0α1+0α2Tϵ_1=2α_1-iα_2,Tϵ_2=0α_1+0α_2Tϵ1=2α1iα2,Tϵ2=0α1+0α2, thus the matrix of TTT relative to the pair B,B′\mathfrak B,\mathfrak B'B,B is [20−i0]\begin{bmatrix}2&0\\-i&0\end{bmatrix}[2i00].
( b ) Tα1=ϵ1,Tα2=−iϵ1Tα_1=ϵ_1,Tα_2=-iϵ_1Tα1=ϵ1,Tα2=iϵ1, thus the matrix of TTT relative to the pair B′,B\mathfrak B',\mathfrak BB,B is [1−i00]\begin{bmatrix}1&-i\\0&0\end{bmatrix}[10i0].
( c ) Tα1=2α1−iα2,Tα2=−2iα1−α2Tα_1=2α_1-iα_2,Tα_2=-2iα_1-α_2Tα1=2α1iα2,Tα2=2iα1α2, thus [T]B′=[2−2i−i−1][T]_{\mathfrak B'}=\begin{bmatrix}2&-2i\\-i&-1\end{bmatrix}[T]B=[2i2i1].
( d ) Tα2=−α2−2iα1,Tα1=−iα2+2α1Tα_2=-α_2-2iα_1,Tα_1=-iα_2+2α_1Tα2=α22iα1,Tα1=iα2+2α1, thus [T]{α2,α1}=[−1−i−2i2][T]_{\{α_2,α_1\}}=\begin{bmatrix}-1&-i\\-2i&2\end{bmatrix}[T]{α2,α1}=[12ii2].

2.Let TTT be the linear transformation from R3R^3R3 into R2R^2R2 defined by
T(x1,x2,x3)=(x1+x2,2x3−x1)T(x_1,x_2,x_3)=(x_1+x_2,2x_3-x_1)T(x1,x2,x3)=(x1+x2,2x3x1)
( a ) If B\mathfrak BB is the standard ordered basis for R3R^3R3 and B′\mathfrak B'B is the standard ordered basis for R2R^2R2, what is the matrix of TTT relative to the pair B,B′\mathfrak B,\mathfrak B'B,B?
( b ) If B={α1,α2,α3}\mathfrak B=\{\alpha_1,\alpha_2,\alpha_3\}B={α1,α2,α3} and B′={β1,β2}\mathfrak B'=\{\beta_1,\beta_2\}B={β1,β2}, where
α1=(1,0,−1),α2=(1,1,1),α3=(1,0,0),β1=(0,1),β2=(1,0)\alpha_1=(1,0,-1),\quad\alpha_2=(1,1,1),\quad\alpha_3=(1,0,0),\\ \beta_1=(0,1),\quad\beta_2=(1,0)α1=(1,0,1),α2=(1,1,1),α3=(1,0,0),β1=(0,1),β2=(1,0)
what is the matrix of TTT relative to the pair B,B′\mathfrak B,\mathfrak B'B,B?

Solution:
( a ) We let ϵ1,ϵ2,ϵ3ϵ_1,ϵ_2,ϵ_3ϵ1,ϵ2,ϵ3 be the standard ordered basis for R3R^3R3 and ϵ1′,ϵ2′ϵ_1',ϵ_2'ϵ1,ϵ2 be the standard ordered basis for R2R^2R2, then
Tϵ1=(1,−1),Tϵ2=(1,0),Tϵ3=(0,2)Tϵ_1=(1,-1),Tϵ_2=(1,0),Tϵ_3=(0,2)Tϵ1=(1,1),Tϵ2=(1,0),Tϵ3=(0,2)
thus the matrix of TTT relative to the pair B′,B\mathfrak B',\mathfrak BB,B is
A=[110−102]A=\begin{bmatrix}1&1&0\\-1&0&2\end{bmatrix}A=[111002]
( b ) A direct calculation shows
Tα1=(1,−3)=−3β1+β2Tα2=(2,1)=β1+2β2,Tα3=(1,−1)=−β1+β2Tα_1=(1,-3)=-3β_1+β_2\quad Tα_2=(2,1)=β_1+2β_2,\quad Tα_3=(1,-1)=-β_1+β_2Tα1=(1,3)=3β1+β2Tα2=(2,1)=β1+2β2,Tα3=(1,1)=β1+β2
thus the matrix of TTT relative to the pair B′,B\mathfrak B',\mathfrak BB,B is
A=[−31−1121]A=\begin{bmatrix}-3&1&-1\\1&2&1\end{bmatrix}A=[311211]

3.Let TTT be a linear operator on FnF^nFn, let AAA be the matrix of TTT in the standard ordered basis for FnF^nFn, and let WWW be the subspace of FnF^nFn spanned by the column vectors of AAA. What does WWW have to do with TTT?
Solution: By the condition given, if we write A=[A11⋯A1n⋮⋱⋮An1⋯Ann]A=\begin{bmatrix}A_{11}&\cdots&A_{1n}\\\vdots&\ddots&\vdots\\A_{n1}&\cdots&A_{nn}\end{bmatrix}A=A11An1A1nAnn, then Tϵj=∑i=1nAijϵi=AjTϵ_j=∑_{i=1}^nA_{ij} ϵ_i=A_jTϵj=i=1nAijϵi=Aj, the jjj-th column vector of AAA, thus if WWW is spanned by A1,…,AnA_1,\dots,A_nA1,,An, it is easy to see W=range TW=\text{range }TW=range T.

4.Let VVV be a two-dimensional vector space over the field FFF, and let B\mathfrak BB be an ordered basis for VVV. If TTT is a linear operator on VVV and
[T]B=[abcd][T]_{\mathfrak B}=\begin{bmatrix}a&b\\c&d\end{bmatrix}[T]B=[acbd]
prove that T2−(a+d)T+(ad−bc)I=0T^2-(a+d)T+(ad-bc)I=0T2(a+d)T+(adbc)I=0.

Solution: We write B={α1,α2}\mathfrak B=\{α_1,α_2\}B={α1,α2}, then for any α∈Vα∈VαV, we have α=x1α1+x2α2,x1,x2∈Fα=x_1 α_1+x_2 α_2,x_1,x_2∈Fα=x1α1+x2α2,x1,x2F, notice that
[Tα1]B=[T]B[α1]B=[abcd][10]=[ac],[Tα_1 ]_{\mathfrak B}=[T]_{\mathfrak B} [α_1 ]_{\mathfrak B}=\begin{bmatrix}a&b\\c&d\end{bmatrix}\begin{bmatrix}1\\0\end{bmatrix}=\begin{bmatrix}a\\c\end{bmatrix},[Tα1]B=[T]B[α1]B=[acbd][10]=[ac],
[Tα2]B=[T]B[α2]B=[abcd][01]=[bd],[Tα_2 ]_{\mathfrak B}=[T]_{\mathfrak B} [α_2 ]_{\mathfrak B}=\begin{bmatrix}a&b\\c&d\end{bmatrix}\begin{bmatrix}0\\1\end{bmatrix}=\begin{bmatrix}b\\d\end{bmatrix},[Tα2]B=[T]B[α2]B=[acbd][01]=[bd],
[T2α1]B=[T]B[Tα1]B=[abcd][ac]=[a2+bcac+cd],[T^2 α_1 ]_{\mathfrak B}=[T]_{\mathfrak B} [Tα_1 ]_{\mathfrak B}=\begin{bmatrix}a&b\\c&d\end{bmatrix}\begin{bmatrix}a\\c\end{bmatrix}=\begin{bmatrix}a^2+bc\\ac+cd\end{bmatrix},[T2α1]B=[T]B[Tα1]B=[acbd][ac]=[a2+bcac+cd],
[T2α2]B=[T]B[Tα2]B=[abcd][bd]=[ab+bdbc+d2][T^2 α_2 ]_{\mathfrak B}=[T]_{\mathfrak B} [Tα_2 ]_{\mathfrak B}=\begin{bmatrix}a&b\\c&d\end{bmatrix}\begin{bmatrix}b\\d\end{bmatrix}=\begin{bmatrix}ab+bd\\bc+d^2\end{bmatrix}[T2α2]B=[T]B[Tα2]B=[acbd][bd]=[ab+bdbc+d2]
thus
(T2−(a+d)T+(ad−bc)I)α1=T2α1−(a+d)Tα1+(ad−bc)α1=(a2+bc)α1+(ac+cd)α2−(a+d)(aα1+cα2)+(ad−bc)α1=(a2+bc−a2−ad+ad−bc)α1+(ac+cd−ac−cd)α2=0\begin{aligned}&\quad(T^2-(a+d)T+(ad-bc)I) α_1\\&=T^2 α_1-(a+d)Tα_1+(ad-bc) α_1\\&=(a^2+bc) α_1+(ac+cd) α_2-(a+d)(aα_1+cα_2 )+(ad-bc) α_1\\&=(a^2+bc-a^2-ad+ad-bc) α_1+(ac+cd-ac-cd) α_2\\&=0\end{aligned}(T2(a+d)T+(adbc)I)α1=T2α1(a+d)Tα1+(adbc)α1=(a2+bc)α1+(ac+cd)α2(a+d)(aα1+cα2)+(adbc)α1=(a2+bca2ad+adbc)α1+(ac+cdaccd)α2=0
(T2−(a+d)T+(ad−bc)I)α2=T2α2−(a+d)Tα2+(ad−bc)α2=(ab+bd)α1+(bc+d2)α2−(a+d)(bα1+dα2)+(ad−bc)α2=(ab+bd−ab−bd)α1+(bc+d2−ad−d2+ad−bc)α2=0\begin{aligned}&\quad (T^2-(a+d)T+(ad-bc)I) α_2\\&=T^2 α_2-(a+d)Tα_2+(ad-bc) α_2\\&=(ab+bd) α_1+(bc+d^2 ) α_2-(a+d)(bα_1+dα_2 )+(ad-bc) α_2\\&=(ab+bd-ab-bd) α_1+(bc+d^2-ad-d^2+ad-bc) α_2\\&=0\end{aligned}(T2(a+d)T+(adbc)I)α2=T2α2(a+d)Tα2+(adbc)α2=(ab+bd)α1+(bc+d2)α2(a+d)(bα1+dα2)+(adbc)α2=(ab+bdabbd)α1+(bc+d2add2+adbc)α2=0
Now we have (T2−(a+d)T+(ad−bc)I)α1=(T2−(a+d)T+(ad−bc)I)α2=0(T^2-(a+d)T+(ad-bc)I) α_1=(T^2-(a+d)T+(ad-bc)I) α_2=0(T2(a+d)T+(adbc)I)α1=(T2(a+d)T+(adbc)I)α2=0, and so
(T2−(a+d)T+(ad−bc)I)α=(T2−(a+d)T+(ad−bc)I)(x1α1+x2α2)=x1(T2−(a+d)T+(ad−bc)I)α1+x2(T2−(a+d)T+(ad−bc)I)α2=0\begin{aligned}&\quad (T^2-(a+d)T+(ad-bc)I)α\\&=(T^2-(a+d)T+(ad-bc)I)(x_1 α_1+x_2 α_2 )\\&=x_1 (T^2-(a+d)T+(ad-bc)I) α_1+x_2 (T^2-(a+d)T+(ad-bc)I) α_2\\&=0\end{aligned}(T2(a+d)T+(adbc)I)α=(T2(a+d)T+(adbc)I)(x1α1+x2α2)=x1(T2(a+d)T+(adbc)I)α1+x2(T2(a+d)T+(adbc)I)α2=0

5.Let TTT be the linear operator on R3R^3R3, the matrix of which in the standard ordered basis is
A=[121011−134]A=\begin{bmatrix}1&2&1\\0&1&1\\-1&3&4\end{bmatrix}A=101213114
Find a basis for the range of TTT and a basis for the null space of TTT.

Solution: Using Exercise 3 we know the range of TTT is spanned by the column vectors of AAA, using elementary column operations we have
A=[121011−134]→[100011−155]→[100010−150]A=\begin{bmatrix}1&2&1\\0&1&1\\-1&3&4\end{bmatrix}→\begin{bmatrix}1&0&0\\0&1&1\\-1&5&5\end{bmatrix}→\begin{bmatrix}1&0&0\\0&1&0\\-1&5&0\end{bmatrix}A=101213114101015015101015000
so a basis for the range of TTT is (1,0,−1),(0,1,5)(1,0,-1),(0,1,5)(1,0,1),(0,1,5), notice that Tϵ3−Tϵ1=Tϵ2−2Tϵ1Tϵ_3-Tϵ_1=Tϵ_2-2Tϵ_1Tϵ3Tϵ1=Tϵ22Tϵ1, thus
T(ϵ3+ϵ1−ϵ2)=T(1,−1,1)=0T(ϵ_3+ϵ_1-ϵ_2 )=T(1,-1,1)=0T(ϵ3+ϵ1ϵ2)=T(1,1,1)=0
and the dimension of the null space of TTT is 111, so a basis for the null space of TTT is (1,−1,1)(1,-1,1)(1,1,1).

6.Let TTT be the linear operator on R2R^2R2 defined by
T(x1,x2)=(−x2,x1)T(x_1,x_2)=(-x_2,x_1)T(x1,x2)=(x2,x1)
( a ) What is the matrix of TTT in the standard ordered basis for R2R^2R2?
( b ) What is the matrix of TTT in the ordered basis B={α1,α2}\mathfrak B=\{\alpha_1,\alpha_2\}B={α1,α2}, where α1=(1,2)\alpha_1=(1,2)α1=(1,2) and α2=(1,−1)\alpha_2=(1,-1)α2=(1,1)?
( c ) Prove that for every real number ccc the operator (T−cI)(T-cI)(TcI) is invertible.
( d ) Prove that if B\mathfrak BB is any ordered basis for R2R^2R2 and [T]B=A[T]_{\mathfrak B}=A[T]B=A, then A12A21≠0A_{12}A_{21}\neq 0A12A21=0.

Solution:
( a ) Tϵ1=(0,1)=ϵ2,Tϵ2=(−1,0)=−ϵ1Tϵ_1=(0,1)=ϵ_2,Tϵ_2=(-1,0)=-ϵ_1Tϵ1=(0,1)=ϵ2,Tϵ2=(1,0)=ϵ1, so the matrix of TTT in the standard ordered basis for R2R^2R2 is [0−110]\begin{bmatrix}0&-1\\1&0\end{bmatrix}[0110].
( b ) We have
Tα1=(−2,1)=−13α1−53α2,Tα2=(1,1)=23α1+13α2Tα_1=(-2,1)=-\frac{1}{3} α_1-\frac{5}{3} α_2,\quad Tα_2=(1,1)=\frac{2}{3}α_1+\frac{1}{3}α_2Tα1=(2,1)=31α135α2,Tα2=(1,1)=32α1+31α2
thus
[T]B=[−1/32/3−5/31/3][T]_{\mathfrak B}=\begin{bmatrix}-1/3&2/3\\-5/3&1/3\end{bmatrix}[T]B=[1/35/32/31/3]
( c ) The matrix of T−cIT-cITcI in the standard ordered basis for R2R^2R2 is [−c−11−c]\begin{bmatrix}-c&-1\\1&-c\end{bmatrix}[c11c], thus
(T−cI)ϵ1=(−c,1),(T−cI)ϵ2=(−1,−c)(T-cI) ϵ_1=(-c,1),\quad (T-cI) ϵ_2=(-1,-c)(TcI)ϵ1=(c,1),(TcI)ϵ2=(1,c)
since (−c,1),(−1,−c)(-c,1),(-1,-c)(c,1),(1,c) are linearly independent for any c∈Rc∈RcR, thus a basis of R2R^2R2, this means T−cIT-cITcI is invertible.
( d ) Let B′={ϵ1,ϵ2}\mathfrak B'=\{ϵ_1,ϵ_2\}B={ϵ1,ϵ2}, then [T]B′=[0−110][T]_{\mathfrak B' }=\begin{bmatrix}0&-1\\1&0\end{bmatrix}[T]B=[0110], given any B\mathfrak BB, we can find an invertible PPP s.t.
[T]B=A=P[T]B′P−1[T]_{\mathfrak B}=A=P[T]_{\mathfrak B'} P^{-1}[T]B=A=P[T]BP1
we can assume P=[abcd]P=\begin{bmatrix}a&b\\c&d\end{bmatrix}P=[acbd], then P−1=1ad−bc[d−b−ca]P^{-1}=\frac{1}{ad-bc} \begin{bmatrix}d&-b\\-c&a\end{bmatrix}P1=adbc1[dcba], obviously a,b,c,da,b,c,da,b,c,d cannot be all zero.
A=1ad−bc[abcd][0−110][d−b−ca]=1ad−bc[b−ad−c][d−b−ca]=1ad−bc[bd+ac−b2−a2d2+c2−bd−ac]\begin{aligned}A&=\frac{1}{ad-bc}\begin{bmatrix}a&b\\c&d\end{bmatrix}\begin{bmatrix}0&-1\\1&0\end{bmatrix}\begin{bmatrix}d&-b\\-c&a\end{bmatrix}\\&=\frac{1}{ad-bc}\begin{bmatrix}b&-a\\d&-c\end{bmatrix}\begin{bmatrix}d&-b\\-c&a\end{bmatrix}\\&=\frac{1}{ad-bc}\begin{bmatrix}bd+ac&-b^2-a^2\\d^2+c^2&-bd-ac\end{bmatrix}\end{aligned}A=adbc1[acbd][0110][dcba]=adbc1[bdac][dcba]=adbc1[bd+acd2+c2b2a2bdac]
thus A12A21=−(a2+b2)(c2+d2)ad−bc≠0A_{12} A_{21}=-\frac{(a^2+b^2 )(c^2+d^2)}{ad-bc}\neq 0A12A21=adbc(a2+b2)(c2+d2)=0.

7.Let TTT be the linear operator on R3R^3R3 defined by
T(x1,x2,x3)=(3x1+x3,−2x1+x2,−x1+2x2+4x3)T(x_1,x_2,x_3)=(3x_1+x_3,-2x_1+x_2,-x_1+2x_2+4x_3)T(x1,x2,x3)=(3x1+x3,2x1+x2,x1+2x2+4x3).
( a ) What is the matrix of TTT in the standard ordered basis for R3R^3R3?
( b ) What is the matrix of TTT in the ordered basis {α1,α2,α3}\{\alpha_1,\alpha_2,\alpha_3\}{α1,α2,α3}, where α1=(1,0,1),α2=(−1,2,1),α3=(2,1,1)\alpha_1=(1,0,1),\alpha_2=(-1,2,1),\alpha_3=(2,1,1)α1=(1,0,1),α2=(1,2,1),α3=(2,1,1)?
( c ) Prove that TTT is invertible and give a rule for T−1T^{-1}T1 like the one which defines TTT.

Solution:
( a ) The matrix of TTT in the standard ordered basis for R3R^3R3 is [301−210−124]\begin{bmatrix}3&0&1\\-2&1&0\\-1&2&4\end{bmatrix}321012104.
(b) We form PPP where Pj=[αj]{ϵ1,ϵ2,ϵ3}P_j=[α_j ]_{\{ϵ_1,ϵ_2,ϵ_3\}}Pj=[αj]{ϵ1,ϵ2,ϵ3}, it is easy to see P=[1−12021111]P=\begin{bmatrix}1&-1&2\\0&2&1\\1&1&1\end{bmatrix}P=101121211, and we perform
[1−12100021010111001]→[1−1210002101002−1−101]→[1−1210002101000−2−1−11]→[1−100−11020−1/21/21/20011/21/2−1/2]→[100−1/4−3/45/4010−1/41/41/40011/21/2−1/2]\begin{aligned}\begin{bmatrix}1&-1&2&1&0&0\\0&2&1&0&1&0\\1&1&1&0&0&1\end{bmatrix}&→\begin{bmatrix}1&-1&2&1&0&0\\0&2&1&0&1&0\\0&2&-1&-1&0&1\end{bmatrix}\\&→\begin{bmatrix}1&-1&2&1&0&0\\0&2&1&0&1&0\\0&0&-2&-1&-1&1\end{bmatrix}\\&→\begin{bmatrix}1&-1&0&0&-1&1\\0&2&0&-1/2&1/2&1/2\\0&0&1&1/2&1/2&-1/2\end{bmatrix}\\&→\begin{bmatrix}1&0&0&-1/4&-3/4&5/4\\0&1&0&-1/4&1/4&1/4\\0&0&1&1/2&1/2&-1/2\end{bmatrix}\end{aligned}10112121110001000110012221110101000110012021210101100110012000101/21/211/21/211/21/21000100011/41/41/23/41/41/25/41/41/2
thus
P−1=1/4[−1−35−11122−2]P^{-1}=1/4 \begin{bmatrix}-1&-3&5\\-1&1&1\\2&2&-2\end{bmatrix}P1=1/4112312512
and then
[T]{α1,α2,α3}=P−1[T]{ϵ1,ϵ2,ϵ3}P=14[−1−35−11122−2][301−210−124][1−12021111]=14[−2719−6334−2−6][1−12021111]=14[173522−315−6−2−140]\begin{aligned}[T]_{\{α_1,α_2,α_3\}} &=P^{-1} [T]_{\{ϵ_1,ϵ_2,ϵ_3\}} P\\&=\frac{1}{4} \begin{bmatrix}-1&-3&5\\-1&1&1\\2&2&-2\end{bmatrix}\begin{bmatrix}3&0&1\\-2&1&0\\-1&2&4\end{bmatrix}\begin{bmatrix}1&-1&2\\0&2&1\\1&1&1\end{bmatrix}\\&=\frac{1}{4} \begin{bmatrix}-2&7&19\\-6&3&3\\4&-2&-6\end{bmatrix}\begin{bmatrix}1&-1&2\\0&2&1\\1&1&1\end{bmatrix}\\&=\frac{1}{4}\begin{bmatrix}17&35&22\\-3&15&-6\\-2&-14&0\end{bmatrix}\end{aligned}[T]{α1,α2,α3}=P1[T]{ϵ1,ϵ2,ϵ3}P=41112312512321012104101121211=412647321936101121211=4117323515142260
( c ) It is enough to prove [T]{ϵ1,ϵ2,ϵ3}[T]_{\{ϵ_1,ϵ_2,ϵ_3\}}[T]{ϵ1,ϵ2,ϵ3} is invertible, this is true since
[301−210−124]−1=[4/92/9−1/98/913/9−2/9−1/3−2/31/3]\begin{bmatrix}3&0&1\\-2&1&0\\-1&2&4\end{bmatrix}^{-1}=\begin{bmatrix}4/9&2/9&-1/9\\8/9&13/9&-2/9\\-1/3&-2/3&1/3\end{bmatrix}3210121041=4/98/91/32/913/92/31/92/91/3
since we know [T−1]{ϵ1,ϵ2,ϵ3}=([T]{ϵ1,ϵ2,ϵ3})−1[T^{-1}]_{\{ϵ_1,ϵ_2,ϵ_3\}}=([T]_{\{ϵ_1,ϵ_2,ϵ_3\}})^{-1}[T1]{ϵ1,ϵ2,ϵ3}=([T]{ϵ1,ϵ2,ϵ3})1, it’s able to describe
T−1(x1,x2,x3)=(49x1+29x2−19x3,89x1+139x2−29x3,−13x1−23x2+13x3)T^{-1} (x_1,x_2,x_3 )=\left(\frac{4}{9} x_1+\frac{2}{9} x_2-\frac{1}{9} x_3,\frac{8}{9} x_1+\frac{13}{9} x_2-\frac{2}{9} x_3,-\frac{1}{3} x_1-\frac{2}{3} x_2+\frac{1}{3} x_3\right)T1(x1,x2,x3)=(94x1+92x291x3,98x1+913x292x3,31x132x2+31x3)

8.Let θ\thetaθ be a real number. Prove that the following two matrices are similar over the field of complex numbers:
[cos⁡θ−sin⁡θsin⁡θcos⁡θ],[eiθ00e−iθ]\begin{bmatrix}\cos{\theta}&-\sin{\theta}\\\sin{\theta}&\cos{\theta}\end{bmatrix},\quad \begin{bmatrix}e^{i{\theta}}&0\\0&e^{-i\theta}\end{bmatrix}[cosθsinθsinθcosθ],[eiθ00eiθ]
Solution: Let TTT be the linear operator on C2C^2C2 which is represented by the first matrix in the standard ordered basis, then T(1,0)=(cos⁡⁡θ,sin⁡⁡θ),T(0,1)=(−sin⁡⁡θ,cos⁡⁡θ)T(1,0)=(\cos⁡θ,\sin⁡θ), T(0,1)=(-\sin⁡θ,\cos⁡θ)T(1,0)=(cosθ,sinθ),T(0,1)=(sinθ,cosθ), let α1=(i,1),α2=(1,i)α_1=(i,1),α_2=(1,i)α1=(i,1),α2=(1,i), then Tα1=i(cos⁡⁡θ,sin⁡⁡θ)+(−sin⁡⁡θ,cos⁡⁡θ)=(icos⁡⁡θ−sin⁡⁡θ,isin⁡⁡θ+cos⁡⁡θ)=eiθ(i,1)=eiθα1Tα_1=i(\cos⁡θ,\sin⁡θ )+(-\sin⁡θ,\cos⁡θ )=(i \cos⁡θ-\sin⁡θ,i \sin⁡θ+\cos⁡θ )=e^{iθ} (i,1)=e^{iθ} α_1Tα1=i(cosθ,sinθ)+(sinθ,cosθ)=(icosθsinθ,isinθ+cosθ)=eiθ(i,1)=eiθα1
and similarly we can see Tα2=e−iθα2Tα_2=e^{-iθ} α_2Tα2=eiθα2, it is easy to see {α1,α2}\{α_1,α_2 \}{α1,α2} are linearly independent, thus a basis of C2C^2C2, since [T]{α1,α2}=[eiθ00e−iθ][T]_{\{α_1,α_2\}} =\begin{bmatrix}e^{iθ}&0\\0&e^{-iθ} \end{bmatrix}[T]{α1,α2}=[eiθ00eiθ], the two matrices are similar, with P=[i11i]P=\begin{bmatrix}i&1\\1&i\end{bmatrix}P=[i11i] and
[T]{α1,α2}=P−1[cos⁡⁡θ−sin⁡⁡θsin⁡⁡θcos⁡⁡θ]P[T]_{\{α_1,α_2\}} =P^{-1} \begin{bmatrix}\cos⁡θ&-\sin⁡θ\\\sin⁡θ&\cos⁡θ \end{bmatrix}P[T]{α1,α2}=P1[cosθsinθsinθcosθ]P

9.Let VVV be a finite-dimensional vector space over the field FFF and let SSS and TTT be linear operators on VVV. We ask: When do there exist ordered bases B\mathfrak BB and B′\mathfrak B'B for VVV such that [S]B=[T]B′[S]_{\mathfrak B}=[T]_{\mathfrak B'}[S]B=[T]B? Prove that such bases exist if and only if there is an invertible linear operator UUU on VVV such that T=USU−1T=USU^{-1}T=USU1.
Solution: If [S]B=[T]B′[S]_{\mathfrak B}=[T]_{\mathfrak B'}[S]B=[T]B, then let UUU be the linear operator that carries B{\mathfrak B}B onto B′{\mathfrak B'}B, i.e., if we let
B={a1,…,an},B′={b1,…,bn}{\mathfrak B}=\{a_1,\dots,a_n \},\quad {\mathfrak B'}=\{b_1,\dots,b_n \}B={a1,,an},B={b1,,bn}
and define UUU by Uai=bi,i=1,…,nUa_i=b_i,i=1,\dots,nUai=bi,i=1,,n. Then UUU is invertible since it carries a basis onto another basis, and U−1bi=ai,i=1,…,nU^{-1} b_i=a_i,i=1,\dots,nU1bi=ai,i=1,,n. If we denote [S]B=[T]B′=A=(Aij)[S]_{\mathfrak B}=[T]_{\mathfrak B'}=A=(A_{ij})[S]B=[T]B=A=(Aij), then by definition we have Saj=∑i=1nAijai,Tbj=∑i=1nAijbiSa_j=∑_{i=1}^nA_{ij} a_i ,Tb_j=∑_{i=1}^nA_{ij} b_iSaj=i=1nAijai,Tbj=i=1nAijbi, so
USU−1(bj)=USaj=U(∑i=1nAijai)=∑i=1nAijUai=∑i=1nAijbi=Tbj,j=1,…,n\begin{aligned}USU^{-1}(b_j )&=USa_j=U\left(∑_{i=1}^nA_{ij} a_i \right)\\&=∑_{i=1}^nA_{ij} Ua_i=∑_{i=1}^nA_{ij}b_i\\&=Tb_j,\quad j=1,\dots,n\end{aligned}USU1(bj)=USaj=U(i=1nAijai)=i=1nAijUai=i=1nAijbi=Tbj,j=1,,n
Since USU−1USU^{-1}USU1 and TTT are equal on a basis of VVV, we have T=USU−1T=USU^{-1}T=USU1.
Conversely, if T=USU−1T=USU^{-1}T=USU1 for some invertible UUU, we let B={a1,…,an}B=\{a_1,\dots,a_n \}B={a1,,an} be an ordered basis for VVV, and B′={Ua1,…,Uan}\mathfrak B'=\{Ua_1,\dots,Ua_n \}B={Ua1,,Uan}, since UUU is invertible, B′\mathfrak B'B is a basis for VVV. Notice that if α∈Vα∈VαV, then
α=k1a1+⋯+knan,k1,…,kn∈Fα=k_1 a_1+\dots+k_n a_n,\quad k_1,\dots,k_n∈Fα=k1a1++knan,k1,,knF
thus [α]B=[k1⋮kn][α]_{\mathfrak B}=\begin{bmatrix}k_1\\\vdots\\k_n\end{bmatrix}[α]B=k1kn, and Uα=k1Ua1+⋯+knUanUα=k_1 Ua_1+\dots+k_n Ua_nUα=k1Ua1++knUan, so [Uα]B′=[k1⋮kn][Uα]_{\mathfrak B'}=\begin{bmatrix}k_1\\\vdots\\k_n\end{bmatrix}[Uα]B=k1kn, so we have [α]B=[Uα]B′[α]_{\mathfrak B}=[Uα]_{\mathfrak B'}[α]B=[Uα]B, from this and the fact that TU=USTU=USTU=US we can have
[S]B[α]B=[Sα]B=[USα]B′=[TUα]B′=[T]B′[Uα]B′=[T]B′[α]B[S]_{\mathfrak B} [α]_{\mathfrak B}=[Sα]_{\mathfrak B}=[USα]_{\mathfrak B'}=[TUα]_{\mathfrak B'}=[T]_{\mathfrak B'} [Uα]_{\mathfrak B'}=[T]_{\mathfrak B'} [α]_{\mathfrak B}[S]B[α]B=[Sα]B=[USα]B=[TUα]B=[T]B[Uα]B=[T]B[α]B
and it must follow that [S]B=[T]B′[S]_{\mathfrak B}=[T]_{\mathfrak B'}[S]B=[T]B.
[Alternatively, one easier proof is using Theorem 14 and the consequence of Theorem 13, since in this case we have [T]B′=[U−1]B[T]B[U]B=[U−1TU]B=[U−1(USU−1)U]B=[S]B[T]_{\mathfrak B'}=[U^{-1}]_{\mathfrak B} [T]_{\mathfrak B} [U]_{\mathfrak B}=[U^{-1} TU]_{\mathfrak B}=[U^{-1}(USU^{-1})U]_{\mathfrak B}=[S]_{\mathfrak B}[T]B=[U1]B[T]B[U]B=[U1TU]B=[U1(USU1)U]B=[S]B ].

10.We have seen that the linear operator TTT on R2R^2R2 defined by T(x1,x2)=(x1,0)T(x_1,x_2)=(x_1,0)T(x1,x2)=(x1,0) is represented in the standard ordered basis by the matrix
A=[1000].A=\begin{bmatrix}1&0\\0&0\end{bmatrix}.A=[1000].
This operator satisfies T2=TT^2=TT2=T. Prove that if SSS is a linear operator on R2R^2R2 such that S2=SS^2=SS2=S, then S=0S=0S=0,or S=IS=IS=I, or there is an ordered basis B\mathfrak BB for R2R^2R2 such that [S]B=A[S]_{\mathfrak B}=A[S]B=A (above).

Solution: If S=0S=0S=0 or S=IS=IS=I, we obviously have S2=SS^2=SS2=S, now suppose S≠0,S≠IS\neq 0,S\neq IS=0,S=I, but S2=SS^2=SS2=S, then it is able to find α,β∈R2α,β∈R^2α,βR2, s.t. Sα≠0,Sβ≠βSα\neq 0,Sβ\neq βSα=0,Sβ=β, since Sα∈range SSα∈\text{range }SSαrange S, we have dim⁡⁡range S≥1\dim⁡ \text{range }S≥1dimrange S1, also since S(Sβ−β)=S2β−Sβ=Sβ−Sβ=0S(Sβ-β)=S^2 β-Sβ=Sβ-Sβ=0S(Sββ)=S2βSβ=SβSβ=0, we know Sβ−β∈null SSβ-β∈\text{null }SSββnull S, and dim⁡⁡null S≥1\dim⁡ \text{null }S≥1dimnull S1, as we discuss in R2R^2R2, dim⁡range S+dim⁡null S=2\dim \text{range }S+\dim \text{null }S=2dimrange S+dimnull S=2, thus dim⁡range S=dim⁡null S=1\dim \text{range }S=\dim \text{null }S=1dimrange S=dimnull S=1. Now if we let a=Sα,b=Sβ−βa=Sα,b=Sβ-βa=Sα,b=Sββ, and B={a,b}{\mathfrak B}=\{a,b\}B={a,b}, then B{\mathfrak B}B is an ordered basis for R2R^2R2 and [S]B=A[S]_{\mathfrak B}=A[S]B=A.

11.Let WWW be the space of all n×1n\times 1n×1 column matrices over a field FFF. If AAA is an n×nn\times nn×n matrix over FFF, then AAA defines a linear operator LAL_ALA on WWW through left multiplicaition: LA(X)=AXL_A(X)=AXLA(X)=AX. Prove that every linear operator on WWW is left multiplication by some n×nn\times nn×n matrix, i.e., is LAL_ALA for some AAA.
Now suppose VVV is an nnn-dimensional vector space over the field FFF, and let B\mathfrak BB be an ordered basis for VVV. For each α\alphaα in VVV, define Uα=[α]BU\alpha =[\alpha]_{\mathfrak B}Uα=[α]B. Prove that UUU is an isomorphism of VVV onto WWW. If TTT is a linear operator on VVV, then UTU−1UTU^{-1}UTU1 is a linear operator on WWW. Accordingly, UTU−1UTU^{-1}UTU1 is left multiplication by some n×nn\times nn×n matrix AAA. What is AAA?
Solution: If TTT is a linear operator on WWW, let B′={ϵ1,…,ϵn}\mathfrak B'=\{ϵ_1,\dots,ϵ_n \}B={ϵ1,,ϵn} be the standard basis on WWW, for each X=[x1⋮xn]X=\begin{bmatrix}x_1\\\vdots\\x_n \end{bmatrix}X=x1xn, we have X=∑j=1nxjϵjX=∑_{j=1}^nx_j ϵ_jX=j=1nxjϵj, and if we define A:=[T]B′A:=[T]_{\mathfrak B'}A:=[T]B, then T(X)=T(∑j=1nxjϵj)=∑j=1nxjTϵj=∑j=1nxj∑i=1nAijϵi=∑i=1n(∑j=1nAijxj)ϵi=AXT(X)=T(∑_{j=1}^nx_j ϵ_j )=∑_{j=1}^nx_j Tϵ_j =∑_{j=1}^nx_j ∑_{i=1}^nA_{ij} ϵ_i =∑_{i=1}^n(∑_{j=1}^nA_{ij} x_j )ϵ_i =AXT(X)=T(j=1nxjϵj)=j=1nxjTϵj=j=1nxji=1nAijϵi=i=1n(j=1nAijxj)ϵi=AX, thus T=LAT=L_AT=LA.
For the second question, let B={a1,…,an}\mathfrak B=\{a_1,\dots,a_n \}B={a1,,an}, if [α]B=[β]B=[x1⋮xn][α]_{\mathfrak B}=[β]_{\mathfrak B}=\begin{bmatrix}x_1\\\vdots \\x_n\end{bmatrix}[α]B=[β]B=x1xn, then α=β=∑j=1nxjajα=β=∑_{j=1}^nx_j a_jα=β=j=1nxjaj , this shows (Uα=Uβ)⇒(α=β)(Uα=Uβ)⇒(α=β)(Uα=Uβ)(α=β), so UUU is injective. Also for any X=[x1⋮xn]∈WX=\begin{bmatrix}x_1\\\vdots\\x_n \end{bmatrix}∈WX=x1xnW, define α=∑j=1nxjajα=∑_{j=1}^nx_j a_jα=j=1nxjaj, then Uα=XUα=XUα=X, thus UUU is surjective, combined we show UUU is an isomorphism.
If TTT is a linear operator on VVV, then let X=[x1⋮xn],Y=[y1⋮yn]∈WX=\begin{bmatrix}x_1\\\vdots\\x_n\end{bmatrix},Y=\begin{bmatrix}y_1\\\vdots\\y_n \end{bmatrix}∈WX=x1xn,Y=y1ynW, by definition we have
UTU−1(cX+Y)=UT(U−1(cX+Y))=UT(∑j=1n(cxj+yj)aj)=U(T(∑j=1n(cxj+yj)aj))=U(∑j=1n(cxj+yj)Taj)=∑j=1n(cxj+yj)UTaj=c∑j=1nxjUTaj+∑j=1nyjUTaj=c(UT∑j=1nxjaj)+UT(∑j=1nyjaj)=c(UT(U−1(X)))+(UT(U−1(Y)))=c(UTU−1)(X)+(UTU−1)(Y)\begin{aligned}UTU^{-1} (cX+Y)&=UT(U^{-1} (cX+Y))\\&=UT\left(∑_{j=1}^n(cx_j+y_j)a_j \right)=U\left(T\Big(∑_{j=1}^n(cx_j+y_j)a_j \Big)\right)\\&=U\left(∑_{j=1}^n(cx_j+y_j)Ta_j \right)=∑_{j=1}^n(cx_j+y_j)UTa_j \\&=c∑_{j=1}^nx_j UTa_j +∑_{j=1}^ny_j UTa_j =c\left(UT∑_{j=1}^nx_j a_j \right)+UT\left(∑_{j=1}^ny_j a_j \right)\\&=c(UT(U^{-1}(X)))+(UT(U^{-1}(Y)))\\&=c(UTU^{-1})(X)+(UTU^{-1})(Y)\end{aligned}UTU1(cX+Y)=UT(U1(cX+Y))=UT(j=1n(cxj+yj)aj)=U(T(j=1n(cxj+yj)aj))=U(j=1n(cxj+yj)Taj)=j=1n(cxj+yj)UTaj=cj=1nxjUTaj+j=1nyjUTaj=c(UTj=1nxjaj)+UT(j=1nyjaj)=c(UT(U1(X)))+(UT(U1(Y)))=c(UTU1)(X)+(UTU1)(Y)
thus UTU−1UTU^{-1}UTU1 is a linear operator on WWW.
If TTT is a linear operator on VVV, then let C=[T]BC=[T]_{\mathfrak B}C=[T]B, i.e. Taj=∑j=1nCijaiTa_j=∑_{j=1}^nC_{ij} a_iTaj=j=1nCijai, in the first part we proved A=[UTU−1]B′A=[UTU^{-1}]_{\mathfrak B'}A=[UTU1]B, to compute AAA, we see that UTU−1(ϵj)=UTaj=U(∑j=1nCijai)=∑j=1nCijUai=∑j=1nCijϵjUTU^{-1}(ϵ_j )=UTa_j=U(∑_{j=1}^nC_{ij}a_i)=∑_{j=1}^nC_{ij}Ua_i =∑_{j=1}^nC_{ij}ϵ_jUTU1(ϵj)=UTaj=U(j=1nCijai)=j=1nCijUai=j=1nCijϵj , thus [UTU−1]B′=C=[T]B[UTU^{-1}]_{\mathfrak B'}=C=[T]_{\mathfrak B}[UTU1]B=C=[T]B, or A=[T]BA=[T]_{\mathfrak B}A=[T]B.

12.Let VVV be an nnn-dimensional vector space over the field FFF, and let B={α1,…,αn}\mathfrak B=\{\alpha_1,\dots,\alpha_n\}B={α1,,αn} be an ordered basis for VVV.
( a ) According to Theorem 1, there is a unique linear operator TTT on VVV such that
Tαj=αj+1,j=1,…,n−1,Tαn=0.T{\alpha}_j={\alpha}_{j+1},\qquad j=1,\dots,n-1,\qquad T{\alpha}_n=0.Tαj=αj+1,j=1,,n1,Tαn=0.
What is the matrix AAA of TTT in the ordered basis B\mathfrak BB?
( b ) Prove that Tn=0T^n=0Tn=0 but Tn−1≠0T^{n-1}\neq 0Tn1=0.
( c ) Let SSS be any linear operator on VVV such that Sn=0S^n=0Sn=0 but Sn−1≠0S^{n-1}\neq 0Sn1=0. Prove that there is an ordered basis B′\mathfrak B'B for VVV such that the matrix of SSS in the ordered basis B′\mathfrak B'B is the matrix AAA of part (a).
( d ) Prove that if MMM and NNN are n×nn\times nn×n matrices over FFF such that Mn=Nn=0M^n=N^n=0Mn=Nn=0 but Mn−1≠0≠Nn−1M^{n-1}\neq 0\neq N^{n-1}Mn1=0=Nn1, then MMM and NNN are similar.

Solution:
( a ) A direct computation shows A=[00…010⋱⋱010]A=\begin{bmatrix}0&0&\dots&0\\1&0& & \\ &\ddots&\ddots& \\0& &1&0\end{bmatrix}A=01000100.
( b ) We have Tkαn+1−k=0,k=1,…,nT^k α_{n+1-k}=0,k=1,\dots,nTkαn+1k=0,k=1,,n, thus Tn=0T^n=0Tn=0, but Tn−1α1=αn≠0T^{n-1}α_1=α_n\neq 0Tn1α1=αn=0.
( c ) It is able to choose ααα s.t. Sn−1α≠0S^{n-1}α\neq 0Sn1α=0 but Snα=0S^n α=0Snα=0, notice α≠0α\neq 0α=0, and {α,Sα,…,Sn−1α}\{α,Sα,\dots,S^{n-1}α\}{α,Sα,,Sn1α} is linearly independent, for if we have
k1α+k2Sα+⋯+knSn−1α=0k_1 α+k_2 Sα+\dots+k_n S^{n-1} α=0k1α+k2Sα++knSn1α=0
then Sn−1(k1α+k2Sα+⋯+knSn−1α)=k1Sn−1α=0S^{n-1}(k_1 α+k_2 Sα+\dots+k_n S^{n-1}α)=k_1 S^{n-1}α=0Sn1(k1α+k2Sα++knSn1α)=k1Sn1α=0, thus k1=0k_1=0k1=0, the above becomes
k2Sα+⋯+knSn−1α=0k_2 Sα+\dots+k_n S^{n-1}α=0k2Sα++knSn1α=0
then Sn−2(k2Sα+⋯+knSn−1α)=k2Sn−1α=0S^{n-2}(k_2 Sα+\dots+k_n S^{n-1}α)=k_2 S^{n-1}α=0Sn2(k2Sα++knSn1α)=k2Sn1α=0, thus k2=0k_2=0k2=0, continue this step we eventually have k1=⋯=kn=0k_1=\dots=k_n=0k1==kn=0. Thus we can define B′={α,Sα,…,Sn−1α}\mathfrak B'=\{α,Sα,\dots,S^{n-1} α\}B={α,Sα,,Sn1α}, and [S]B′=A[S]_{\mathfrak B'}=A[S]B=A.
( d ) Let TTT and SSS be linear operators which satisfies [T]B=M,[S]B=N[T]_{\mathfrak B}=M,[S]_{\mathfrak B}=N[T]B=M,[S]B=N, in which B={ϵ1,…,ϵn}{\mathfrak B}=\{ϵ_1,\dots,ϵ_n \}B={ϵ1,,ϵn}. From ( c ) we can find two ordered basis B1{\mathfrak B}_1B1 and B2{\mathfrak B}_2B2 s.t. [T]B1=[S]B2=A[T]_{\mathfrak B_1}=[S]_{\mathfrak B_2}=A[T]B1=[S]B2=A, by Theorem 14, let PPP be the n×nn\times nn×n matrix with columns Pj=[ϵj]B1P_j=[ϵ_j ]_{\mathfrak B_1}Pj=[ϵj]B1, and QQQ be the n×nn\times nn×n matrix with columns Qj=[ϵj]B2Q_j=[ϵ_j ]_{\mathfrak B_2}Qj=[ϵj]B2, then
M=[T]B=P−1AP,N=[S]B=Q−1AQM=[T]_{\mathfrak B}=P^{-1} AP,\quad N=[S]_{\mathfrak B}=Q^{-1}AQM=[T]B=P1AP,N=[S]B=Q1AQ
thus M=P−1QNQ−1P=(Q−1P)−1N(Q−1P)M=P^{-1} QNQ^{-1}P=(Q^{-1}P)^{-1}N(Q^{-1}P)M=P1QNQ1P=(Q1P)1N(Q1P).

13.Let VVV and WWW be finite-dimensional vector spaces over the field FFF and let TTT be a linear transformation from VVV into WWW. If
B={α1,…,αn} and B′={β1,…,βm}\mathfrak B=\{\alpha_1,\dots,\alpha_n\}\text{ and }\mathfrak B'=\{\beta_1,\dots,\beta_m\}B={α1,,αn} and B={β1,,βm}
are ordered base for VVV and WWW, respectively, define the linear transformations Ep,qE{p,q}Ep,q as in the proof of Theorem 5: Ep,q(αi)=δiqβpE^{p,q}(\alpha_i)=\delta_{iq}\beta_pEp,q(αi)=δiqβp. Then the Ep,q,1≤p≤m,1≤q≤nE{p,q},1\leq p\leq m,1\leq q\leq nEp,q,1pm,1qn, form a basis for L(V,W)L(V,W)L(V,W), and so
T=∑p=1m∑q=1nApqEp,qT=\sum_{p=1}^m\sum_{q=1}^nA_{pq}E^{p,q}T=p=1mq=1nApqEp,q
for certain scalars ApqA_{pq}Apq (the coordinates of TTT in this basis for L(V,W)L(V,W)L(V,W)). Show that the matrix AAA with entries A(p,q)=ApqA(p,q)=A_{pq}A(p,q)=Apq is precisely the matrix of TTT relative to the pair B,B′\mathfrak B,\mathfrak B'B,B.

Solution: Tαj=(∑p=1m∑q=1nApqEp,q)(αj)=∑p=1m∑q=1nApqEp,q(αj)=∑p=1m∑q=1nApqδjqβp=∑p=1mApjβpTα_j=(∑_{p=1}^m∑_{q=1}^nA_{pq} E^{p,q})(α_j )=∑_{p=1}^m∑_{q=1}^nA_{pq} E^{p,q}(α_j)=∑_{p=1}^m∑_{q=1}^nA_{pq} δ_{jq} β_p=∑_{p=1}^mA_{pj} β_pTαj=(p=1mq=1nApqEp,q)(αj)=p=1mq=1nApqEp,q(αj)=p=1mq=1nApqδjqβp=p=1mApjβp, and the conclusion follows.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值