PDA

View Full Version : recursion equation


galois427
Oct10-04, 10:43 PM
how do you solve the recursion equation (n-1)*a[n+1] - n*a[n] + 10*n = 0?

TenaliRaman
Oct11-04, 10:01 AM
You seem to have missed the initial conditions.
Apply any good looking transform ... say something like one sided z-transform

-- AI