AK Lecture Notes Sem 5 L2 Algebra and Matrix Representations of Linear Transformations
AK Lecture Notes Sem 5 L2 Algebra and Matrix Representations of Linear Transformations
Transformations
Atanu Kumar
Assistant Professor
Department of Physics
Chandernagore College
h ◦ f (x, y , z) = h(y , x + z) = y + x + z,
h ◦ g (x, y , z) = h(2z, x − y ) = 2z + x − y ,
h ◦ (f + g )(x, y , z) = h(y + 2z, 2x − y + z) = 2x + 3z.
Then
h ◦ f (x, y , z) + h ◦ g (x, y , z) = y + x + z + 2z + x − y
= 2x + 3z
= h ◦ (f + g )(x, y , z).
Show that f , g , h ∈Hom(R2 , R2 ), defined by f (x, y ) = (x, 2y ),
g (x, y ) = (y , x + y ), h(x, y ) = (0, x), are linearly independent.
Let us consider the linear combination equating to the zero
operator: af + bg + ch = O:
Sum  + B̂ is
x x +y x −y 2x
(Â + B̂) = + = .
y x −y x +y 2x
d du du
ÂB̂u = (xu) = u + x , B̂ Âu = x
h i dx x x
ˆ
⇒ Â, B̂ u = ÂB̂u − B̂ Âu = u = I u.
d 2u
Now Â2 u = dx 2
. Then
d2 d 2u
2 d du du
 B̂u = (xu) = u + x = 2 + x
dx 2 dx dx dx dx 2
2
d u
B̂ Â2 u = x 2
dx
h i du
⇒ Â2 , B̂ u = 2 = 2Âu.
dx
Matrix Representation of Linear Operators
u1 v1
u2 v2
. .
[u]S =
. ,
[v ]S =
. .
. .
un vn
Now since ei s are vectors in V , so are their images Â(ei )s. Hence
each Â(ei ) can be written as a linear combination of ei s:
n
X
Â(ei ) = a1i e1 + a2i e2 + ...ani en = aji ej .
j=1
Pn
Comparing with v = i=1 vi ei :
n
X
vi = aij uj ,
j=1
d
Example: Consider the differential operator dx on P2 . For an
2
arbitrary polynomial a(x) = a0 + a1 x + a2 x ∈ P2 ,
d
b(x) = a(x) = a1 + 2a2 x.
dx
Comparing with b(x) = b0 + b1 x + b2 x 2 , we have b0 = a1 ,
d
b1 = 2a2 , b2 = 0. So the matrix representation of dx in the basis
2
set {1, x, x } is
0 1 0
!
d
= 0 0 2 .
dx 0 0 0
Solved Problems
Consider the linear operator  on R2 and basis S:
Â(x, y ) = (2x − 7y , 4x + 3y ) and S = {e1 , e2 } = {(1, 0), (1, −1)}.
Find the matrix representation [Â]S . Verify [Â]S [u]S for the vector
u = (4, −3) in R2 .
First let us find the components of an arbitrary vector in the basis
v = (x, y ) in S:
x 1 1 x =a+b a=x +y
=a +b , ⇒ , ⇒ .
y 0 −1 y = −b b = −y
x +y
⇒ v = (x + y )e1 − ye2 , or [v ]S = .
−y
Now the matrix representation of u = (4, −3) and Âu are found as
4 1
u= = (4 − 3)e1 + 3e2 = e1 + 3e2 ⇒ [u]S = ,
−3 3
8 + 21 29 h i 36
Âu = = = 36e1 − 7e2 ⇒ Âu = .
16 − 9 7 S −7