Recurrence Relations · Linear Recurrence Relations

Lesson 4

Nikolai Chukhin · Alexander S. Kulikov

Problem. Solve the recurrence relation \[F(0)=2,\quad F(1)=3,\quad F(n) = 5F(n-1)-6F(n-2).\]

5 points