******************************************************************************* * * * mandelbrot set * * * * for TI89/TI92p (v1.00) * * * * by * * * * David Hasenfratz * * * * * * release date: 11/11/2003 * * * * * * +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ * * + + * * + Mail: david_hasenfratz@yahoo.de + * * + + * * +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ * * * ******************************************************************************* This program draws the mandelbrot set. You can give the program xMin, xMax, yMax and the number of iterations. Usage: mandelbr(xMin, xMax, yMax, nums);