Dave's Web Corner

mathematics > fractals > mandelbrot

The Mandelbrot Set

mandelbrot set

Depth:

D =

Algorithm for Approximating the Mandelbrot Set, M

  1. Select a number c in the complex plane and a positive integer D (depth).
  2. Form the sequence: {c, c2+c, (c2+c)2+c, ((c2+c)2+c)2+c, ...}.
  3. Shade c if the first D numbers in its sequence have length less than 2.