
For an interactive graph of part of the snowflake, see the Koch function
If your browser will run Java programs, look at the Mandelbrot set where you can demonstrate the self-similarity property interactively. Go directly to the mathematics link if you wish to learn something about the mathematics behind the Mandelbrot set.
The mathematics in this case is very similar to that of the Mandelbrot set except that the same constant c is used for the entire computation.
For another interesting Julia set, see the
Julia set for Sin z.

Some of the mathematics of this technique may be further studied in
Example 2
of the link to a website on chaos.
Iterated Function Systems are used to form some fern-like pictures as well as the Sierpinski triangle.
Different examples can be seen using Java in Iterated Function Systems.
The mathematics of Iterated Function Systems can be further examined at this link.

xnew = xold*r*(1-r).

The mathematics of this technique may be further studied in Example 1 of the link to a website on chaos.
Additional information can be found in the following web sites: