Recurrence Relations · Linear Recurrence Relations
Lesson 4
Problem. Solve the recurrence relation \[F(0)=2,\quad F(1)=3,\quad F(n) = 5F(n-1)-6F(n-2).\]
5 points
Recurrence Relations · Linear Recurrence Relations
Problem. Solve the recurrence relation \[F(0)=2,\quad F(1)=3,\quad F(n) = 5F(n-1)-6F(n-2).\]