The following matrix
$$M_{T,B}= \begin{bmatrix} 2 &-2&-1 \\ -1&-2&1 \end{bmatrix}$$
represent the transformation T from the basis $\mathcal{B}$
$$v_{1,B}=\begin{bmatrix} 1 \\ 2 \\ 0 \end{bmatrix}, v_{2,B}= \begin{bmatrix} 2 \\ -2 \\ 0 \end{bmatrix} , v_{3,B} \begin{bmatrix} 2 \\ -1 \\ -2 \end{bmatrix}$$
to the standard basis $\mathcal{C}$.
Now you can change the basis and find the matrix $M_{T,C}$ in the standard basis.
Notably the matrix
$$N_B=[v_{1,B}\quad v_{2,B} \quad v_{3,B}]=\begin{bmatrix} 1&2&2 \\ 2&-2&-1 \\ 0&0&-2 \end{bmatrix}$$
represent the change of basis from the basis B to the standard basis thus
$$v_C=N_B\cdot v_B\iff v_B=N_B^{-1}\cdot v_C\iff v_B=N_C\cdot v_C$$
and $N_C$ represent the change of basis from the standard basis to basis B.
Thus, since the transformation T from the basis B to the standard basis is
$$w_C=M_{T,B}\cdot v_B$$
the transformation in the standard basis is given by
$$w_C=M_{T,B}\cdot N_C\cdot v_C$$
and the matrix $M_{T,B}\cdot N_C=M_{T,C}$ represent the transformation in the standard basis.
You can use the same method for S and then obtain $TS$ and $ST$ by simply matrix multiplication.
You should obtain
$$M_{T,C} = \begin{bmatrix}0& 1& 0\\ -1 &0& -\frac32 \end{bmatrix} \quad M_{S,C} = \begin{bmatrix}2& 1\\ -2 &0 \\ -3 & -1 \end{bmatrix}$$
Then
$$TS \to M_{TS,C}=M_{T,C}\cdot M_{S,C}= \begin{bmatrix}-2& 0\\ -7 &-3 \end{bmatrix}$$
$$ST \to M_{ST,C}=M_{S,C}\cdot M_{T,C}= \begin{bmatrix}-1& 2&\frac32\\ 0 &-2&0\\ 1 &-3&-2 \end{bmatrix}$$