- #1
negation
- 818
- 0
Homework Statement
Find the standard matrix of the following linear transformation:
T(x1, x2, x3, x4) = (-2 x1 - 5 x2 - 4 x3 - x4, 2 x1 + 2 x2 - 5 x3 + x4)
The Attempt at a Solution
[x1,x2,x3,x4] [-2,2;-5,2;-4,-5;-1,1]
=[-2 x1 - 5 x2 - 4 x3 - x4, 2 x1 + 2 x2 - 5 x3 + x4]
T(e1) = (-2,2)
T(e2) = (-5,2)
T(e3) = (-4,-5)
T(e4) = (-1,1)
A = [-2,-5,-4,-1; 2,2,-5,1]
The answer has been checked to be correct. But I'm not seeing why the standard matrix has to be transposed?