Linear Algebra 20 | Linear maps induce matrices [dark version]
Based on The Bright Side of Mathematics's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.
Any vector x in R^N can be written as a linear combination of canonical unit vectors e1 through eN.
Briefing
Every linear map between finite-dimensional vector spaces can be turned into a unique matrix, and that matrix is determined entirely by what the map does to the canonical unit vectors. For a linear map F: R^N → R^M, the key takeaway is that knowing F(e1), F(e2), …, F(eN) is enough to reconstruct F(x) for any vector x—no other information is needed. This matters because it converts an abstract, coordinate-free object (a linear map) into a concrete table of numbers that can be computed with using standard matrix multiplication.
The reasoning starts by writing any vector x in R^N as a linear combination of the canonical unit vectors e1 through eN. Linearity then lets the map distribute over that combination: F(x) becomes a sum of the scalars from x multiplied by the corresponding vectors F(ei). In practical terms, this means the entire behavior of F is encoded in the images of those unit vectors. Once those images are known, the output for any input vector follows directly from the same linear combination.
From there comes the matrix representation. The claim is that there exists exactly one M×N matrix A such that the linear map F equals the matrix-induced map f_A, meaning F(x) = A x for all x in R^N. The construction is explicit: the columns of A are precisely the vectors F(e1), F(e2), …, F(eN). With this setup, matrix-vector multiplication reproduces the same linear combination produced by applying F to x, establishing existence.
Uniqueness is proved by contradiction-style reasoning. Suppose two matrices A and B both represent the same linear map, so that A x = B x for every x in R^N. Subtracting gives (A − B)x = 0 for all x. Choosing x to be each canonical unit vector e_i forces every column of A − B to be the zero vector, so A − B must be the zero matrix. Therefore A = B, and no other matrix can represent the same linear map.
The result is a two-way translation: matrices induce linear maps, and linear maps correspond to exactly one matrix. That equivalence is the foundation for later work, where problems about linear transformations can be tackled using matrix operations and algebraic tools.
Cornell Notes
A linear map F: R^N → R^M is completely determined by its values on the canonical unit vectors e1, …, eN. Because any x ∈ R^N can be written as a linear combination of these unit vectors, linearity forces F(x) to be the same linear combination of F(ei). This leads to a matrix representation: there is exactly one M×N matrix A such that F(x) = A x for all x. The matrix A is built by placing F(e1), …, F(eN) as its columns. Existence comes from checking that A x reproduces the linear combination defining F(x), and uniqueness follows because if two matrices agree on all x, then their difference must be the zero matrix (all columns vanish).
Why do the images of the canonical unit vectors e1, …, eN determine F(x) for every x in R^N?
How is the matrix A constructed from a linear map F: R^N → R^M?
What does it mean that F equals the matrix-induced map f_A?
How does the existence proof work for the matrix representation?
How does uniqueness follow from the condition A x = B x for all x?
Review Questions
- Given x = (x1, …, xN) in R^N, write an explicit formula for F(x) using only F(e1), …, F(eN).
- If A is the matrix representation of F, what is the relationship between the i-th column of A and F(ei)?
- Suppose A x = B x for all x ∈ R^N. What can be concluded about A − B, and why?
Key Points
- 1
Any vector x in R^N can be written as a linear combination of canonical unit vectors e1 through eN.
- 2
Linearity forces F(x) to equal the same linear combination of F(e1), …, F(eN).
- 3
For a linear map F: R^N → R^M, there exists exactly one M×N matrix A such that F(x) = A x for all x.
- 4
The i-th column of A is exactly F(ei).
- 5
Existence is confirmed by showing A x reproduces the linear combination that defines F(x).
- 6
Uniqueness follows because if two matrices agree on all x, their difference annihilates every e_i, making all columns zero.