BCS405D M-Ii
BCS405D M-Ii
MODULE-II
LINEAR TRANSFORMATION
Introduction
In this chapter we will discuss linear transformations, which are the most natural kind of a
map from one vector space to another, and show how they are intimately related with matrices. In
our discussions we will give concrete examples as often as possible, and use the general properties
we have shown about vector spaces to motivate results relevant to solving systems of linear
equations and solving differential equations.
= 𝑓(𝑥1 , 𝑦1 , 𝑧1 ) + 𝑓(𝑥2 , 𝑦2 , 𝑧2 )
⇒ 𝑓(𝛼 + 𝛽) = 𝑓(𝛼) + 𝑓(𝛽)
Let 𝑐 ∈ 𝑅 be arbitrary.
Consider 𝑓(𝑐. 𝛼) = 𝑓(𝑐. 𝑥1 , 𝑐. 𝑦1 , 𝑐. 𝑧1 ) = (𝑐. 𝑥1 + 𝑐. 𝑦1 , 𝑐. 𝑦1 + 𝑐. 𝑧1 )
= 𝑐(𝑥1 + 𝑦1 , 𝑦1 + 𝑧1 ) = 𝑐. 𝑓(𝑥1 , 𝑦1 , 𝑧1 ) = 𝑐. 𝑓(𝛼)
⇒ 𝑓(𝑐. 𝛼) = 𝑐. 𝑓(𝛼)
Therefore, f is a linear transformation.
4. Find the linear transformation of 𝑇: 𝑉2 (𝑅) → 𝑉2 (𝑅) such that 𝑇(1, 1) = (0, 1) and
𝑇(−1, 1) = (3, 2).
Solution: Since (1, 1) is not a scalar multiple of (−1, 1), the vectors are linearly independent
and hence forms a basis of 𝑉2 (𝑅).
Thus, there exists 𝑐1 and 𝑐2 in 𝑅 such that for every (𝑥, 𝑦) ∈ 𝑉2 (𝑅)
(𝑥, 𝑦) = 𝑐1 (1, 1) + 𝑐2 (−1, 1)
𝑥+𝑦 𝑦−𝑥
On solving, we get 𝑐1 = 2 and 𝑐2 = 2
Therefore,
𝑥+𝑦 𝑦−𝑥
(𝑥, 𝑦) = (1, 1) + (−1, 1)
2 2
Since 𝑇 is Linear, we get
𝑥+𝑦 𝑦−𝑥
𝑇(𝑥, 𝑦) = T(1, 1) + 𝑇(−1, 1)
2 2
𝑥+𝑦 𝑦−𝑥
𝑇(𝑥, 𝑦) = (0, 1) + (3, 2)
2 2
3𝑦 − 3𝑥 3𝑦 − 𝑥
𝑇(𝑥, 𝑦) = ( , )
2 2
Exercises
Ordered basis of V:
Definition: Let V be a vector space over a field F and dim[V] = n > 0. Choose a basis
𝒂𝟏 , 𝒂𝟐 , 𝒂𝟑 , … , 𝒂𝒏 of V written in order. This basis 𝑩 = {𝒂𝟏 , 𝒂𝟐 , 𝒂𝟑 , … , 𝒂𝒏 }is called an ordered basis
of V. In an ordered basis, the order in which the elements are arranged is taken in to account.
Example:
[{(1, 0, 0), (0, 1, 0), (0, 0, 1)}, {(0, 1, 0), (0, 0, 1), (1, 0, 0)}, {(0, 0, 1), (1, 0, 0), (0, 1,0)}]
are three different basis of R3.
Note:
1. Find the coordinate vector of (3, -2, 1) relative to (i) ordered standard basis
(ii) the ordered basis {(1, 1, 1), (1, 0, 0), (1, 1, 0)} of 𝑅 3 .
Solution:
0 1 𝑥
= {( ) ( ) : 𝑥, 𝑦 ∈ 𝑅}
0 0 𝑦
𝑦
= {( ) : 𝑥, 𝑦 ∈ 𝑅}
0
1
Another way to write this is that 𝑖𝑚 𝑇𝐴 = 𝑠𝑝𝑎𝑛 ( ) and so dim 𝑖𝑚 𝑇𝐴 = 1.
0
Now we’ll do the kernel
𝑥 0 𝑥
𝑘𝑒𝑟 𝑇𝐴 = {𝑇𝐴 (𝑦) = ( ) : (𝑦) ∈ 𝑅 2 }
0
0 1 𝑥 0 𝑥
= {( ) (𝑦) = ( ) : (𝑦) ∈ 𝑅 2 }
0 0 0
𝑦 0 𝑥
= {( ) = ( ) : (𝑦) ∈ 𝑅 2 }
0 0
𝑥
= {( ) : 𝑥 ∈ 𝑅}
0
1
Again, we could write this as 𝑘𝑒𝑟 𝑇𝐴 = 𝑠𝑝𝑎𝑛 ( ).
0
The kernel and image are equal in this case.
Definition: Let 𝑇: 𝑈 → 𝑉 be a linear transformation. The Kernel (or null space) of T is the set
𝑁(𝑇) = {𝛼 ∈ 𝑈/𝑇(𝛼) = 0} where 0 is the zero vector of V.
1) If 𝑅(𝑇) is finite dimensional, the dimension of 𝑅(𝑇)is called the Rank of linear transformation
and is denoted by 𝑟(𝑇).
2) If 𝑁(𝑇) is finite dimensional, the dimension of 𝑁(𝑇)is called the Nullity of linear transformation
and is denoted by 𝑛(𝑇).
Rank-Nullity theorem
The null space of the matrix 𝐴, denoted by 𝑁(𝐴), is the set of all n-dimensional column vectors X
such that 𝐴𝑋 = 0.
Problems:
1. Let 𝑇: 𝑉2 (𝑅) → 𝑉2 (𝑅) defined by 𝑇(𝑥, 𝑦) = (𝑥 + 𝑦, 𝑥). Find the range space, kernel, rank, and
nullity. Also, verify the rank-nullity theorem.
Solution:
To find 𝑹(𝑻): We shall write the images of the elements w.r.t standard basis
𝑇(𝑒1 ) = 𝑇(1,0) = (1,1)&𝑇(𝑒2 ) = 𝑇(0,1) = (1,0)
1 1 1 1 1 1 (by
Therefore, the matrix A of T is [ ] 𝑖. 𝑒. , 𝐴 = [ ]∼[ ] echelon form)
1 0 1 0 0 −1
There are 2 non-zero rows. ∴ Rank of A is 2
Hence, 𝑅(𝑇) is subspace generated by(1,1)&(0, −1).
∴ 𝑅(𝑇) = {𝑥(1,1) + 𝑦(0, −1)} = {(𝑥, 𝑥) + (0, −𝑦)}
𝑅(𝑇) = {𝑥, 𝑥 − 𝑦} = 𝑉2 (𝑅)
To find 𝑵(𝑻):
Let𝑇(𝑥, 𝑦) = 0 ⇒ (𝑥 + 𝑦, 𝑥) = 0 ⇒ 𝑥 + 𝑦 = 0, 𝑥 = 0 ⇒ 𝑥 = 0, 𝑦 = 0
∴ 𝑁(𝑇) contains only zero elements of 𝑉2 (𝑅)
∴ 𝑁(𝑇) = {(0,0)} ⇒ Nullspace = {(0,0)}
𝑑𝑖𝑚[𝑁(𝑇)] = 0 ⇒ Nullity = 0
∴ Rank+Nullity = 2 + 0 = 2 = dim(𝑉2 (𝑅))
Hence rank-nullity theorem is verified.
𝑇(1, 0, 0) = (1, 1, 2) = 𝑎1
𝑇(0, 1, 0) = (1, −1, 0) = 𝑎2
𝑇(0, 0, 1) = (0, 0, 1) = 𝑎3
Clearly the set {𝑎1 , 𝑎2 , 𝑎3 }generates 𝑅(𝑇).
1 1 2
Consider the matrix 𝐴 = [1 −1 0]
0 0 1
1 1 2 1 1 2 1 1 2
𝐴 = [1 −1 0] ∼ [0 −2 −2] ∼ [0 1 1] (By echelon form)
0 0 1 0 0 1 0 0 1
3. Find the range, nullspace, rank and nullity of the linear transformation.
T: V3(R) → V2(R) defined by 𝑇(𝑥, 𝑦, 𝑧) = (𝑦 − 𝑥, 𝑦 − 𝑧) and verify
also verify Rank-nullity theorem.
Solution: We shall write the images of the elements of standard basis
𝑇(1, 0, 0) = (−1,0) = 𝑎1
𝑇(0, 1, 0) = (1,1) = 𝑎2
𝑇(0, 0, 1) = (0, −1) = 𝑎3
Clearly the set {𝑎1 , 𝑎2 , 𝑎3 } generates 𝑅(𝑇).
−1 1 0
Consider the matrix 𝐴 = [ ]
0 1 −1
Clearly 𝐴 is in echelon form.
∴ dim 𝑅(𝑇) = 2 ⇒ 𝑟𝑎𝑛𝑘 = 2 . 𝑅(𝑇) is subspace generated by (−1,1,0) & (0,1, −1).
Exercises
1. Let 𝑇: 𝑅 3 → 𝑅 3 be defined by 𝑇(1, 0, 0) = (1, 1, 2), 𝑇(0, 1, 0) = (1, −1, 0), 𝑇(0, 0, 1) =
(0, 0, 1). Find the range space, null space, rank and nullity of 𝑇 and verify the rank-nullity theorem.
2. Let 𝑇: 𝑅 3 → 𝑅 3 be defined by 𝑇(𝑥, 𝑦, 𝑧) = (𝑥 + 𝑦, 𝑥 + 𝑧, 𝑦 + 𝑧). Find the range space, null
space, rank and nullity of 𝑇 and hence verify the rank-nullity theorem.
𝑥+𝑦 𝑦−𝑥
𝑇(𝑥, 𝑦) = 𝑇(1, 1) + 𝑇(−1, 1)
2 2
𝑥+𝑦 𝑦−𝑥 𝑥+𝑦 3𝑦−3𝑥 𝑥+𝑦 𝑦−𝑥 6𝑦−6𝑥
= (1,1,0) + (3,1,6) = [ + , + , ]
2 2 2 2 2 2 2
⇒ 𝑇(𝑥, 𝑦) = (−𝑥 + 2𝑦, 𝑦, −3𝑥 + 3𝑦) is the required transformation relative to the basis 𝐵1 & 𝐵2.
1 −1
∴ 𝐴𝑇 = [0 −2] is matrix of the linear transformation.
0 −3
Exercises
1. Find the matrix of the linear transformation 𝑇: 𝑉3 (𝑅) → 𝑉2 (𝑅)
defined by 𝑇(𝑥, 𝑦, 𝑧) = (𝑥 + 𝑦, 𝑦 + 𝑧) with respect to standard bases of 𝑉3 (𝑅) and 𝑉2 (𝑅).
2. Find the matrix of the linear transformation 𝑇: 𝑉2 (𝑅) → 𝑉3 (𝑅)
defined by 𝑇(𝑥, 𝑦) = (−𝑥 + 2𝑦, 𝑦,-3x+3𝑦) relative to bases 𝐵1 = {(1, 1), (−1, 1)} and 𝐵2 =
{(1, 1, 1), (1, −1, 1), (0, 0, 1)}.
IV-Semester, Linear Algebra (BCS405D)
P a g e 10 | 16
RV Institute of Technology & Management ®
Change of Basis
Then we obtain change of basis from old basis 𝐵1 to new basis 𝐵2 by expressing 𝑏𝑖 as a linear
combination of 𝑎1 , 𝑎2 , 𝑎3 , … , 𝑎𝑚
𝑏1 = 𝑐11 𝑎1 + 𝑐21 𝑎2 + 𝑐31 𝑎3 + … … . + 𝑐𝑛1 𝑎𝑛
𝑏2 = 𝑐12 𝑎1 + 𝑐22 𝑎2 + 𝑐32 𝑎3 + … … . + 𝑐𝑛2 𝑎𝑛
………………………………………….
𝑇(𝑎𝑚 ) = 𝑐1𝑚 𝑎1 + 𝑐2𝑚 𝑎2 + 𝑐3𝑚 𝑎3 + … … . + 𝑐𝑛𝑚 𝑎𝑛
The transpose of the coefficient of above system of equation gives matrix of change of basis from
𝐵1 𝑡𝑜 𝐵2. This matrix is given by
𝑐11 𝑐12 . 𝑐1𝑚
𝑐21 𝑐22 . 𝑐2𝑚
𝑃=[ . . . . ]
𝑐𝑛1 𝑐𝑛2 . 𝑐𝑛𝑚
Problems:
1. Consider the following basis of 𝑅 2 , 𝑆 = {𝑢1 , 𝑢2 } = {(1,2), (3,5)}, 𝑆 ′ = {𝑣1 , 𝑣2 } =
{(1, −1), (1, −2)}. Find the change of basis matrix P from 𝑆 to 𝑆 ′ . Also find the change
of basis matrix Q from 𝑆 ′ to 𝑆.
Solution: i) Let 𝑆 = {𝑢1 , 𝑢2 } = {(1,2), (3,5)}. Express 𝑆 ′ vectors {𝑣1 , 𝑣2 } as a linear
combination of vectors {𝑢1 , 𝑢2 } of 𝑆.
𝑣1 = 𝑐1 𝑢1 + 𝑐2 𝑢2 ⇒ (1, −1) = 𝑐1 (1, 2) + 𝑐2 (3, 5)
1 = 𝑐1 + 3𝑐2 ⇒ 𝑐1 = −8, 𝑐2 = 3
−1 = 2𝑐1 + 5𝑐2
𝑣2 = 𝑐3 𝑢1 + 𝑐4 𝑢2 ⇒ (1, −2) = 𝑐3 (1, 2) + 𝑐4 (3, 5)
1 = 𝑐3 + 3𝑐4 ⇒ 𝑐3 = −11, 𝑐4 = 4
−2 = 2𝑐3 + 5𝑐4
−8 − 11
Change of basis from 𝑆 to 𝑆 ′ is 𝑃 = [ ]
3 4
ii) To obtain change of basis from 𝑆 ′ 𝑡𝑜 𝑆, Express 𝑆 vectors {𝑢1 , 𝑢2 } as a linear combination
of 𝑆 ′ vectors {𝑣1 , 𝑣2 }.
𝑢1 = 𝑐1 𝑣1 + 𝑐2 𝑣2 ⇒ (1, 2) = 𝑐1 (1, −1) + 𝑐2 (1, −2)
1 = 𝑐1 + 𝑐2 ⇒ 𝑐1 = 4, 𝑐2 = −3
IV-Semester, Linear Algebra (BCS405D)
P a g e 11 | 16
RV Institute of Technology & Management ®
2 = −𝑐1 − 2𝑐2
𝑢2 = 𝑐3 𝑣1 + 𝑐4 𝑣2 ⇒ (3, 5) = 𝑐3 (1, −1) + 𝑐4 (1, −2)
3 = 𝑐1 + 𝑐2 ⇒ 𝑐1 = 11, 𝑐2 = −8
5 = −𝑐1 − 2𝑐2
4 11
Change of basis from 𝑆 to 𝑆 ′ is 𝑄 = [ ]
−3 −8
2. Consider the following basis of 𝑅 3 , 𝐸 = {𝑒1 , 𝑒2 , 𝑒3 } and 𝑆 = {𝑢1 , 𝑢2 , 𝑢3 } =
{(1,0, 1), (2, 1, 2), (1, 2, 2)}. Find the change of basis matrix P from E to S. Also find the
change of basis matrix Q from S to E.
Solution: i) Let 𝐸 = {𝑒1 , 𝑒2 , 𝑒3 } = {(1,0,0), (0,1,0), (0,0,1)}. To find change of basis from
E to S, express S vectors {𝑢1 , 𝑢2 , 𝑢3 } as a linear combination of vectors {𝑒1 , 𝑒2 , 𝑒3 } of E.
𝑢1 = 𝑐1 𝑒1 + 𝑐2 𝑒2 + 𝑐3 𝑒3 ⇒ (1, 0,1) = 𝑐1 (1, 0,0) + 𝑐2 (0, 1,0) + 𝑐3 (0, 0, 1)
⇒ 𝑐1 = 1, 𝑐2 = 0, 𝑐3 = 1
𝑢2 = 𝑐4 𝑒1 + 𝑐5 𝑒2 + 𝑐6 𝑒3 ⇒ (2, 1,2) = 𝑐3 (1, 0,0) + 𝑐4 (0, 1,0) + 𝑐5 (0, 0, 1)
⇒ 𝑐4 = 2, 𝑐5 = 1, 𝑐6 = 2
𝑢3 = 𝑐7 𝑒1 + 𝑐8 𝑒2 + 𝑐9 𝑒3 ⇒ (1, 2,2) = 𝑐1 (1, 0,0) + 𝑐2 (0, 1,0) + 𝑐3 (0, 0, 1)
⇒ 𝑐7 = 1, 𝑐8 = 2, 𝑐9 = 2
1 2 1
Change of basis from E to S is 𝑃 = [0 1 2]
1 2 2
ii) To obtain change of basis from S to E, Express E vectors {𝑒1 , 𝑒2 , 𝑒3 } as a linear
combination of S vectors {𝑢1 , 𝑢2 , 𝑢3 }.
𝑒1 = 𝑐1 𝑢1 + 𝑐2 𝑢2 + 𝑐3 𝑢3 ⇒ (1, 0, 0) = 𝑐1 (1, 0,1) + 𝑐2 (2,1,2) + 𝑐3 (1,2,2)
1 = 𝑐1 + 2𝑐2 + 𝑐3
0 = 0𝑐1 + 2𝑐2 + 2𝑐3
0 = 𝑐1 + 2𝑐2 + 2𝑐3 ⇒ 𝑐1 = −2, 𝑐2 = 2, 𝑐3 = −1
𝑒2 = 𝑐4 𝑢1 + 𝑐5 𝑢2 + 𝑐6 𝑢3 ⇒ (0, 1, 0) = 𝑐4 (1, 0,1) + 𝑐5 (2,1,2) + 𝑐6 (1,2,2)
0 = 𝑐1 + 2𝑐2 + 𝑐3
1 = 0𝑐1 + 2𝑐2 + 2𝑐3
0 = 𝑐1 + 2𝑐2 + 2𝑐3 ⇒ 𝑐4 = −2, 𝑐5 = 1, 𝑐6 = 0
𝑒3 = 𝑐7 𝑢1 + 𝑐8 𝑢2 + 𝑐9 𝑢3 ⇒ (0, 0, 1) = 𝑐7 (1, 0,1) + 𝑐8 (2,1,2) + 𝑐9 (1,2,2)
0 = 𝑐1 + 2𝑐2 + 𝑐3
0 = 0𝑐1 + 2𝑐2 + 2𝑐3
Exercises
1. Consider the following basis of 𝑅 2 , 𝐸 = {𝑒1 , 𝑒2 } = {(1,0), (0,1)}, 𝑆 = {𝑣1 , 𝑣2 } =
{(1,3), (1, 4)}. Find the change of basis matrix P from E to S and change of basis matrix Q
from S to E.
2. Consider the linear transformation 𝑇 on 𝑅 2 defined by 𝑇(𝑥, 𝑦) = (5𝑥 − 𝑦, 2𝑥 + 𝑦) and
the following basis of 𝑅 2 𝐸 = {𝑒1 , 𝑒2 } = {(1,0), (0,1)}, 𝑆 = {𝑣1 , 𝑣2 } = {(1, 4), (2, 7)}.
Find the change of basis matrix P from E to S and change of basis matrix Q from S to E.
Problems
1. Determine whether or not each of the following linear maps is nonsingular. If not, find a nonzero
vector v whose image is 0. (i) 𝐹: 𝑅 2 → 𝑅 2 defined by 𝐹(𝑥, 𝑦) = (𝑥 − 𝑦, 𝑥 − 2𝑦). (ii) 𝐺: 𝑅 2 →
𝑅 2 defined by 𝐺(𝑥, 𝑦) = (2𝑥 − 4𝑦, 3𝑥 − 6𝑦).
Solution: (i) Find Ker F by setting 𝐹(𝑣) = 0, 𝑤ℎ𝑒𝑟𝑒 𝑣 = (𝑥, 𝑦)
(𝑥 − 𝑦, 𝑥 − 2𝑦) = (0,0).
𝑥 − 𝑦 = 0, 𝑥 − 2𝑦 = 0
The only solution is 𝑥 = 0, 𝑦 = 0. Hence F is nonsingular
(ii) Find Ker G by setting 𝐺(𝑣) = 0, 𝑤ℎ𝑒𝑟𝑒 𝑣 = (𝑥, 𝑦)
(2𝑥 − 4𝑦, 3𝑥 − 6𝑦) = (0,0).
2𝑥 − 4𝑦 = 0,3𝑥 − 6𝑦 = 0
The system has nonzero solutions, because y is a free variable. Hence, G is singular. Let 𝑦 = 1
to obtain the solution𝑉 = (2,1); 1Þ, which is a nonzero vector, such that 𝐺(𝑣) = 0.
Note: Let F be a linear operator on a finite-dimensional vector space V. Then the following
four conditions are equivalent.
(i) F is nonsingular: Ker F=0. (iii) F is an onto mapping.
(ii) F is one-to-one. (iv) F is invertible.
Problems:
1. Let 𝐹 be the linear operator on 𝑅 2 defined by 𝑓(𝑥, 𝑦) = (2𝑥 + 𝑦, 3𝑥 + 2𝑦). (a) Show that F is
nonsingular. (b) Find a formula for 𝐹 −1 .
Solution:
a) to show that 𝐹 is invertible, we need only show that F is nonsingular. Set 𝑓(𝑥, 𝑦) = (0,0) to
obtain the homogeneous system
2𝑥 + 𝑦 = 0; 3𝑥 + 2𝑦 = 0
Solve for x and y to get 𝑥 = 0; 𝑦 = 0. Hence, 𝐹 is non singular and so invertible.
b) To find a formula for 𝐹 −1 we set 𝐹(𝑥, 𝑦) = (𝑠, 𝑡) and so 𝐹 −1 (𝑠, 𝑡) = (𝑥, 𝑦)
2𝑥 + 𝑦 = 𝑠; 3𝑥 + 2𝑦 = 𝑡
Solve for x and y in terms of s and t to obtain 𝑥 = 2𝑠 − 𝑡; 𝑦 = −3𝑠 + 2𝑡. Thus
𝐹 −1 (𝑠, 𝑡) = (2𝑠 − 𝑡, −3𝑠 + 2𝑡)
where we rewrite the formula for 𝐹 −1 using x and y instead of s and t.
2. Let 𝐺: 𝑅 2 → 𝑅 3be defined by 𝐺(𝑥, 𝑦) = (𝑥 + 𝑦, 𝑥 − 2𝑦, 3𝑥 + 𝑦), (a) Show that G is
nonsingular. (b) Find a formula for 𝐺 −1 .
Solution:
(a) Set 𝐺(𝑥, 𝑦) = (0,0,0) to find Ker G. We have
𝑥 + 𝑦 = 0, 𝑥 − 2𝑦 = 0, 3𝑥 + 𝑦 = 0
The only solution is 𝑥 = 0, 𝑦 = 0; hence, G is nonsingular.
(b) Although G is nonsingular, it is not invertible, because 𝑅 2 and 𝑅 3 have different dimensions.
(Thus, Theorem 5.9 does not apply.) Accordingly, 𝐺 −1 does not exist.
inverse.
Solution: given 𝑇(1,0,0) = (1,1,0), 𝑇(0,1,0) = (0,1,1) and 𝑇(0,0,1) = (1,1,1)
First we need find the Linear Transformation.
Let (𝑥, 𝑦, 𝑧) = 𝑥(1,0,0) + 𝑦(0,1,0) + 𝑧(0,0,1)
𝑇(𝑥, 𝑦, 𝑧) = 𝑥 𝑇(1,0,0) + 𝑦 𝑇(0,1,0) + 𝑧 𝑇(0,0,1)
𝑇(𝑥, 𝑦, 𝑧) = 𝑥(1,1,0), +𝑦(0,1,1) + 𝑧(1,1,1)
𝑇(𝑥, 𝑦, 𝑧) = (𝑥 + 𝑧, 𝑥 + 𝑦 + 𝑧, 𝑦 + 𝑧)
Find Ker T by setting 𝑇(𝑣) = 0,
(𝑥 + 𝑧, 𝑥 + 𝑦 + 𝑧, 𝑦 + 𝑧) = (0,0,0).
𝑥 + 𝑧 = 0, 𝑥 + 𝑦 + 𝑧 = 0, 𝑦 + 𝑧 = 0
The only solution is 𝑥 = 0, 𝑦 = 0, 𝑧 = 0. Hence 𝑇 is nonsingular.
To find inverse: set 𝑇(𝑥, 𝑦, 𝑧) = (𝑎, 𝑏, 𝑐), so that 𝑇 −1 (𝑎, 𝑏, 𝑐) = (𝑥, 𝑦, 𝑧)
We have (𝑥 + 𝑧, 𝑥 + 𝑦 + 𝑧, 𝑦 + 𝑧) = (𝑎, 𝑏, 𝑐)
Solve for x, y and z in terms of a, b and c to get 𝑥 = 𝑏 − 𝑐, 𝑦 = 𝑏 − 𝑎 and 𝑧 = 𝑎 − 𝑏 + 𝑐. Thus
𝑇 −1 (𝑎, 𝑏, 𝑐) = (𝑏 − 𝑐, 𝑏 − 𝑎, 𝑎 − 𝑏 + 𝑐).
Video Links:
1. Linear transformation
https://www.youtube.com/watch?v=is1cg5yhdds
2. Rank-Nullity theorem
https://www.youtube.com/watch?v=-LmAFzcKYPA