Lecture 10
Lecture 10
Linear Transformation
Definition 1. Let V and W be vector spaces over field F. A map T : V → W is said to be a linear map
(or linear transformation) if for ∀ α ∈ F and ∀ v1 , v2 ∈ V we have:
(i) T (v1 + v2 ) = T (v1 ) + T (v2 ), (ii) T (αv) = αT (v).
Example 2. 1. The map T : V → W defined by T (v) = 0 for all v ∈ V , is linear (the zero map).
2. The map T : V → V defined by T (v) = v for all v ∈ V , is linear (the identity map).
3. Let m ≤ n. Then a map T : Rm → Rn , defined by T (x1 , x2 , . . . , xm ) = (x1 , . . . , xm , 0, . . . , 0), (n − m)
zeroes, is linear (the inclusion map).
4. Let m ≥ n. Then a map T : Rm → Rn defined by T (x1 , x2 , . . . , xm ) = (x1 , x2 , . . . , xn ), is linear (the
projection map).
5. A map T : R2 → R2 defined by T (x1 , x2 ) = (x1 , −x2 ), is linear (reflection along x-axis).
6. A map Tθ : R2 → R2 defined by Tθ (x, y) = (x cos θ + y sin θ, −x sin θ + y cos θ), is linear (rotation about
origin with angle θ.
7. Let A be a matrix of order m × n. Then A defines a linear map TA : Rn → Rm defined by TA (x) = Ax.
d
8. Let D : R[x] → R[x] defined by D(f (x)) = dx
f (x). Then D is linear (differentiation map).
Definition 4. Let T : V → W be a linear map. Then the null space (or kernel) of T = {v ∈ V : T (v) =
0}, denoted as ker(T ) and Range space (or Image) of T = {T (v) : v ∈ V } denoted as Range(T ).
Theorem 6. Let T : V → W be a linear map. Then ker(T ) and Range(T ) are subspaces of V and W
respectively. (Prove it yourself!)
1
Definition 7. The dimension of null space Ker(T ) is called the nullity of T and the dimension of the
range space Range(T ) of T is called the rank of T .
Theorem 8. Let V be a finite-dimensional vector space over the field F and let {v1 , . . . , vn } be a basis
for V . Let W be a vector space over the same field F and let w1 , w2 , . . . , wn be any vectors in W . Then
there is precisely one linear transformation T from V to W such that T (vi ) = wi ∀i = 1, . . . , n, and it is
given by T (v) = α1 T (v1 ) + · · · + αn T (vn ), where v = α1 v1 + · · · + αn vn and α1 , α2 , . . . , αn ∈ F.
Theorem 9. Let T : V → W be a linear map and B = {v1 , v2 , . . . , vn } be a basis for V . Then the T is
completely determined by its images on basis elements and Range(T ) = L({T (v1 ), T (v2 ), . . ., T (vn )}).
Corollary 10. (Riesz Representation Theorem) Let T : Rn −→ R be a linear map. Then there
exist a ∈ Rn such that T (x) = at x.
Proof: Let x = (x1 , . . . , xn ) ∈ Rn . Let {e1 , . . . , en } be the standard basis of Rn . Then T (x) =
T ( ni=1 xi ei ) = ni=1 xi T (ei ). Let T (ei ) = ai . Thus T (x) = aT x, where a = (a1 , . . . , an ).
P P