Question: Mandelbrotset Zoom in (on a point)

Dear Mathlovers, The probleme is that i have created an animation for the mandelbrot set. The only probleme is that the axes dont rescale. Can anyone solve this. The animation is a zoom in on a point with 5 frames. Code is bottem of the post Grtz Pieter Excuse me for my bad english Code : ------ mandelbrot:=proc(x,y) local c,z,m; c:=evalf(x+y*I); z:=c; for m from 1 to 75 while abs(z)
Please Wait...