Recurrence Relationsmedium
0:00.0

Which of the following is the correct transformation to convert the second-order recurrence an=c1an1+c2an2a_n = c_1 a_{n-1} + c_2 a_{n-2} into a first-order system vn=Mvn1\mathbf{v}_n = M \mathbf{v}_{n-1}, where vn=(anan1)\mathbf{v}_n = \begin{pmatrix} a_n \\ a_{n-1} \end{pmatrix}?