Linear Transformations
Linear Transformations
1 Topics
Linear transformations- denition, examples, basic properties. Problems: To
check whether the given mapping is a linear transformation or not. Kernel
and image of linear transformation. Proposition: Let T : V → U be a linear
mapping. Then the kernel of T is a subspace of V and the image of T is a
subspace of U. Show that a linear operator on a vector space V is one-one if
and only if it is onto.
1
(v)T(v-w)=T(v)-T(w)
(vi) Composition of linear Transformation is a linear mapping
(vii) A function is said to be invertible if there exists a function U from
W into V such that UT is identity function on V and TU is identity
function on W. We denote U = T −1 and is also a linear transformation.
Problems:
Example 1 Consider T : R3 → R3 dened by T (x1 , x2 , x3 ) = (x1 , x2 , 0), for
all (x1 , x2 , x3 ) ∈ R3 . Check if T is a linear transformation.
Solution:
2
2 Kernel and Image of Linear Transformations
Denition 2.1 If T is a linear transformation from V into W, then range
of T is te set of all vectors w ∈ W such that w = T v for some v ∈ V. The
dimension of image space or range of T is called rank of T.
Denition 2.2 If T is a linear transformation from V into W, then the set
of all vectors v ∈ V such that T v = 0 is called kernel of T or null space of
The dimension of ker T is called nullity.
Proposition 2.1 Let T : V → W be a linear mapping. Then kernel of T is
a subspace of V.
Proof: To show that kerT = {v/T v = 0} is closed wrt addition and scalar
multiplication and also 0 ∈ kerT.
3
Proposition 2.3 Suppose v1 , v2 , · · · , vn spans a vector space V and T : V →
W is linear. Then T (v1 ), T (v2 ), · · · , T (vn ) spans Img T.
v = a1 v1 + a2 v2 + · · · + an vn
T (v) = T (a1 v1 + a2 v2 + · · · + an vn )
w = a1 T (v1 ) + a2 T (v2 ) + · · · + an T (vn )
=⇒ {T (v1 ), T (v2 ), · · · , T (vn )}spans the image of F.