Linear Algebra

Change of Basis

11/13 in Linear Algebra. See all.

If V\mathbb{V} is a vector space with basis BB and W\mathbb{W} is a basis with basis CC, and T:VWT:\mathbb{V}\to \mathbb{W} is linear, then there exists a matrix ABCA_B^C such that (Tv)C=ABC(v)B(Tv)_C=A_B^C(v)_B. The jjth column consists of the coordinate representation of the jjth vector in V\mathbb{V}'s basis expressed with respect to basis CC. This is just a more general form of how we've been talking about transformations: before, we weren't including bases, but now we're explicitly stating that the transformation is from one basis to another. If BB and CC are two bases of vector space V\mathbb{V}, then there exists a transition matrix PBCP_B^C (read: "PP from BB to CC") such that (v)C=PBC(v)B(v)_C=P_B^C (v)_B for all vVv\in \mathbb{V}.

If V\mathbb{V} is a vector space with bases BB and CC and T:VVT:\mathbb{V}\to \mathbb{V} is linear, then PBCABB=ACCPBCP_B^CA_B^B=A_C^CP_B^C.

So how do we change basis?
We can change basis by multiplying by the transition matrix! If we have a vector vv in basis BB (denoted "(v)B(v)_B"), we can find its representation in basis CC by multiplying by PBCP_B^C. So, (v)C=PBC(v)B(v)_C=P_B^C(v)_B. That's the same thing as a 2d transformation! We use the original coordinate system, and transform the basis vectors to the other system's coordinates. So, changing basis vectors is matrix-vector multiplication, where the matrices' columns are how we would express the "other" basis vectors!

Change of Basis for Transformations
We can change the basis that a transformation is represented in the same way we would change basis for vectors: ACC=PBCABBPBC.A_C^C=P_B^CA_B^BP_B^C. If you read this out loud, it'll make sense: "AA from base CC to CC is equal to the transition matrix from CC to BB times AA from BB to BB times the transition matrix from BB to CC." We'll see an incredibly powerful application of this in the Diagonalization section.