Presentation of Linear Algebra by Mina
Presentation of Linear Algebra by Mina
BY
MINAHIL UMAR
BSMTS07223003
BS MATHEMATICS
SMASTER 2
TOPIC IS
LINEAR TRANSFORMATION (LINEAR
MAPPING)
OVERVIEW
• Introduction
• History and Literature Review
• Basic Definition
• Main Result
• Example
• Conclusion
• Future Recommendations
INTRODUCTION
• Translation
A translation is a transformation that moves all points an equal amount in the same direction. Shown below is
an example where all points are shifted (translated) three units to the right, and one unit up by a
transformation T:R2→R2. In the plot, we show several points which define a shape, and their corresponding
images under the translation.
• Computer graphics:
Linear transformations can be used to generate complex shapes from basic shapes through effects such as shearing and
reflection, and can also be used to rotate and translate shapes in order to create a sequence of images needed for an
animated scene. Linear transformations are often used in machine learning applications. They are useful in the modeling
of 2D and 3D animation, where an objects size and shape needs to be transformed from one viewing angle to the next.
EXAMPLE
A function from R ^ 2 into R ^ 2
(R ^ 2) -> R ^ 2 v= (v_{1}, v_{2}) in R^ 2 is (v1-
v2,v1+2v2)
Find the image of v = (-1,2)
Sol:
v = (- 1, 2)
T(v) = T(- 1, 2) = (- 1 - 2, 1 + 2) = (- 3, 3)
PURPOSE OF LINEAR TRANSFORMATION