Section 12.8 {Special Topic:} Exploring the Mandelbrot Set
The Mandelbrot set is one of the most fascinating fractals. It is named after its discover, IBM mathematician Benoit Mandelbrot.
The Mandelbrot set itself is the black, heart-shaped image shown in Figure 12.8. What makes the Mandelbrot set so interesting is that with the help of a Java GUI you can explore the set as if you were taking a trip through outer space. The most interesting regions to explore are those just along the boundary of the set.
For example, notice that the boundary contains numerous circular shapes, each of which is itself studded with circular shapes. This is an example of the scaled self-similarity that we found to be so prevalent in recursive structures. By continually expanding the regions around the boundary, you’ll find an infinite recursion of fascinating images and shapes. In some regions of the set you’ll even find miniature replications of the set itself.

If you are interested in exploring the Mandelbrot set, take a look at this site for starters.
You have attempted of activities on this page.