Let $T:S_2 \to \mathbb{R}_3[x]$ such that $$T\left(\begin{bmatrix} a & b\\ b & c \end{bmatrix}\right)=(a+b+c) + (-a+2c)x+(2a+3b+6c)x^2.$$ Prove that $T$ is surjective.
My attempt:
Let $w \in \mathbb{R}_3[x]$ such that $w=(a+b+c) + (-a+2c)x+(2a+3b+6c)x^2$.
So $w=a(1-x+2x^2)+b(1+3x^2)+c(1+2x+6x^2)$.
Is that proving that $T$ is surjective? I think that I missed something here.
Thanks!
We are to show that every element in $\Bbb R_3[x]$ can be represented by $T(k)$ for some $k\in S_2$. That is, for any $p,q,r\in\Bbb R$, there exists functions $f(p,q,r),g(p,q,r),h(p,q,r)$ such that \begin{align}p+qx+rx^2&=T\left(\begin{bmatrix}f&g\\g&h\end{bmatrix}\right)\\&=(f+g+h)+(-f+2h)x+(2f+3g+6h)x^2.\end{align} Equating coefficients gives $f=2h-q$ so $g+3h=p+q$ and $3g+10h=2q+r$. It is easy to see that $$h+3(g+3h)=2q+r\implies h(p,q,r)=-3p-q+r$$ so $g(p,q,r)=p+q-3(-3p-q+r)=10p+4q-3r$ and $$f(p,q,r)=2(-3p-q+r)-q=-6p-3q+2r.$$ That is, $$T\left(\begin{bmatrix}\begin{bmatrix}-6&-3&2\end{bmatrix}&\begin{bmatrix}10&4&-3\end{bmatrix}\\\begin{bmatrix}10&4&-3\end{bmatrix}&\begin{bmatrix}-3&-1&1\end{bmatrix}\end{bmatrix}\right)=\begin{bmatrix}1&x&x^2\end{bmatrix}$$ where $\begin{bmatrix}a&b&c\end{bmatrix}:=ap+bq+cr$. There is no inconsistency in this system of equations so $T$ is surjective.