Hi Sheldon,
On Qua, 2009-09-30 at 15:42 -0400, Sheldon Newhouse wrote:
> %i2) load(dynamics);
Notice that since version 5.18 you no longer need to load the dynamics
package. It will be loaded automatically when you call any of its
functions.
> (%i4) orbits(x*y*(1-y),.2,100,200,[x,3,4,.01]);
Try this instead, which will give you a nicer plot of the bifurcations
diagram for the logistic map:
orbits(x*y*(1-y),.2,100,200,[x,3,4],[style,[dots]],[nticks,600]);
Cheers,
Jaime