Recursionhard
0:00.0

Consider the matrix recurrence vn=Avn1\vec{v}_n = A\vec{v}_{n-1} where A=(1110)A = \begin{pmatrix} 1 & 1 \\ 1 & 0 \end{pmatrix} and v0=(10)\vec{v}_0 = \begin{pmatrix} 1 \\ 0 \end{pmatrix}. What is the first component of v3\vec{v}_3?