Recurrence Relationshard
0:00.0

Consider the matrix recurrence (anan1)=M(an1an2)\begin{pmatrix} a_n \\ a_{n-1} \end{pmatrix} = M \begin{pmatrix} a_{n-1} \\ a_{n-2} \end{pmatrix} where M=(3110)M = \begin{pmatrix} 3 & 1 \\ 1 & 0 \end{pmatrix}. What are the eigenvalues of MM?