| Author |
Comment/Response |
ganiba
|
12/22/05 7:09pm
Hi,
i want to check if Mathematica can solve the following equations:
f(n) = a*(n-1)*f(n-2) + b*f(n-1)
and
g(n) = a*(n-1)*g(n-2) + b*g(n-1) - c^(n-1)
with f(0), f(1) and g(0),g(1) known,
Thank you.
URL: , |
|