Study of vectors, matrices, and linear transformations.
Linear algebra is essential in data science and machine learning. Huge datasets are often stored as matrices, and algorithms use linear algebra to find patterns.
Every time you get a movie recommendation or see a face recognized in photos, linear algebra is at work behind the scenes.
Movie recommendation systems use matrix factorization.
Facial recognition algorithms use eigenfaces (eigenvectors of face images).