Let $$B=\left\{\begin{bmatrix}1&0\\0&2\end{bmatrix},\begin{bmatrix}0&1\\1&0 \end{bmatrix},\begin{bmatrix}2&0\\0&3\end{bmatrix}\right\}$$ a base of $W=\{A\in \mathrm{Mat}_{2 \times 2}(\mathbb{R}) \mid A^t=A\}$
Given a linear transformation $T:W\rightarrow W$ which is defined by $[T]_B=\begin{bmatrix}1&2&0\\-1&0&2\\1&3&1\end{bmatrix}$.
Calculate $T\begin{bmatrix}-1&2\\2&3\end{bmatrix}$.
So I found out that $$\begin{bmatrix}-1&2\\2&3\end{bmatrix}=9\begin{bmatrix}1&0\\0&2\end{bmatrix}+2\begin{bmatrix}0&1\\1&0\end{bmatrix}-5\begin{bmatrix}2&0\\0&3\end{bmatrix}$$ and I'm not quite sure how to continue.
Any help would be appreciated.