DanielFaraday
- 86
- 0
Homework Statement
Let E={1, x, x2,x3} be the standard ordered basis for the space P3. Show that G={1+x,1-x,1-x2,1-x3} is also a basis for P3, and write the change of basis matrix S from G to E.
Homework Equations
The Attempt at a Solution
Here's what I got:
<br /> S_E^G=\left(<br /> \begin{array}{cccc}<br /> 1 & 1 & 1 & 1 \\<br /> 1 & -1 & 0 & 0 \\<br /> 0 & 0 & -1 & 0 \\<br /> 0 & 0 & 0 & -1<br /> \end{array}<br /> \right)<br />
Now, to prove that this is also a basis, I just need to show that it has an inverse, right?
Here's the problem. If the above is correct, then when you multiply it by G you should get E, right? After all, it is the "change of basis matrix S from G to E". However, this isn't the case:
<br /> \left(<br /> \begin{array}{cccc}<br /> 1 & 1 & 1 & 1 \\<br /> 1 & -1 & 0 & 0 \\<br /> 0 & 0 & -1 & 0 \\<br /> 0 & 0 & 0 & -1<br /> \end{array}<br /> \right).\left(<br /> \begin{array}{c}<br /> 1+x \\<br /> 1-x \\<br /> 1-x^2 \\<br /> 1-x^3<br /> \end{array}<br /> \right)=\left(<br /> \begin{array}{c}<br /> 4-x^2-x^3 \\<br /> 2 x \\<br /> -1+x^2 \\<br /> -1+x^3<br /> \end{array}<br /> \right)<br />
Am I doing something wrong, or am I just confused about what a change of basis matrix is supposed to do?