Logistic Orbits. This program will compute the orbits for the logistic equation and display them in a time series plot and in a table.


Comparing Initial Conditions. This program will compute the orbits for two different initial conditions for the logistic equation and display them in a time series plot and in a table. The program also plots the difference between the two orbits. This can be used to see if a function has sensitive dependence on initial conditions.


Bifurcation Diagram. This program will let you plot the bifurcation diagram for the logistic equation and then magnify regions that you select.


Julia Set Programs. There are a number of pretty good Julia Set programs you can choose from. All of these will plot a Julia set for the function f(z) = z^2 + C. You can enter different C values and see how the Julia sets change. You will need these programs to do the exercises from Chapter 24.


Mandelbrot Set Programs.