Linear algebra
Linear algebra studies vectors, matrices, and linear transformations, giving a compact language for equations, geometry, data, and computation.
What linear algebra studies
Linear algebra is the mathematics of linear relationships. It studies quantities that can be added and scaled, then organizes those relationships with vectors, matrices, and transformations. The subject links algebraic equations with geometry, which is why the same tools can describe a plane in space, a spreadsheet of data, or a system of forces.
Vectors and spaces
A vector can represent an arrow, a list of numbers, a point in a coordinate system, or a state in an abstract model. A vector space is a setting where vectors can be added and multiplied by scalars while following consistent rules. This abstraction lets the same reasoning work across geometry, functions, signals, and data tables.
Matrices
A matrix is a rectangular array of numbers or symbols. Matrices can store coefficients in systems of equations, describe transformations such as rotations and projections, or encode relationships in data. Matrix multiplication may look mechanical, but it captures composition: doing one linear operation after another.
Solving linear systems
Linear systems appear when several linear equations must be true at once. Row operations and elimination methods transform a system into an easier form without changing its solutions. These methods reveal whether equations are independent, redundant, inconsistent, or underdetermined.
Linear transformations
A linear transformation maps vectors to vectors while preserving addition and scaling. In geometry, such transformations can stretch, rotate, shear, reflect, or project a space. In computation, they become matrix operations that can be chained, inverted when possible, and studied through their effect on directions and dimensions.
Eigenvalues and eigenvectors
An eigenvector is a nonzero vector whose direction stays the same under a linear transformation, while its eigenvalue says how much it is scaled. These ideas reveal hidden structure in matrices. They appear in vibration analysis, differential equations, search ranking, dimensionality reduction, quantum mechanics, and stability questions.
Linear algebra in data and computing
Digital systems often turn information into vectors and matrices. Images can be treated as arrays of pixel values, documents as vectors of features, and neural networks as layers of matrix operations plus nonlinear steps. This does not make every problem linear, but linear algebra provides the efficient computational backbone.
Why it matters
Linear algebra matters because it is both practical and structural. It gives engineers and scientists tools for large calculations, while giving mathematicians a language for dimension, independence, transformation, and symmetry. Once a problem can be represented linearly, powerful algorithms and geometric intuition become available.