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