We have a $3$ by $3$ matrix$$A=\begin{bmatrix} 0 & 0 & 0 \\ 1 & 0 & 0 \\ 0 & 1 & 0 \end{bmatrix}$$
1) Show that $A^3=0$.
my answer:
I reduced A to RREF and I got $2$ pivots so the third variable is a free variable which means $A^3=0$. I am not sure if this is the right answer.
2) Find $I - A$ and $I + A + A^2$ and find the product of $(I - A)(I + A + A^2)$. Then find the inverse of $I - A$
my answer:
$$I - A=\begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{bmatrix}-\begin{bmatrix} 0 & 0 & 0 \\ 1 & 0 & 0 \\ 0 & 1 & 0 \end{bmatrix}$$ which gives $$\begin{bmatrix} 1 & 0 & 0 \\ -1 & 1 & 0 \\ 0 & -1 & 1 \end{bmatrix}$$
I'm not sure if this is correct.
I don't know how to do next parts of question $2 (I + A + A^2)$ and $(I - A)(I + A + A^2)$ and inverse of $I - A$. I would appreciate if someone can help me with this. Thanks!