Mandelbrot Home and Variants

Clicking the link or image will open the chosen Mandelbrot Set Explorer. From there a Julia Set can be opened from the seed point your choosing via the “Generate Julia Set” button.

 
zn+1 = zn2 + c

 
Displays the orbits of the
iterations in a Mandelbrot Set

 
zn+1 = zn2 + c

 
zn+1 = zn3 + c

 
zn+1 = zn4 + c

 
zn+1 = zn5 + c

 
zn+1 = zn6 + c

 
zn+1 = zn7 + c

 
What everything does
and how to use it.

 
What It Is and How It Works.

Wild Mandelbrot Variants

These “Wild Mandelbrot Variants” are created by changing the equation from the standard format to something a little more obscure like:
    “zn+1 = - zn3 + zn2 + c”  or
    “zn+1 = - zn5 + zn4 - zn3 + zn2+ c”.
This produces some strange and interesting results.

 
zn+1 = - zn3 + zn2 + c