hanowell

24 Reputation

2 Badges

16 years, 311 days

MaplePrimes Activity


These are questions asked by hanowell

I want to learn how to analytically and graphically analyze discrete time recursion equations such as the following: N(t+1) = (1+b)(1-d)N(t) in Maple 12 because Mathematica decided to crap out on me right before I have to give a professional talk (SHAME ON YOU STEPHEN WOLFRAM!!). Does anybody have a good direction to point me in? Basically, in Mathematica, what I would do is: N[t_, b_, d_]:=N[t,b,d]=(1+b)(1-d)N[t-1,b,d]

How do I build a cobweb plot of a recursion equation in Maple?

Page 1 of 1