i) find a suitable matrix $A \in M_{2,2}( \mathbb{Q})$ $ \left( \begin{array}{cc} f_{n} \\ f_{n-1} \end{array} \right) % = A \left( \begin{array}{cc} f_{n-1} \\ f_{n-2} \end{array} \right) $
at this point I used the recursion equation and I got the result that: $ A =\left( \begin{array}{cc} 1 & 2 \\ 1 & 0 \end{array} \right) $
ii) diagonalize the matrix $A$ which means that find a matrix $s \in GL_{2}(\mathbb{Q})$ so that $S^{-1}AS$ is a diagonal matrix.
I have calculated the eigenvalues and eigenvectors of matrix A as usual and I got that
$ S =\left( \begin{array}{cc} 2 & -1 \\ 1 & 1 \end{array} \right) $
iii) combining i) and ii) find a closed formel to calculate the value of $f_{n}$
at this point I have no clue how to show the last step iii) this is my findig to iii) $ \left( \begin{array}{cc} f_{n} \\ f_{n-1} \end{array} \right) % = A^n \left( \begin{array}{cc} f_{n-1} \\ f_{n-2} \end{array} \right) $
but how can I show that I have to put $A^n$ to the equation above?
thus
$ \left( \begin{array}{cc} f_{3} \\ f_{2} \end{array} \right) % = A^n \left( \begin{array}{cc} f_{2} \\ f_{1} \end{array} \right) $
is that correct?