Computers, therefore, have played and continue to play a large part in the development of chaos theory, from its discovery by Lorenz and Mandelbrot, to more recent work in modelling insulin secreting cell cooperation and stomach tissue voltage patterns.
The following programmes provide a few basic demonstrations of chaotic behaviour and fractal imagery (see appendix 4 for code).
6.1 Mathematics and Populations
Feedback: Numerically displays iterative, non-linear equation xnext = x * l *(1-x)
Sequential Search Feedback: Graphically displays the iterative non-linear equation xnext = x * l * (1-x) and searches for repeating values. Allows user to enter iterations, search length and delay time.
Sierpinski Triangle: Randomly generates a Sierpinski triangle. Allows user to enter delay time.
Julia Sets: Plots a single Julia set. Allows user to enter value for both real and imagery parts of complex number, and iterations.
3-Dimensional Sequential Julia Sets: Plots Julia Sets on a 3-axis complex number plane. Allows user to define increments, value to increment (x or y), no of iterations, contour lines, and initial and ending values.