Recurrence Relationsmedium
0:00.0

A recurrence in matrix form is (anan1)=(2110)(an1an2)\begin{pmatrix} a_n \\ a_{n-1} \end{pmatrix} = \begin{pmatrix} 2 & 1 \\ 1 & 0 \end{pmatrix} \begin{pmatrix} a_{n-1} \\ a_{n-2} \end{pmatrix}. What is the recurrence relation?