Linear algebra
Linear algebra is the branch of mathematics studying vectors, matrices, and the relationships between them through operations like addition, scaling, and transformation. It underpins nearly everything from computer graphics to Machine learning to quantum mechanics.
At its core, linear algebra asks: how do we describe spaces, describe movements within them, and solve systems of equations efficiently? A Vector is an arrow with magnitude and direction; a Matrix is a rectangular grid of numbers that can represent transformations. Together, they form a language for describing anything that scales linearly—which turns out to be most phenomena worth studying, at least locally.
The discipline crystallized in the 19th century but exploded in importance with computers. Today it powers Data Type handling, graphics engines, neural networks, and optimization algorithms. The elegance of linear algebra lies in its generality: the same operations work whether you're rotating 3D objects, solving parameters in regression, or analyzing flow networks.
Non-commutativity (AB ≠ BA for matrices) and the discovery of algebraic structures like groups deepened the theory into something richer than mere calculation—a framework for understanding Symmetry itself.
Related
Matrix, Vector space, Eigenvalue, Determinant, Algebraic geometry, Basis (linear algebra)