- #1
TranscendArcu
- 285
- 0
Homework Statement
The Attempt at a Solution
So first I thought to myself that the proper way of doing this problem was to construct each of the standard basis vectors as a linear combination of the basis given us. I have,
[itex]T(1,0,0) = \frac{1}{2} T(1,0,1) + \frac{1}{2} T(1,0,-1) = (\frac{3}{2},0,1)[/itex]
[itex]T(0,1,0) = (0,-1,0)[/itex]
[itex]T(0,0,1) = \frac{1}{2}T(1,0,1) - \frac{1}{2} T(1,0,-1) = (\frac{3}{2},0,-1)[/itex]
Thus I have the matrix with columns that are the images of the standard basis vectors.
However, it seems conceivable that I should also be able to do this problem via change of basis. I have, taking the bases in matrix form,
[itex]\left| \begin{array}{ccc}
1&0&1 \\
0&1&0 \\
1&0&-1 \end{array} \right|[/itex]
I have the transformation relative to the basis:
[itex]\left| \begin{array}{ccc}
3&0&0 \\
0&-1&0 \\
0&0&2 \end{array} \right|[/itex]
and the inverse of the basis matrix,
[itex]\left| \begin{array}{ccc}
1/2&0&1/2 \\
0&1&0 \\
1/2&0&-1/2 \end{array} \right|[/itex]
If I compose the matrices to find the matrix composition, I have
[itex]\left| \begin{array}{ccc}
1/2&0&1/2 \\
0&1&0 \\
1/2&0&-1/2 \end{array} \right|[/itex][itex]\left| \begin{array}{ccc}
3&0&0 \\
0&-1&0 \\
0&0&2 \end{array} \right|[/itex][itex]\left| \begin{array}{ccc}
1&0&1 \\
0&1&0 \\
1&0&-1 \end{array} \right|[/itex] = [itex]\left| \begin{array}{ccc}
5/2&0&1/2 \\
0&-1&0 \\
1/2&0&5/2 \end{array} \right|[/itex]
But clearly, my results for the two matrices are not identical, so what have I done wrong?