Study of vectors, matrices, and linear transformations.
A linear transformation is a special kind of function that moves or changes vectors in a predictable way using matrices. These transformations include stretching, rotating, or flipping the space.
Every linear transformation can be represented by a matrix. If you multiply a vector by a matrix, the result is a new vector that’s been transformed.
\[ T(\vec{v}) = A\vec{v} \]
Linear transformations are used in computer graphics, robotics, and even in solving puzzles!
Rotating a vector using a rotation matrix.
Scaling a vector by multiplying with a diagonal matrix.
Linear transformations use matrices to change vectors by rotating, stretching, or reflecting them.