So I have three linear operators in a $3$-dimensional vector space $V$ over field $\Bbb k$ whose matrices w.r.t basis of $V$ are
$$X= \left(\begin{matrix}1 & 0 & 1\\ 1 & 0 & 1\\ -2 &1 &-1 \end{matrix}\right)$$
$$Y= \left(\begin{matrix}1 & -1 & 0\\ 1 & -1 & 0\\ -2 &2 &0 \end{matrix}\right)$$
$$Z= \left(\begin{matrix}1 & 0 & 1 \\ 1 & 0 & 1\\ -1 &0 &-1 \end{matrix}\right)$$
I have to show that any linear combination of these matrices (with coefficients in $\Bbb k$) is nilpotent. What kind of approach should I be taking here? Thanks
Edit: Answer may be incomplete. I will revisit when I have time.
Note that this isn't a very elegant answer. Perhaps there is a better way.
Taking a cue from Jean-Claude Arbaut's comment, I've used octave to verify that $Y^2 = 0$ and $Z^2 = 0$.
I've also verified that $X^2 Y = 0$, $X^2 Z = 0$ and $X Y Z = 0$.
Note also that $X^3 = Y^3 = Z^3 = 0$, since the operators have to be nilpotent.
Order of the terms don't matter, since the null spaces grow regardless of the order to take up the entire 3 dimensions.
The above shows that the expansion of $(aX+bY+cZ)^3$ has to be zero, since the expansion involves all of the above terms multiplied by a matrix and/or constant.