muqing

12 Reputation

2 Badges

17 years, 214 days

MaplePrimes Activity


These are questions asked by muqing

I just got this problem and I don't know how to plot it. Plot the first 300 terms of the sequence a(1) = 0.8, a(n+1) = 4a(n)(1-a(n)). I can tell maple to calculate the first 300 terms, but I don't know how to graph it. this is the command i used for calculating those terms. for n from 1 to 300 do a(n+1):=4*a(n)*(1-a(n));od;
Page 1 of 1