| Author |
Comment/Response |
Michael
|
12/30/99 07:07am
Hi, everyone.
I am trying to solve the following recurrence equations with two variables.
rS[i_,t_]:=RSolve[{f[i,t] - f[i,t-1]^f[i-1,t]==0,
f[0,t] == 2,f[i,0] == 1},f[i,t],{i,t}]
(actually,I need more general boundary conditions,
such as f[0,t] == v[t]; f[i,0] == u[i]).
When I call, per say, rS[1,1],
the message is
$RecursionLimit::''reclim'':
''Recursion depth of exceeded.''
Can someone help me?
Thanks.
Michael.
URL: , |
|