We have linear transformation $F = \mathbb{P_{2}} \rightarrow \mathbb{R^{2}} $, where $ F(p(t)) = \begin{pmatrix} p(0) \\ P(1) \end{pmatrix},$ $ A = \{1,t,t^{2}\},$ $B=\left \{ \begin{pmatrix} 1\\ 0\end{pmatrix},\begin{pmatrix} 0\\ 1\end{pmatrix} \right \}$.
From this, transformation matrix is $$M_B^A=\begin{pmatrix}{1}&{0}&{0}\\{1}&{1}&{1}\end{pmatrix}.$$
How should I calculate now $w = F(v)$ direct and also over the relation $c_{B}(w) = A\cdot c_{A}(v)$, when $v = a+bt+ct^{2}$?