Let, $A= \left[ {\begin{array}{cc} -1 & 2 \\ 0 & -1 \\ \end{array} } \right]$ , and $B = A + A^2 + A^3 +···+ A^{50}$. Then
$(A) B^2 = I $
$(B) B^2 = 0$
$(C) B^2 = A$
$(D) B^2 = B$
Eigenvalues of $A$ are $-1,-1$. So, Eigenvalues of $B$ are $0,0$. So, $\det(B)=0$. So, options (A) and (C) can be eliminated. How do I eliminate further?. By Cayley-Hamilton Theorem $A^2+2A+I=0$. I found $A^3,A^4,...$ using Cayley-Hamilton Theorem. It was time-consuming. Given matrix is not diagonalizable. Can you please help me?
The sum and product of upper-triangular matrices is again upper triangular. Therefore, $B$ is upper triangular, and since its diagonal entries are $0$, we have $$B=\begin{bmatrix}0&c\\ 0&0\end{bmatrix}.$$ So $B^{2}=0$.