The recipe and examples above all serve a single end: each linear transformation between finite-dimensional spaces corresponds to a unique matrix, and every concept on the transformation side has a matching object on the matrix side. The table below collects the dictionary in one place — what to look at on the matrix when you want to know something about the transformation, and vice versa. It is a recap of the whole page and a reference for moving between the two languages.
| Transformation-side concept |
Matrix-side counterpart |
| Linear T: ℝⁿ → ℝᵐ |
unique m × n matrix A |
| T(eⱼ) — image of j-th basis vector |
j-th column of A |
| dim(domain) = n |
number of columns of A |
| dim(codomain) = m |
number of rows of A |
| Linear operator (V = W) |
square matrix |
| Identity transformation I |
identity matrix Iₙ |
| Composition S ∘ T |
matrix product BA |
| Inverse T⁻¹ |
inverse matrix A⁻¹ |
| T is invertible (bijective) |
A is invertible (det(A) ≠ 0 for square A) |
| Image of T |
column space of A |
| Kernel of T |
null space of A |
| Isomorphism between V and W |
invertible square matrix relating the two coordinate systems |