mandelbrot_area_test, an Octave code which calls mandelbrot_area(), which estimates the area of the Mandelbrot set by evaluating many points within the square [-2,2]x[-2,2] and counting how many stay bounded under many iterations of the Mandelbrot map.
The information on this web page is distributed under the MIT license.
mandelbrot_area, an Octave code which estimates the area of the Mandelbrot set by evaluating many points within the square [-2,2]x[-2,2] and counting how many stay bounded under many iterations of the Mandelbrot map.