Julia Set Generator
Julia geometrical fractal is always related to the Mandelbrot fractal. This is mostly
because they both start from the same somewhat complex function. While the Mandelbrot
set is generated from the complex function Z2 + Z0, Julia set is generated from
Z2 + C. The constant C varies in the complex plane.
You can play with the applet above by changing the Julia original coordinates values
between -2 to 2.
|