So, I asked a similar question earlier today but still quite don't get it. I don't know why but I just can't see the intuition. Anyway, heres the problem:
Decide the standard transformation matrix for $f: R^2\to R^2 $ represented by, with respect to the basis B {$ \pmatrix{1\\1}\pmatrix{0\\2}$}, $T=\pmatrix{-1&11\\2&-8}$.
So, if I want to represent this in standard basis I assumed that I could just multiply it with the change of coordinate matrix from the basis B to the standard basis S which is (right?): $\pmatrix{1 & 0\\1 & 2}$ which transforms T into: $\pmatrix{-1 & 11\\3 & -5}$.
I think I'm right so far but don't know where to go from here. To be honest, I'm not completely sure on what I've done so far. Any tips/hints would be greatly appreciated. Really trying to learn and see the concept behind this.
Let condider $M=[b_1\, b_2]$ then matrix $M$ transforms a vector from basis $B\,$ $v_B$ to the standard basis that is
$$v_S=M\cdot v_B\implies v_B=M^{-1}\cdot v_S$$
then for
$$w_B=T\cdot v_B\implies M^{-1}\cdot w_S=T\cdot M^{-1}\cdot v_S\implies w_S=M\cdot TM^{-1}\cdot v_S$$
thus the matrix transformation with respect to the standard basis is $$M\cdot T\cdot M^{-1}$$