Matrix representation for a transformation

  • #1
367
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?
 

Answers and Replies

  • #2
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'.
 
  • #3
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?
 
  • #4
You might, for instance, find two distinct vectors of R3 which map into the same thing.
 

Suggested for: Matrix representation for a transformation

Replies
1
Views
418
Replies
5
Views
143
Replies
4
Views
166
Replies
4
Views
164
Replies
2
Views
534
Replies
6
Views
1K
Replies
4
Views
569
Replies
1
Views
434
Back
Top