Given the linear operator: $f\left(a+bx+cx^2\right)\rightarrow \begin{bmatrix}b+c&a\\ b&c\end{bmatrix}$, find the matrix representation of this linear operator in respect to the bases $\left(\begin{bmatrix}1&0\\ \:0&0\end{bmatrix}\begin{bmatrix}1&1\\ \:0&0\end{bmatrix}\begin{bmatrix}1&1\\ \:1&0\end{bmatrix}\begin{bmatrix}1&1\\ \:1&1\end{bmatrix}\right)$ and $\left\{1,x,x^2\right\}$.
I have a few questions/misunderstadings with this problem. First of the operator $f$ clearly can't map the whole $M_{2,2}$ space and by providing $f$ with the vectors from the standard basis we get:
$f\left(1\cdot a\right)=\begin{bmatrix}0&1\\ 0&0\end{bmatrix}$
$f\left(x\cdot b\right)=\begin{bmatrix}1&0\\ 1&0\end{bmatrix}$
$f\left(x\cdot b\right)=\begin{bmatrix}1&0\\ 0&1\end{bmatrix}$
So the matrix of this linear transformation is:
$F=\begin{bmatrix}0&1&1\\ 1&0&0\\ 0&1&0\\ 0&0&1\end{bmatrix}$
Now what is the correlation of these two bases? I know that each column represents the coordinates of one the vectors from the base $\left\{1,x,x^2\right\}$ in the standard base of $M_{2,2}$, but how am I to rewrite F using the non-standard base given above?
EDIT: I have also noticed that the vectors from the non-standard base given above can be written as linear-combos of the vectors in the std base, but even so I can't apply the formula $F'=S^{-1} F S$, since $F$ isn't of the right format.