JamesGoh
- 140
- 0
Homework Statement
Given the following defined transformation
T(a + bt+ct^{2}) = (a+c) - (c+b)t + (a+b+c)t^{2}
find the matrix with respect to the standard basis
From my understanding, the standard basis for a 3 element vector would
be
(0,0,1)^{T} (0,1,0)^{T} (1,0,0)^{T}
Homework Equations
T(u+v)= T(u) + T(v)
λT(v) = T(λv)
The Attempt at a Solution
okay, if I used the defined transformation, I get the following when I put any of the standard basis into the transformation
T(0,0,1)^{T}=1 - t + t^{2}<br /> <br /> <br /> <br /> T(0,1,0)^{T} = 0 -t + t^{2}<br /> <br /> <br /> <br /> T(1,0,0)^{T} = 1 - 0 + t^{2}<br /> <br />
If I am correct, the matrix should be the following
1 -1 1
0 -1 1
1 0 1
However, the tutorial answers have it in the form
1 0 1
-1 -1 0
1 1 1
Shouldn't my answer be correct, since the t and t^{2} terms are different parts of a linear equation which is why they can't be in the same column ?