Aloha :)
Die Basisvektoren von \(A\) sind die \(g\)-Polynome. Diese können wir in der Standardbasis \(S_3=(1,x,x^2,x^3)\) ausdrücken, indem wir sie ausrechnen:$$g_1(x)=x+x^3=\begin{pmatrix}1 & x & x^2 & x^3\end{pmatrix}\cdot\begin{pmatrix}0\\1\\0\\1\end{pmatrix}$$$$g_2(x)=-1+x^2=\begin{pmatrix}1 & x & x^2 & x^3\end{pmatrix}\cdot\begin{pmatrix}-1\\0\\1\\0\end{pmatrix}$$$$g_3(x)=7=\begin{pmatrix}1 & x & x^2 & x^3\end{pmatrix}\cdot\begin{pmatrix}7\\0\\0\\0\end{pmatrix}$$$$g_4(x)=-x-5x^2+x^3=\begin{pmatrix}1 & x & x^2 & x^3\end{pmatrix}\cdot\begin{pmatrix}0\\-1\\-5\\1\end{pmatrix}$$
Ebenso können wir die \(h\)-Polynome, also die Basisvektoren von \(B\) in der Standardbasis \(S_2=(1,x,x^2)\) ausdrücken:$$h_1(x)=x^2=\begin{pmatrix}1 & x & x^2\end{pmatrix}\cdot\begin{pmatrix}0\\0\\1\end{pmatrix}$$$$h_2(x)=3+3x+3x^2=\begin{pmatrix}1 & x & x^2\end{pmatrix}\cdot\begin{pmatrix}3\\3\\3\end{pmatrix}$$$$h_3(x)=9=\begin{pmatrix}1 & x & x^2\end{pmatrix}\cdot\begin{pmatrix}9\\0\\0\end{pmatrix}$$Damit haben wir zwei Basiswechselmatrizen gefunden:$$\mathbf{id}_{S_3}^A=\left(\begin{array}{rrrr}0 & -1 & 7 & 0\\1 & 0 & 0 & -1\\0 & 1 & 0 & -5\\1 & 0 & 0 & 1\end{array}\right)\quad;\quad \mathbf{id}_{S_2}^B=\left(\begin{array}{rrr}0 & 3 & 9\\0 & 3 & 0\\1 & 3 & 0\end{array}\right)$$
Die Abbildung \(f\) bildet ein Polynom 3-ter Ordnung auf seine Ableitung ab:$$\left(a_0+a_1\cdot x+a_2\cdot x^2+a_3\cdot x^3\right)'=\left(a_1+2a_2\cdot x+3a_3\cdot x^2\right)$$ Dies können wir durch eine Abbildungsmatrix \(\mathbf M_{S_2}^{S_3}\) bzgl. der Standardbasen beschreiben:$$\begin{pmatrix}a_0\\a_1\\a_2\\a_3\end{pmatrix}_{\!S_3}\mapsto\begin{pmatrix}a_1\\2a_2\\3a_3\end{pmatrix}_{\!S_2}=a_0\begin{pmatrix}0\\0\\0\end{pmatrix}+a_1\begin{pmatrix}1\\0\\0\end{pmatrix}+a_2\begin{pmatrix}0\\2\\0\end{pmatrix}+a_3\begin{pmatrix}0\\0\\3\end{pmatrix}$$$$\mathbf M_{S_2}^{S_3}=\left(\begin{array}{rrrr}0 & 1 & 0 & 0\\0 & 0 & 2 & 0\\0 & 0 & 0 & 3\end{array}\right)$$
Der Rest ist nun einfach nur noch rechnen:$$\mathbf M_{S_2}^{A}=\mathbf M_{S_2}^{S_3}\cdot\mathbf{id}_{S_3}^A=\left(\begin{array}{rrrr}1 & 0 & 0 & -1\\0 & 2 & 0 & -10\\3 & 0 & 0 & 3\end{array}\right)$$$$\mathbf M_{B}^{S_3}=\mathbf{id}_{B}^{S_2}\cdot\mathbf M_{S_2}^{S_3}=\left(\mathbf{id}_{S_2}^{B}\right)^{-1}\cdot\mathbf M_{S_2}^{S_3}=\left(\begin{array}{rrrr}0 & 0 & -2 & 3\\[1ex]0 & 0 & \frac23 & 0\\[1ex]0 & \frac19 & -\frac29 & 0\end{array}\right)$$$$\mathbf M_{B}^{A}=\mathbf M_{B}^{S_3}\cdot\mathbf{id}_{S_3}^{A}=\left(\begin{array}{rrrr}3 & -2 & 0 & 13\\[1ex]0 & \frac23 & 0 & -\frac{10}{3}\\[1ex]\frac19 & -\frac29 & 0 & 1\end{array}\right)$$