Hi Dick!
I think I know where you're going, but not sure how to get there. Let's see if I understand what you're saying though and give it a shot:
From what you've given me
T(ax^2+bx+c)=aT(x^2)+bT(x)+cT(1)
I thought that we could then say
T(1)+T(x)=\left[\begin{array}{cc}1&0\\0&0\end{array}\right]
T(x)+T(x^2)=\left[\begin{array}{cc}0&1\\1&0\end{array}\right]
T(1)+T(x^2)=\left[\begin{array}{cc}0&0\\0&1\end{array}\right]
However, I think we'll still be acting legit when swapping rows 1 and 2 of the second equation so that
T(1)+T(x)=\left[\begin{array}{cc}1&0\\0&0\end{array}\right]
T(x)+T(x^2)=\left[\begin{array}{cc}1&0\\0&1\end{array}\right]
T(1)+T(x^2)=\left[\begin{array}{cc}0&0\\0&1\end{array}\right]
If we then subtract equation 3 from 1, we get
T(1)+T(x)-Y(1)-T(x^2)=\left[\begin{array}{cc}1&0\\0&0\end{array}\right]-\left[\begin{array}{cc}0&0\\0&1\end{array}\right]
T(x)-T(x^2)=\left[\begin{array}{cc}1&0\\0&-1\end{array}\right]
which the same as equation 2 except for the minus sign. If all of what I've done so far is still ok and if my reasoning still holds, this means that
T(1)=\left[\begin{array}{cc}0&0\\0&0\end{array}\right]
T(x)=\left[\begin{array}{cc}1&0\\0&0\end{array}\right]
T(x^2)=\left[\begin{array}{cc}0&0\\0&1\end{array}\right]
Having done all of this I have to admit that
1. I don't know if what I've done is mathematically acceptable and
2. if everything up until this point is ok, what do I do next?
Thanks for the help!