Linear Algebra Linear Transformations

Concept

Linear Algebra - Linear Transformations

Linear Transformations

Definition

T:VWT: V \to W is linear if:

  1. T(u+v)=T(u)+T(v)T(u + v) = T(u) + T(v)
  2. T(cv)=cT(v)T(cv) = cT(v)

Examples:

  • TA(x)=AxT_A(x) = Ax
  • Rotation, reflection, projection matrices
  • Derivative operator

Matrix Representation

For basis BV={v1,,vn}B_V = \{v_1, \dots, v_n\} of V and BW={w1,,wm}B_W = \{w_1, \dots, w_m\} of W:

Matrix [T]BWBV[T]_{B_W}^{B_V}: ii-th column is [T(vi)]BW[T(v_i)]_{B_W}

Action: [T(v)]BW=[T][v]BV[T(v)]_{B_W} = [T]\cdot[v]_{B_V}

Kernel and Image

Kernel (null space): ker(T)={vV:T(v)=0}\ker(T) = \{v \in V : T(v) = 0\}

Image (range): im(T)={T(v):vV}\text{im}(T) = \{T(v) : v \in V\}

Rank: dim(im(T))\dim(\text{im}(T))

Nullity: dim(ker(T))\dim(\ker(T))

Rank-Nullity Theorem

For T:VWT: V \to W: dim(ker(T))+dim(im(T))=dim(V)\\dim(\ker(T)) + \dim(\text{im}(T)) = \dim(V)

One-to-One and Onto

TT is one-to-one     ker(T)={0}\iff \ker(T) = \{0\}

TT is onto     im(T)=W\iff \text{im}(T) = W

For square matrices: One-to-one     \iff onto     \iff invertible.

Composition

(T2T1)(v)=T2(T1(v))(T_2 \circ T_1)(v) = T_2(T_1(v))

Matrix: [T2T1]=[T2][T1][T_2 \circ T_1] = [T_2][T_1]