3.410 min read
Matrices and Linear Maps: The Equivalence
Every matrix gives a linear map: multiply by the matrix. Every linear map between finite-dimensional spaces is given by multiplication by a matrix. This is the fundamental duality of linear algebra.
Given a linear map , its matrix is formed by computing for each standard basis vector — then assembling the results as columns: .
This equivalence means that studying matrices IS studying linear maps. We freely use both languages.
Formal View
Theorem 3.4 — Matrix-Map Equivalence
Every matrix defines a linear map by . Conversely, every linear map is equal to for a unique matrix whose -th column is .
Why This Matters
This equivalence unifies algebra (matrices) with geometry (transformations), doubling our analytical power.
- To understand how a matrix transforms space geometrically, think of it as a linear map
- To compute a linear map efficiently, find its matrix representation
- Change of basis is a change of matrix representation of the same underlying linear map
Quiz
Question 1
The matrix of the linear map is:
Common Mistakes
- Computing columns of as but writing entries in the wrong order.
- Thinking the matrix representation is unique regardless of basis — it depends on the choice of basis for domain and codomain.