Linear transformation T: R3 -> R2

AI Thread Summary
The discussion focuses on finding a linear transformation T: R3 → R2 based on given values for specific vectors. Participants clarify that T can be represented as a 2x3 matrix where the first column corresponds to T(1,0,0). They explore how to derive the second column by using linearity from the provided transformations. There is a suggestion to express any vector in R3 as a combination of the given vectors to facilitate finding T. The conversation emphasizes understanding the arrangement of T's values within a matrix to solve the problem effectively.
aero_zeppelin
Messages
85
Reaction score
0
Linear transformation T: R3 --> R2

Homework Statement



Find the linear transformation T: R3 --> R2 such that:
T(1,0,0) = (2,1)
T(0,1,1) = (3,2)
T(1,1,0) = (1,4)



The Attempt at a Solution



I've been doing some exercises about linear transformations (rotations and reflections mostly) but I've never seen something like this... I don't know how to even start :S I did some research and only found examples on proving the two conditions for a transformation to be linear...

Any help please?
 
Physics news on Phys.org


Could you answer the problem if they gave you the values of T(1,0,0), T(0,1,0) and T(0,0,1)? If you can than can you figure out what they are from the given information?
 
Last edited:


Thanks for the reply.

Humm.. what do you mean? If they changed the values of the T's I posted?
 


aero_zeppelin said:
Thanks for the reply.

Humm.. what do you mean? If they changed the values of the T's I posted?

Yes, T is a 2x3 matrix. T(1,0,0) is the first column of the matrix, right?
 


Dick said:
Yes, T is a 2x3 matrix. T(1,0,0) is the first column of the matrix, right?

Yeah, I would say so... Like I said, I have never done an exercise like this before, so I don't exactly now how to start arranging things hehe
 


aero_zeppelin said:
Yeah, I would say so... Like I said, I have never done an exercise like this before, so I don't exactly now how to start arranging things hehe

Well, it's time to start arranging things now. You know T(1,0,0). They gave it to you. So you know the first column of the matrix. Now what's T(0,1,0)? That would be the second column. Can you figure that out using linearity from the given information?
 


Dick said:
Well, it's time to start arranging things now. You know T(1,0,0). They gave it to you. So you know the first column of the matrix. Now what's T(0,1,0)? That would be the second column. Can you figure that out using linearity from the given information?


hehe ok! Are you mistaking that second T? It should be T(0,1,1), right? Anyway, what exactly are we trying to do? Arrange T's inside a matrix as columns and then...?
 


Another way to do this: Write <x, y, z> as a combination of <1, 0, 0>, <0, 1, 1>, and <1, 1, 0>. That is, <x, y, z>= a<1, 0, 0>+ b<0, 1, 1>+ c<1, 1, 0>= <a+ c, b+ c, b>. So we have a+ c= x, b+ c= y, and b= z. Then c= y- z and a= x- y+ z.

That is, <x, y, z>= (x-y+ z)<1, 0, 0>+ z<0, 1, 1>+ (y- z)<1, 1, 0>.

So T<x, y, z>= (x- y+ z)T<1, 0, 0>+ zT<0, 1, 1>+ (y- z)T<1, 1, 0>.
 


aero_zeppelin said:
hehe ok! Are you mistaking that second T? It should be T(0,1,1), right? Anyway, what exactly are we trying to do? Arrange T's inside a matrix as columns and then...?

What is T(1,1,0)-T(1,0,0)? In the example they gave it is easy to find the value of T on the three basis vectors (1,0,0), (0,1,0) and (0,0,1). That will let you write down a matrix for T. I was guessing that was what they meant by 'find the linear transformation'.
 

Similar threads

Back
Top