...

/

Coding Example: Minkowski-Bouligand Dimension

Coding Example: Minkowski-Bouligand Dimension

This problem is an extension of the previous case study. In this lesson, we'll learn how to find the fractal dimension of the Mandelbrot set.

We'll cover the following...

Note: You should look at the ufunc.reduceat method that performs a (local) reduce with specified slices over a single axis.

...