I am not sure how this one gets computed.
Let $\alpha = \{(1, 1, 1), (1, 1, 0), (1, 0, 0)\}$ be a basis for $\mathbb{R}^3$.
Let $T$ satisfy $T((1, 1, 1)) = (2, 2, 2)$, $T((1, 1, 0)) = (3, 3, 0)$, and $T((1, 0, 0)) = (-1, 0, 0)$. Find $[T]_\beta^\beta$ for $\beta$ the standard basis for $\mathbb{R}^3$.
I know the final answer is $\begin{bmatrix} -1 & 4 & -1 \\ 0 & 3 & -1 \\ 0 & 0 & 2 \end{bmatrix}$ but am unsure how to compute that.
Thanks for some help in the comments I determined I must find $(T(β1)|T(β2)|T(β3))$.
Where $T(β_i)$ are the standard basis vectors mapped to $\beta$ in $R^3$.
I can already see that T(β1)= (-1, 0, 0) from my basis $\alpha$.
T(β2)= T((1, 1, 0)) - T((1, 0, 0)) = (3, 3, 0) - (-1, 0, 0) = (4, 3, 0)
T(β3)= T((1, 1, 1)) - T((1, 1, 0)) = (2, 2, 2) - (3, 3, 0) = (-1, -1, 2)
So [$T]^\beta_\beta$ = $\begin{bmatrix}-1 & 4 & -1 \\0 & 3 & -1 \\ 0 & 0 & 2\end{bmatrix}$