Matrix Representations and Change of Basis
- Construct the matrix of a linear map in given bases by applying the map to each basis vector and converting to output-basis coordinates
- Compute the matrix of a composed map as the product of individual matrices in the correct order
- Perform a change of basis using the transition matrix and verify the result by converting coordinates
- Explain similarity (B = P-inv AP) as the same map viewed in a different basis and list the invariants it preserves
Representing a Linear Map as a Matrix
Every linear map between finite-dimensional spaces can be encoded as a matrix once bases are chosen for both spaces.
Construction: fix a basis for and for . The matrix representation is the matrix whose -th column is the coordinate vector of with respect to :
Applying the map becomes matrix-vector multiplication: if has coordinates , then
The representation depends on the choice of bases. Same map, different bases, different matrix.
Matrix of a Composition
If and are linear maps with bases respectively, the matrix of the composition is the product of the matrices:
This is why matrix multiplication is defined the way it is. The non-obvious definition of matrix multiplication is precisely what is required for the composition law to hold.
Change of Basis
Suppose you have two bases and for the same space . The change-of-basis matrix converts coordinates: if has coordinates in basis , its coordinates in are
Constructing this matrix: column is the coordinate expression of (the -th -basis vector) in terms of .
In : if is the standard basis and is any other basis (columns of matrix ), then the change-of-basis matrix from to is itself (since the columns of are the -basis vectors expressed in standard coordinates). The inverse converts from to .
Similarity
Two matrices and are similar if there exists an invertible matrix such that:
Similar matrices represent the same linear transformation with respect to different bases. The matrix is the change-of-basis matrix between the two coordinate systems.
Properties preserved under similarity (invariants of the transformation, independent of basis):
- Determinant:
- Trace:
- Eigenvalues (same set of eigenvalues)
- Rank and nullity
- Characteristic polynomial
When we diagonalize a matrix — find where is diagonal — we are finding the basis in which the transformation acts most simply: pure scaling along independent axes.
Inverse of a Map
If is an isomorphism, its inverse is also a linear map (it can be checked directly from the axioms). Its matrix representation satisfies:
The matrix inverse corresponds to the inverse map. Computing the inverse of a matrix by row-reducing to is equivalent to finding the change-of-basis from the identity to .