Fibonacci numbers The $n$ th Fibonacci number is generated by the recursion equation $F_{n}=F_{n-1}+F_{n-2}$ with $F_{0}=F_{1}=1 .$ Define the two new variables $x_{n}=F_{n}$ and $y_{n}=F_{n-1} .$
(a) Show that the vector $\mathbf{Z}_{n}=\left[ \begin{array}{l}{x_{n}} \\ {y_{n}}\end{array}\right]$ obeys the recursion $\mathbf{z}_{n}=A \mathbf{z}_{n-1},$ where $$A=\left[ \begin{array}{cc}{1} & {1} \\ {1} & {0}\end{array}\right]$$
(b) Find the eigenvalues of $A$
(c) Can the Perron-Frobenius Theorem be applied to the matrix $A ?$ If so, what is the long-term behavior of the vector $\mathbf{Z}_{n} ?$
(d) Find a formula for the $n$ th Fibonacci number.