Finding matrix relative to different bases

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 4K views
feinm1
Messages
1
Reaction score
0

Homework Statement



Let B = {b1, b2, b3} be a basis for a vector space V and T : V -> R2 be a linear transformation with the property that

T(x1b1 + x2b2 + x3b3) =

2x1 - 4x2 + 5x3
0x1 - 1x2 + 3x3

Find the matrix for T relative to B and the standard basis for R2.

Homework Equations



[T(x)]C = M[x]B

Where M = [[T[b1)]C [T(b2)]C ... [[T(bn)]C

This matrix M is known as the matrix for T relative to the Bases B and C.



The Attempt at a Solution



[T(x)]C =

2x1 - 4x2 + 5x3
0x1 - 1x2 + 3x3

If [xB] =

|x1|
|x2|
|x3|

Then M =

|2 -4 5|
|0 -1 3|

Is this correct?
 
Physics news on Phys.org
feinm1 said:
Is this correct?
Yes, this is just a problem to check if you have understood the concept since they basically gave you the solution. A good way to do these is to check what the standard basis vectors would become, e1 becomes the first column, e2 the second etc. Also always make sure that you are transforming them in the right direction, it is quite easy to mess that up if you don't think while doing this.