Values with direction
A vector is an ordered list of numbers. It can represent a point, a displacement, a signal, or any collection of related measurements.
v = (v1, v2, …, vn)Library 01 · Mathematics
The mathematics of vectors, spaces, and transformations—an economical language for describing direction, structure, and change.
Linear algebra starts with quantities that can be added and scaled. From that modest rule comes a framework used in geometry, computing, statistics, physics, economics, and machine learning.
A vector is an ordered list of numbers. It can represent a point, a displacement, a signal, or any collection of related measurements.
v = (v1, v2, …, vn)A matrix organises numbers into rows and columns. It can store data or encode a rule that transforms one vector into another.
A = [aij]A linear transformation respects vector addition and scalar multiplication. Matrices give these transformations a concrete form.
T(v) = AvThe unifying idea
A transformation is linear when combining inputs before the transformation gives the same result as transforming each input and then combining the outputs. This single property makes large systems predictable and computable.
Ideas in linear algebra build on one another. Begin with matrices and systems, then move toward vector spaces, eigenvalues, and decompositions.