Study of vectors, matrices, and linear transformations.
In computer graphics, every image is made up of points (pixels) with coordinates. Matrices and vectors are used to move, rotate, scale, and animate these points.
Every time you watch an animated film or play a video game, you're seeing linear algebra in action!
Rotating a 3D model in a game uses matrix multiplication.
Scaling an image up or down uses linear transformations.