Lecture 21
Learning objectives
After this class, you should be able to:
- Solve mutual recurrences, using generating functions.
- Evaluate a convolution, using generating functions.
Reading assignment
- Sec 7.5, example 1.
- Sec 7.5, example 4.
Exercises and review questions
- Questions on current lecture's material
- Complete the solution for the mutual recurrence discussed in class.
- Solve the following recurrence:
u0 = v0 = 0
, u1 = v1 = 1
, un = un-1 + 3 vn-1, n > 1
, vn = un-1 - vn-1, n > 1
.
- Exercise 7.7.
- Questions on next lecture's material
- What is the value of
C4
?
Last modified: 10 Apr 2006