$\ T: \mathbf R^2 \rightarrow \mathbf R^2 $ linear transformation $\ T(x,y) = (x+2y,y) $ and I need to find a basis $\ B$ so the matrice $\ [T]_B$
$$\ [T]_B = \begin{bmatrix} 1 & 0 \\ 2 & 1\end{bmatrix}$$
So i'm trying to find $\ B = \{ v_1, v_2 \} $ so $\ T(v_1) = 1 \cdot v_1 + 2 \cdot v_2, \ T(v_2) = 0 \cdot v_1 + 1 \cdot v_2 $
maybe define $\ v_1 =( x,y) , \ v_2 = (s,t) $ and then define them using regular basis so $\ v_1 = x \cdot e_1 + y \cdot e_2, \ v_2 = s \cdot e_1 + t \cdot e_2 $
and then I tried $\ T(v_1) = T(x \cdot e_1 + y \cdot e_2) = x\cdot T(e_1) + y \cdot T(e_2)$ but it didn't get anywhere.
HINT
We have that
$$\ [T] = \begin{bmatrix} 1 & 2 \\ 0 & 1\end{bmatrix}$$
and we are looking for $M=[v_1\, v_2]$ such that
$$Tx=y \iff TMu=Mv\iff M^{-1}TMu=v$$
then
$$[T]_B= M^{-1}[T]M \iff M[T]_B= [T]M$$