This program is designed to graph Julia Sets, the sets of all complex numbers that do not tend towards infinity under the iteration Zn+1=Zn2+c, where c is a constant. This program plots these numbers on an argand diagram, the x co-ordinate representing the real part of the number and the y co-ordinate representing the imaginary part. These sets of complex numbers were named after french mathematician Gaston Julia. The following are some values of c that are known to give interesting results:
- -0.39054 -0.58679j
- -0.745 +0.113j
- 0.27334 +0.00742j
- -0.11 +0.6557j
- 0.3631 -0.125j
- -0.068 -0.667j
|