Consider $T:\mathbb{R^3}\rightarrow \mathbb{R^3}$ a linear transformation with matricial representation (in the canonical basis of $\mathbb{R^3}$:
$A = \begin{bmatrix} 1 & 0 & 0 \\[0.3em] 0 & 1 & 2 \\[0.3em] 0 & 0 & 1 \end{bmatrix}$
Find the matrix that represents $T$ in the respect to the basis $b=<(1,1,1), (1,1,0), (1,0,0)$
so i'm not understanding how to do this...
I tried to calculate the changing basis matrix (from the canonical basis to the basis we want). But now what to I do with that matrix? I thought in might be useful but the fact that we are trying to calculate the transformation in another basis is making me confused :/
By the way the matrix of changing basis that i reached to was:
$B = \begin{bmatrix} 1 & 1 & 1 \\[0.3em] 1 & 1 & 0 \\[0.3em] 1 & 0 & 0 \end{bmatrix}$
Can someone clarify to me how should I proceed?
Thank you very much!
oldbasis. This can only be the case if $C$ maps all vectors in $\mathbb{R^3}$ to the same images as $A$. Therefore write down the image of $x$, this represents all images from $A$. Then write this down in the new basis-form, with new coördinates, calling it $y$. Finally we solve $Cx=y$ and we get $B$. If all works out correctly your answer should be $BAB^{-1}$. en.wikipedia.org/wiki/Change_of_basis $\endgroup$