Linear Algebra
Chapter 3/Vector Spaces

3.5Change of Basis

Once a basis is fixed, every vector becomes a list of numbers — its coordinate vector. Change the basis and the numbers change, even though the vector doesn't. A transition matrix is the dictionary between two such coordinate systems.

What you must be able to do

  • means . Uniqueness comes from independence (Thm 3.3.3).
  • In : if has the basis vectors as columns, then , so .
  • From basis to basis : . Read right to left — goes to standard, comes from standard.
  • Every transition matrix is nonsingular, and is the transition matrix in the other direction.
Definition · Coordinate vector
Let be an ordered basis for . Every has a unique expansion ; the vector is the coordinate vector of relative to .
!Exam trap
Bases are ordered here. Reordering the basis permutes the coordinates, which changes the transition matrix. Also, in the coordinates relative to the standard basis are the entries themselves — that's the only case where the vector and its coordinate vector look identical.

In everything is matrix algebra. Put the basis vectors in as columns: . Then converts coordinates vector, and converts vector coordinates. is nonsingular precisely because its columns are a basis.

Definition · Transition matrix
is the transition matrix from the ordered basis to . Its th column is — the old basis vectors written in the new coordinates.
Shortcut
In practice, don't invert. Row reduce the augmented matrix to — this solves all systems at once, exactly as in §1.5.
Worked example

Building a transition matrix

0/4 steps
Let , and , . Find the transition matrix from to .
Connection
For a general vector space, replace matrices with coordinate maps: to go from basis to basis , write each in terms of the and stack those coordinate vectors as columns. This is exactly the machinery §4.2 uses for matrix representations, and §6.1's 'similar matrices' is the same idea applied to an operator.

Check yourself

Q1
and hold two bases of as columns. If is the coordinate vector of relative to , its coordinate vector relative to is:
T / F
Every transition matrix is nonsingular.