zeion
- 455
- 1
Homework Statement
Let A = E4 in R4 (standard basis) and B = {x^2, x, 1} in P2 over R. If T is the linear transformation that is represented by
<br /> <br /> \begin{bmatrix}1 & 1 & 0 & 1\\0 & 0 & 1 & -1\\1 & 1 & 0 & 1 \end{bmatrix}<br /> <br />
relative to A and B, find the matrix that represents T with respect to A' and B' where
A' = {(1,0,0,0), (0,0,1,0), (1,-1,0,0), (0,-1,1,1)}
B' = {x^2 + 1, x, 1}
Homework Equations
The Attempt at a Solution
So by looking at this matrix T, it's clear that its a transformation from A to B, so we want the transformation matrix T_{B'A'},
which is: T_{B'A'} = I_{B'B}T_{BA}I_{AA'}
So I need to find I_{AA'} and I_{B'B}.
For I_{AA'}, I write A' wrt A(which is standard basis of R4):
I get : I_{AA'} = \begin{bmatrix}1 & 0 & 1 & 0 \\0 & 0 & -1 &-1\\0 & 1 & 0 &1\\ 0&0&0&1 \end{bmatrix}
Then for I_{B'B}, I write B wrt B', and get
I_{B'B} = \begin{bmatrix}1 & 0 & 0 \\0 & 1 & 0\\-1 & 0 & 1 \end{bmatrix}
Now I put them together to get something with lots of zeros.. which doesn't seem right?