If you had a Java-capable browser, you could see my Mandelbrot applet here.

This is the set of points in the complex plane which when added to 0+0i, the result squared, and the process repeated over and over never go to infinity.

This works pretty well until you go to very high resolution, where the limits of double-precision arithmetic become problematic.

I chose not to clutter the applet with your coordinates. Find them on the status line.

Julia sets

Back to Ed's