Linear Transformations of Matrices

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

Homework Statement



attachment.php?attachmentid=29198&d=1287526189.jpg


The Attempt at a Solution



Code:
I think I first need to find  T(e[SUB]2[/SUB])=? and T(e[SUB]2[/SUB])=? and then combine those into a matrix. 

I am having trouble starting to solve for T(e[SUB]1[/SUB]) and T(e[SUB]2[/SUB])

so far I have   [1] = alpha [1]  + beta [3]
                [0]         [2]         [4]
                                     

I am trying to solve for alpha and beta to find e1


for e2 I have

so far I have   [0] = alpha [1]  + beta [3]
                [1]         [2]         [4]
                           
I am trying to solve for alpha and beta to find e2.

Once I solve these for T(e[SUB]1[/SUB]) & T(e[SUB]2[/SUB]) do I just combine the vectors for the standard matrix?
 
Guidance would be great.

Thank You.
 

Attachments

  • Untitled.jpg
    Untitled.jpg
    14.4 KB · Views: 559
Last edited:
Physics news on Phys.org
Mark44 said:
T(<1, 2> = T(1<1, 0>) + 2<0, 1>) and T(<3, 4> = T(3<1, 0>) + 4<0, 1>), right?

Yes the above is right and makes sense.
 
I am not sure if I did it right.

For t(e1) I got <0,1,2>
For t(e2) I got <3/2,1/2,-1/2>

Standard matrix T( e1 e2 ) -----> <0,1,2><3/2,1/2,-1/2>