Lecture 4
Lecture 4
4 Linear Transformations
In the special case where 𝑉 = 𝑊, the linear transformation 𝑇 is called a linear operator on the
vector space 𝑉.
Theorem 4.1: Let 𝑇 ∶ 𝑉 → 𝑊 be a linear transformation; where 𝑉 and 𝑊 are vector spaces.
Then:
(a) 𝑇(𝟎) = 𝟎.
(b) 𝑇(𝒖 − 𝒗) = 𝑇(𝒖) − 𝑇(𝒗) for all 𝒖 and 𝒗 in 𝑉.
Proof.
Let 𝒖 be any vector in 𝑉. Since 0𝒖 = 𝟎, it follows from the homogeneity property in Definition 1
that
1
Dr. Supem Samarasiri, Department of Mathematics, University of Moratuwa
Linear Algebra - MA2034
Therefore,
𝑇(𝒖 + 𝒗) = 𝑇(𝒖) + 𝑇(𝒗) and 𝑇(𝑘𝒖) = 𝑘𝑇(𝒖) ; ∀ 𝒖, 𝒗 ∈ 𝑽
that associates with 𝑓 the 𝑛-tuple of function values at 𝑥1 , 𝑥2 , . . . , 𝑥𝑛 . We call this the evaluation
transformation on 𝑉 at 𝑥1 , 𝑥2 , . . . , 𝑥𝑛 . Thus, for example, if
𝑥1 = − 1, 𝑥2 = 2, 𝑥3 = 4
The evaluation transformation in (1) is linear, for if 𝑘 is any scalar, and if 𝑓 and 𝑔 are any functions
in 𝑉, then
𝑇(𝑘𝑓) = ((𝑘𝑓)(𝑥1 ), (𝑘𝑓)(𝑥2 ), … , (𝑘𝑓)(𝑥𝑛 ))
and
2
Dr. Supem Samarasiri, Department of Mathematics, University of Moratuwa
Linear Algebra - MA2034
Example 5:
Computing with Images of Basis Vectors
Consider the basis 𝑆 = {𝑣1 , 𝑣2 , 𝑣3 } for ℝ3 , where
Find a formula for 𝑇(𝑥1 , 𝑥2 , 𝑥3 ), and then use that formula to compute 𝑇(2, −3,5).
Solution.
We first need to express 𝑥 = (𝑥1 , 𝑥2 , 𝑥3 ) as a linear combination of 𝑣1 , 𝑣2 , and 𝑣3 . If we write
𝑐1 + 𝑐2 + 𝑐3 = 𝑥1
𝑐1 + 𝑐2 = 𝑥2
𝑐1 = 𝑥3
which yields 𝑐1 = 𝑥3 , 𝑐2 = 𝑥2 − 𝑥3 , 𝑐3 = 𝑥1 − 𝑥2 , so
Thus
𝑇(𝑥1 , 𝑥2 , 𝑥3 ) = 𝑥3 𝑇(𝑣1 ) + (𝑥2 − 𝑥3 )𝑇(𝑣2 ) + (𝑥1 − 𝑥2 )𝑇(𝑣3 )
3
Dr. Supem Samarasiri, Department of Mathematics, University of Moratuwa
Linear Algebra - MA2034
4
Dr. Supem Samarasiri, Department of Mathematics, University of Moratuwa
Linear Algebra - MA2034
5
Dr. Supem Samarasiri, Department of Mathematics, University of Moratuwa