Find linear transformations $U,T:\textbf{F}^{2}\to\textbf{F}^{2}$ such that $UT = T_{0}$ (the zero transformation), but $TU\neq T_{0}$.
My solution
Let us consider $T(x,y) = (x,0)$ and $U(x,y) = (y,y)$. Thus, for every $(x,y)\in\textbf{F}^{2}$, we have that \begin{align*} UT(x,y) = U(T(x,y)) = U(x,0) = (0,0) \end{align*} On the other hand, for all $(x,y)\in\textbf{F}^{2}$, we have that \begin{align*} TU(x,y) = T(U(x,y)) = T(y,y) = (y,0) \end{align*} and the desired properties are satisfied.
I am curious if there is a more general result which produces such pairs of linear transformations in $\textbf{F}^{n}$.
Anyone could tell me so? Any contribution is appreciated.