3. MANDELBROT SETS WITH MATLAB


The instruction pcolor of MATLAB generates color density plots, i.e. plane representations of real valued functions of two variables where the same value of the function corresponds to the same colour on the plot.

Since it is always possible to represent a COMPLEX variable as a couple of real variables in Gauss' plane, MATLAB proves extremely efficient in calculating and painting the approximate domains of non convergence of the series of complex functions needed in the study of MANDELBROT sets.

A variant of the classical escape method is applied here: instead of evaluating the number of cycles required in order that the modulus of the partial sum exceeds a fixed bound, we evaluate the value of that modulus for a fixed number of cycles.

That procedure:

COLORMAPS

The use of the different system MATLAB colormaps provides different effects; in particular colormap copper produces interesting metal coloured shapes.

Here are some examples.

Mand/mand.gif f(z)=z2+c MATLAB Script M.1

Quest.gif QUESTION

What does it happen if instead of power two, different positive integer powers are introduced into the series?

4.5.gif ANSWER

A Mandelbrot like set is generated with as many heads as the exponent of the power minus one.

Look at the following images!

Mand/Pow1.gif f(z)=z+c MATLAB Script M.2

Mand/Pow3.gif f(z)=z3+c MATLAB Script M.3

Mand/Pow4.gif f(z)=z4+c MATLAB Script M.4

Mand/Pow5.gif f(z)=z5+c MATLAB Script M.5

Mand/Pow50.gif f(z)=z50+c MATLAB Script M.6

INDEX

  1. General Information

  2. Decorations with MATLAB

  3. Back to "FRACTALS WITH MATLAB"

  4. Julia sets with MATLAB

  5. Newton's method sets with MATLAB

  6. zz.gif sets with MATLAB

  7. 3D fractals with MATLAB

fract.gif FRACTAL GALLERY

Home.gif CIRAM HOME PAGE