If $A=\left( \begin{array}{ccc} 0 & 1 & 0 \\ 0 & 0 & 1 \\ 1 & 0 & 0 \end{array} \right)$, find the rank of $A+A^2+A^3$
We have $\rho(A+A^2+A^3)\leq\rho(A)+\rho(A^2)+\rho(A^3) $ where $\rho(A)$ means rank of A.
Here $\rho(A)=3.$ Also $\rho(A^2)=3$ and $\rho(A^3)=3$ as $\det A\neq 0$ and $\det(A^2)=\det(A)\det(A)\neq 0$ and so on.
But how to get the desired result.
$A(e_1) = e_3, A(e_2) = e_1, A(e_3) = e_2$. Thus $(A+A^2+A^3)(e_1) = e_3+e_2+e_1$, $(A+A^2+A^3)(e_2) = e_1+e_3+e_2$ and $(A+A^2+A^3)(e_3) = e_2+e_1+e_3$. Thus $A+A^2+A^3$ has rank 1.