Find eqation for:$\ A^n$ when:
$$A =\left( \begin{array}{cc} a & 1 & 0\\ 0 & a & 1\\ 0 & 0 & a\end{array} \right)$$
I calculated $\ A^2$ $\ A^3$ and compared entries:
At the end I've got something like:
$$A^n =\left( \begin{array}{cc} a^n & na^{n-1} & ???\\ 0 & a^n & na^{n-1}\\ 0 & 0 & a^n\end{array} \right)$$
So I'm struggling with estimating value of the last entry.
From my calculations I've got respectively: $\ 0 $ $\ 1 $ $\ 3a $. How I can find the equation for this sequence?
Hint : let $B=\begin{pmatrix} 0&1&0\\0&0&1\\0&0&0 \end{pmatrix}$. You have $A=aI+B$. Then use the binomial theorem.