mandelbrot_area_test


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.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

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.

Source Code:


Last revised on 04 November 2025.