sunrah
- 191
- 22
Homework Statement
Given the following recursion formula:
b_{j} = 2 \frac{kj - a}{j(j+1)-l(l+1)} \cdot b_{j-1}
(where a, k and l are constants) how can
b_{j = l} \neq 0 if b_{j - 1} = 0.
Homework Equations
The Attempt at a Solution
This is a part question and I really can't see why. if bl-1 = 0 then bl = 0 also. But then all subsequent bj as well !