Calculate and graphically display Julia and Mandelbrot sets
Binary Distributions | |
---|---|
OpenLinux/Open UNIX | ftp://ftp2.sco.com/pub/.../RPMS/mathrec-1.1c-1col.i586.rpm (no longer available) |
UnixWare 7 | ftp://ftp2.sco.com/pub/skunkware/uw7/Packages/mathrec-1.1b.pkg |
OpenServer | ftp://ftp2.sco.com/pub/skunkware/osr5/vols/mathrec-1.1c-VOLS.tar |
Source Code Distributions | |
---|---|
Source RPM | ftp://ftp2.sco.com/pub/.../SRPMS/mathrec-1.1c-1col.src.rpm (no longer available) |
Gzip'd tar archive | ftp://ftp2.sco.com/pub/skunkware/src/x11/misc/mathrec-1.1c.tar.gz |
Mandel calculates and displays the Mandelbrot set. This is done by iterating the same map, z -> z^2 + c, but here the initial condition is held fixed at the origin and c is varied over a specified subset of the Complex plane. An excellent on-line introduction to the Mandelbrot set by Robert L. Devaney is available at http://math.bu.edu/DYSYS/FRACGEOM/FRACGEOM.html.
The manual pages can be formatted by typing "nroff -man julia.man > julia.doc" and "nroff -man mandel.man > mandel.doc".