cross_chaos, a Python code which creates a dot-plot of an elaborate cross by repeated applying a randomized linear transformation to a starting point.
The information on this web page is distributed under the MIT license.
cross_chaos is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and an Octave version and a Python version.
cobweb_plot, a Python code which displays a cobweb plot illustrating the process of function iteration, by John D Cook.
collatz, a Python code which computes and analyzes the Collatz sequence, also known as the hailstone sequence or 3n+1 sequence;
dragon_chaos, a Python code which creates a dot-plot of a dragon by repeated applying a randomized linear transformation to a starting point.
julia_set, a Python code which computes and plots a Julia set, the set of points in the complex plane that remain bounded under a mapping of the form f(z) = z^2+c.
mandelbrot_orbit, a Python code which generates the Mandelbrot iterates arising from a single starting point;