Linear Algebra - Linear Transformations, Change of Basis

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 8K views
sassie
Messages
34
Reaction score
0

Homework Statement



I need to prove this formula, but I'm not sure how to prove it.[T]C = P(C<-B).[T]B.P(C<-B)-1

whereby B and C are bases in finite dimensional vector space V, and T is a linear transformation. Your help is greatly appreciated!

Homework Equations



T(x)=Ax
[x]C=P(C<-B)[x]B
Similar matrices.

The Attempt at a Solution



T(x)=Ax
[T]C=[[T(c1)]C...[T(cn)]C

...
 
Physics news on Phys.org
Suppose [x]B is some vector x represented in basis B and that Tx= y (independent of the basis).

Then, by definition of "PB<-C", PC<-B is P-1B<-C is so P^{-1}B<-C[x]C= [x]B.

Then TBP^{-1}B<-C[x]CxC= TB[x]B= [y]B and, finally, PB<-CTBP^{-1}B<-C[x]C= PB<-C[y]C= [y]_B.
 
HallsofIvy said:
Suppose [x]B is some vector x represented in basis B and that Tx= y (independent of the basis).



Okay, thanks! I did manage to get something like that before, but I got stuck because I didn't do the tx=y thing.

But may I ask, why does Tx= y need to be independent of the basis?
 
sassie said:
Okay, thanks! I did manage to get something like that before, but I got stuck because I didn't do the tx=y thing.

But may I ask, why does Tx= y need to be independent of the basis?
A linear transformation, T, is a function from vector space U to vector space V such that T(au+bv)= aT(u)+ bT(v). There are no "bases" required for its definition. Bases are only necessary to write the linear transformation as a matrix.