pavel329
- 6
- 0
1. Solve the following recurrence relation.
an - 5an-1 + 6an-2 = 0, n ≥ 2, a0 = 1, a1 = 3
3. My attempt
I changed it to 0 = tn - 5tn-1 + 6tn-2
Don't know where to go from there.
an - 5an-1 + 6an-2 = 0, n ≥ 2, a0 = 1, a1 = 3
3. My attempt
I changed it to 0 = tn - 5tn-1 + 6tn-2
Don't know where to go from there.
Last edited by a moderator: