Maths Presentation (Grp-8)
Maths Presentation (Grp-8)
Linear Transformations -
Vector Space of Linear
Transformations
THAKUR(22BCE10611)
CONTENTS OF THE
PRESENTATION
Introduction to Vector
1 3 Space of LT
● Some Results 5
Introduction to ● Solved Examples
Matrices as a LT Application
T(v)=A.v
The result of this multiplication is another vector,and the properties of the linearity are
preserved.Each column of the matrix A determines how the corresponding component of
the input vector contributes to the output vector.
……………………………………
That is, the columns of [T]S are the coordinate vectors of T(u1) ,T(u2) ,.…,T(un ),respectively
EXAMPLE OF MATRIX REPRESENTATION
Example: Consider the following linear operator G on R 2 and basis S: G( x ,y)=(2x-7y,4x+3y) and S= = {u 1,u2 }= {(1,3),(2,5)}
(1) First find G(u1), and then write it as a linear combination of the basis vectors u1 and u2. We have
x+ 2y = -19
3x + 5y = 13
x+ 2y = -31
SLIDESMANIA.
3x + 5y = 23
Step 1 - write A( U1 ) = X U1 + Y U 2
YOU CAN ADD IMAGES
3 2 1 = -1 AS
= BACKGROUNDS
X 1 + Y 2
4 -5 2 = -6 = X 2 + Y 5
SLIDESMANIA.
x + 2y = -1 ,X=7 A ( U1 ) = 7 U 1 - 4 U 2
2x + 5y = -6 Y = -4
SOLVED EXAMPLE(CONT.)
STEP 2 - write A ( U2) = X U 1 + Y U 2
3 -2 2 = -4 = X 1 + Y 2
4 -5 5 = -17 = X 2 + Y 5
A ( U2) = 14 U 1 - 9 U 2
YOU
X + 2Y = -4
CAN ADD
X = 14
IMAGES
AS
2X + 5Y = -17 BACKGROUNDS
Y = -9
NOW A ( U 1 ) = 7U1 -4 U2
A ( U 2) = 14U1 - 9 U2
SLIDESMANIA.
[ A ]3 = 7 14
-4 -9
APPLICATION OF MATRIX
REPRESENTATION OF LT
Matrix representation of linear transformations finds applications in various fields such as:
1. Computer Graphics: Transformations like translation, rotation, scaling, and shearing of
objects in 2D and 3D space are represented using matrices. This is fundamental in
computer graphics for rendering and manipulating images and objects.
2. Robotics: Matrices are used to represent the transformation of coordinates between
YOU CAN ADD IMAGES
different reference frames, enabling robots to navigate and perform tasks accurately.
3. Engineering: In structural engineering, matrices are used to model and analyze structures
AS BACKGROUNDS
under different loads and conditions.
4. Data Compression and Encryption: Matrices are utilized in techniques like Singular
Value Decomposition (SVD) for data compression and encryption algorithms.
5. Physics and Quantum Mechanics: Matrices are employed to represent physical systems,
SLIDESMANIA.
for S,T ∈ L(V:W) and a∈R(Real number) define the sum (S+T) and the scalar
multiplication (aS) by
Then clearly (S+T) and (aS) belong to L(V:W) so that L(V:W) becomes a vector space
Dim(L(V:W))= Dim(V) * Dim(W)
SLIDESMANIA.
The zero element of L(V:W) is a zero mapping from V to W denoted by 0 and defined by
0(v)=0
THEOREM 1
Let V and W be vector spaces with ordered bases α and β respectively
let S,T: V→W be linear. Then we have
β β β
[S+T] = [S] + [T]
α α α
β β
[kS] = k[S]
α α
a
THEOREM 2
Let V,W and Z be vector spaces with ordered bases a, b and c
respectively.
Suppose that S:V→W and T:W→Z are linear transformations
then
c c
[T o S] = [T] * [S] b
a b
YOU CAN ADD IMAGES
a
here [T]b represents change of basis of transform T from b to a
a
AS BACKGROUNDS
SLIDESMANIA.
APPLICATION OF VECTOR SPACE OF
LINEAR TRANSFORM
A Linear Transform is a
function from one vector
space to another that
respects the underlying
structure of each vector
space.
The property that shows a
particular vector space is a
linear transform is that :
SLIDESMANIA.
T(av1+bv2)=aT(v1)+bT(v2)
CONCLUSION