<?php require_once($_SERVER["DOCUMENT_ROOT"] . "/common/common.INC.PHP");

print_page_header();

?>
<p>Let there be a series of complex numbers z, starting with for example <img alt="z_0:=0" class="ieq" height="17" src="image/equation/z_0%3A%3D0" width="58"/>.</p>
<p>Going from element to element shall be defined as:</p>
<div class="eq"><img alt="z_{i+1}=z_i²+c" class="eq" height="22" src="image/equation/z_%7Bi%2B1%7D%3Dz_i%C2%B2%2Bc" width="112"/></div>
<p>(were c is a complex number, too).</p>
<p>Then you plot the complex plane of c, for each point:</p>
<p>If either the real or the imaginary part of z with that c goes outside (i.e. diverges, does not converge) with a finite number of steps, you put a white pixel, and otherwise you put a black pixel.</p>
<p>Then you get the Mandelbrot plot, a beautiful fractal image.</p>
<!-- <p>(Benoit B. Mandelbrot)</p> -->
