4. JULIA 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 JULIA 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, while less uniform maps like jet and prism reveal the internal structure of the Julia set.

Here are some examples all with f(z)=z2+c.

Julia/julia.gif c=-.745429 MATLAB Script J.1

Julia/julia1.gif c=-1.3+0.1*i MATLAB Script J.2

Julia/julia2.gif c= 0.27334-0.00742*i MATLAB Script J.3

Julia/julia3.gif c= 0.11031031-0.67037*i MATLAB Script J.4

Julia/julia4.gif c=-0.488679-0.56790*i MATLAB Script J.5

Julia/julia5.gif c=-0.561321+0.641000*i MATLAB Script J.6

Julia/julia6.gif c=-0.561321+0.641000*i , colormap cool

Julia/julia7.gif c=-0.561321+0.641000*i, colormap jet

Julia/juliaSH.gif c=-.745429+.11308*i MATLAB Script J.7

INDEX

  1. General Information

  2. Decorations with MATLAB

  3. Mandelbrot sets with MATLAB

  4. Back to "FRACTALS 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