Given linear transformations $ T_1 = M_1$ and $ T_2 = M_2 $, the linear transformation $T_3$ is the result of applying $T_1$ and $T_2$ in that order.
I've sort of adapted this question from some homework, so here are some extra details if required, $T_1 , T_2 , T_3$ all transform $\Bbb{R}^4 \rightarrow \Bbb{R}^4$, $dim(basis\;T_1)=3$, $dim(ker\;T_2)=2$, and the nullspace of $T_2$ is a subspace of the basis of $T_1$.
How do I find the nullspace of $T_3$, without multiplying the matrices $M_2$ and $M_1 $ and then solving the nullspace of the resultant matrix?
Although solving the resultant nullspace of the $M_2M_1$ matrix will give me the answer, I would like to know if there are other/ better ways to solve such a problem.