Guest Session: 1 Question Remaining. Create Account to save progress.
Login
Recursionhard
0:00.0

Consider the matrix recurrence v⃗n=Av⃗n−1\vec{v}_n = A\vec{v}_{n-1}vn​=Avn−1​ where A=(1110)A = \begin{pmatrix} 1 & 1 \\ 1 & 0 \end{pmatrix}A=(11​10​) and v⃗0=(10)\vec{v}_0 = \begin{pmatrix} 1 \\ 0 \end{pmatrix}v0​=(10​). What is the first component of v⃗3\vec{v}_3v3​?