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