# 線性變換 linear transformation

# 定義

V,WV,W 都是建立在體FF 的向量空間, T:VWT:V \rightarrow W 稱作VVWW 的線性轉換。
並且,TT 也滿足以下兩點:

  1. T(x+y)=T(x)+T(y)x,yVT(x+y) = T(x) + T(y) \forall x,y \in V
  2. T(cx)=cT(x)cF,xVT(cx) = cT(x) \forall c \in F ,\forall x \in V
小筆記
  1. TT線性函數
  2. 在定義下,T(0)=0,T(cx+y)=cT(x)+T(y)T(0) = 0, T(cx+y) = cT(x)+T(y)

# 範例們

# 範例一

  1. x0x \mapsto 0 是一個線性變換,稱作為 0 變換。
  2. xxx \mapsto x 是一個線性變換,稱作為單位變換。
小筆記

所有由VWV \to W 的線性變換會形成向量空間,記作 L(V,W)L(V,W)
若此時的V=WV = W,則記作 L(V)L(V)

# 範例二

  1. xmxx \mapsto mx 是線性變換。
  2. xx+2x \mapsto x+2 不是線性變換。 0200 \mapsto 2 \neq 0
  3. xx2x \mapsto x^2 不是線性變換。 T(1)+T(2)=5T(3)=9T(1)+T(2) = 5 \neq T(3) = 9

# 範例三

  1. (a,b)(a,b)(a,b) \mapsto (a,-b) 是線性變換。
  2. (a,b)(a,0)(a,b) \mapsto (a,0) 是線性變換。
  3. (a,b)(pa,qb)(a,b) \mapsto (pa,qb) 是線性變換。
  4. (a,b)(acosθbsinθ,asinθ+bcosθ)(a,b) \mapsto (acos\theta -bsin\theta, asin\theta+bcos\theta) 是線性變換。(旋轉矩陣)
  5. (a,b)(2a+b,a2)(a,b) \mapsto (2a+b,a^2) 不是線性變換。

# 範例四

  1. AATA \mapsto A^T 是線性變換。
  2. Adet(A)A \mapsto det(A) 不是線性變換。
  3. Atr(A)A \mapsto tr(A) 是線性變換。
    tr(A)=i=1naiitr(A)=\sum_{i=1}^na_{ii} 稱作 A 矩陣的跡。

#kernel & 零化度 nullity

# 定義

VVWW 是向量空間,設 TT 是從 VVWW 的線性變換。
kerT:={vV:Tv=0w}\mathop{\mathrm{ker}}\, T := \{\mathbf{v} \in V : T\mathbf{v} = \mathbf{0}_{w}\}
kerT=N(T)kerT = N(T) 稱作TT 的核或零空間。

# 範例們

  1. x0x \mapsto 0 => kerT=VkerT =V
  2. xxx \mapsto x => kerT=0kerT = 0
  3. (x,y)xy(x,y) \mapsto x-y => kerT={xy=0x,yR}kerT =\{ x-y=0|x,y \in \mathbb{R} \}
  4. (x,y)(x+y,0,2xy)(x,y) \mapsto (x+y,0,2x-y) => kerT=(0,0)kerT =(0,0)
  5. f(x)f(x)f(x) \mapsto f'(x) => kerT={cR}kerT = \{ c \in \mathbb{R} \}
  6. (x,y)(x,0)(x,y) \mapsto (x,0) => kerT={(0,y)yR}kerT = \{ (0,y) | y \in \mathbb{R} \}

# 定理

T:VWT:V \rightarrow W 是一個線性變換。
kerTkerT 會是 VV 的子空間。
可定義 dim(kerT):=n(T)dim(kerT) := n(T) 稱為TT 的零化度

#image & 秩 rank

# 定義

VVWW 是向量空間,設 TT 是從 VVWW 的線性變換。
imT:={TvvV}\mathop{\mathrm{im}}\, T := \{ T\mathbf{v} | \mathbf{v} \in V \}
imT=R(T)imT = R(T) 稱作TT 的像或值域。

# 範例們

  1. x0x \mapsto 0 => kerT=0kerT = 0
  2. xxx \mapsto x => kerT=VkerT =V
  3. (x,y)xy(x,y) \mapsto x-y => imT=RimT = R
  4. (x,y)(x+y,0,2xy)(x,y) \mapsto (x+y,0,2x-y) => imT={(a,0,b)a,bR}imT =\{(a,0,b) | a,b \in \mathbb{R} \}
  5. f(x)f(x)f(x) \mapsto f'(x) => imT=Pn1(R)imT = P_{n-1}(R)
  6. (x,y)(x,0)(x,y) \mapsto (x,0) => imT={(x,0)xR}imT = \{ (x,0) | x \in \mathbb{R} \}

# 定理 1

T:VWT:V \rightarrow W 是一個線性變換。
imTimT 會是 WW 的子空間。
可定義 dim(imT):=r(T)dim(imT) := r(T) 稱為TT 的秩。

# 定理 2

T:VWT:V \rightarrow W 是一個線性變換,且β={v1,v2,...,vn}\beta =\{ v_1,v_2,...,v_n \}VV 的基底。
=> T(β)={T(v1),T(v2),...,T(vn)}T(\beta) = \{ T(v_1),T(v_2),...,T(v_n) \} 會是 imT 的基底。

# Dimension Thm

T:VWT:V \rightarrow W 是一個線性變換,且dimV<dimV< \infty
=> n(T)+r(T)=dimVn(T)+r(T) = dimV

# 定理 1

T:VWT:V \rightarrow W 是一個線性變換,且dimV=dimW<dimV = dimW < \infty
n(T)=0n(T) = 0 \Leftrightarrow T is 1-1 \Leftrightarrow T is onto r(T)=dimV\Leftrightarrow r(T) = dimV

note1

dimV=dimV = \infty \Rightarrow T is 1-1 \nLeftrightarrow T is onto

  1. T:P(R)P(R)f(x)f(x)T:\begin{array}{rcl} P(R) & \longrightarrow & P(R) \\ f(x) & \mapsto & f'(x) \end{array} \Rightarrow T is onto not 1-1
  2. T:P(R)P(R)f(x)0xf(t)dtT:\begin{array}{rcl} P(R) & \longrightarrow & P(R) \\ f(x) & \mapsto & \int_{0}^{x}f(t)dt \end{array} \Rightarrow T is 1-1 not onto
note2

dimVdimWdimV \neq dimW \Rightarrow T is 1-1 \nLeftrightarrow T is onto

# 定理 2

T:VWT:V \rightarrow W 是一個線性變換,且dimV=ndimV = n
{v1,...,vn}\{ v_1,...,v_n \} 是 V 的一組基底。
對任意nn{w1,...,wn}W\{ w_1,...,w_n \} \in W,唯一存在一個線性變換使得T(vi)=wiT(v_i) = w_i

更新於 閱讀次數

用實際行動犒賞爆肝的我😀

Zrn Ye LinePay

LinePay