$\begin{pmatrix}1&1\\1&0\end{pmatrix}^n$
Is the a formula which give us the matrix for every n? I should make a proof with induction.
$\begin{pmatrix}1&1\\1&0\end{pmatrix}^n$
Is the a formula which give us the matrix for every n? I should make a proof with induction.
Hint:
$\begin{pmatrix}1&1\\1&0\end{pmatrix}^n = \begin{pmatrix}F_{n+1}&F_n\\F_n&F_{n-1}\end{pmatrix}$
Where $F_n$ denotes the $n$-th Fibonacci number.