Linear Algebra - Linear Transformations, Change of Basis

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.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top