Let $T\colon \Bbb R_3[x]\rightarrow \Bbb R^3 $ be a linear transformation. Suppose that : $T(1)=(1,1,1), T(x+1)=(0,1,1), T(x^2+x+1)=(0,0,1)$
find an explicit formula for $T(p(x))$ for any $p(x)=ax^2+bx+c\in\Bbb R_3[x].$
I tried to put the polynomial expression of $T$ in a matrix and saw that I get the standard basis, but I don't know if it helps me or how to find an explicit formula . Any help is greatly appreciated
Observe that $p(x) = c+bx+ax^2$ can be written as $$p(x) = (c-b)+(b-a)(1+x)+a(1+x+x^2).$$ Hence $$T(p(x)) = (c-b)T(1)+(b-a)T(1+x)+aT(1+x+x^2).$$