Mandelbrot Set Viewer by Daniel Wedge *** MORE GAMES AND PROGRAMS FOR CASIO CALCULATORS AT *** ******** http://www.student.uwa.edu.au/~wedgey ********* This program is guaranteed to run on 9700s but I'm not too sure about other models because of different screen sizes. However, it's not too big to program and if it works on another model then please email me and tell me! If you want more detail then you can change the I value to something higher, likewise if you want less detail then lower it. As always, more detail leads to longer drawing time and remember that you can't really get a lot of detail on the screen anyway. The program uses symmetry about the real axis to speed up the drawing time. You can't zoom in in this program, however there is another version on my web site where you can. Check out www.student.uwa.edu.au/~fractoid for the best Mandelbrot Set Viewer that I've seen. Note that it will seem like the calculator is doing nothing but trust me, it is! It will tell you when it has finished. And be thankful you don't have a HP - my friend wrote a HP version and mine was finished before he got one third of the way through! Enjoy! Symbols used: / divide -> assign key > greater than < less than >= greater than or equal to => if/then (under program menu) ^2 square key i the number where i^2 = -1 ImP and ReP can be found under the complex menu Size: 181 bytes 'MANDEL Range -2.2,.5,0,-1.1,1.1,0 15 -> I 0 -> J 2.7/127 -> M 2.2/63 -> N -2.2 -> C 0 -> Z Lbl 1 Z^2+C -> Z Abs Z>2 => Goto 3 Isz J J Goto 1 ReP C -> G ImP C -> H Plot G,H Plot G,-H Lbl 3 C+Ni -> C ; Ni is N*i, not some weird button ImP C>=1.1 => M+ReP C -> C ReP C>.5 => Goto 4 0->Z 0->J Goto 1 Lbl 4 "FINISHED"