Let $T: R^2 \to R^2$ be represented by $\begin{bmatrix}5 & -3\\2 & -2\end{bmatrix}$ with respect to the standard basis. Find the matrix T with respect to the basis B = { $\begin{bmatrix}3 \\1\end{bmatrix}$ , $\begin{bmatrix}1\\2 \end{bmatrix}$ }.
I found T$\begin{bmatrix}3 \\1\end{bmatrix}$ and T$\begin{bmatrix}1\\2 \end{bmatrix}$ by:
$\begin{bmatrix}5 & -3\\2 & -2\end{bmatrix}$$\begin{bmatrix}3 \\1\end{bmatrix}$ = $\begin{bmatrix}12 \\4\end{bmatrix}$ and
$\begin{bmatrix}5 & -3\\2 & -2\end{bmatrix}$$\begin{bmatrix}1 \\2\end{bmatrix}$ = $\begin{bmatrix}-1 \\-2\end{bmatrix}$
so that $[T]_B$ = $\begin{bmatrix}12 & -1\\4 & -2\end{bmatrix}$
but I'm not sure if this is correct. Am I doing the right thing or are my steps wrong?