Matrix representation for a transformation

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

Homework Statement


Consider the linear transformation T: R2-->R2, where
T(x1, x2, x3)= (3x2-x3, x1+4x2+x3)

a. Find a matrix which implements this mapping.
b. Is this transformation one-to-one? Is it onto? Explain.

Homework Equations


[T(x)]_B = ([T]_B) (x_B)


The Attempt at a Solution


The matrix that implements this mapping would be the representation ([T]_B). I think that (x_B) is the vector [x1, x2, x3] and that [T(x)]_B is (3x2-x3, x1+4x2+x3) relative to the {x1, x2, x3} basis. So then ([T]_B) must be the matrix:

0 3 -1
1 4 1

Row-reducing this matrix to echelon form gives 2 pivots, so the transformation is onto since the system is consistent, but it is not one-to-one because the system is linearly dependent.


Are all my thoughts correct for this problem?
 
Physics news on Phys.org
The matrix is correct. T:R3->R2, not R2->R2. Your conclusions are also correct. Though I would probably figure them out in a less abstract way than counting 'pivots'.
 
How would you come to the conclusions? Would you first just point out that there are more columns than rows so one-to-one is not a possibility?