This is a file from the Wikimedia Commons

File:Julia-set z2+c -0.742 0.1 5000.jpg

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Original file(2,000 × 1,200 pixels, file size: 327 KB, MIME type: image/jpeg)

Description
English: Julia set (in white) and Fatou set (in green and dark violet tones) for with . This value of lies inside the period 1 component (the main cardioid) of , the Mandelbrot set, but near its boundary. The Julia set is connected because .
The violet tinted points are attracted by infinity unter the iteration, and for the green points the attractor is the single complex number that satisfies and lies in the main cardioid of .
Date
Source Own work
Author Georg-Johann Lay
Permission
(Reusing this file)
Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

Coloring

For definition of see Visualising Julia sets and the helper functions.

is sufficient to show the Julia set. stresses the bright parts. serves to shade the Fatou set (green) and is "merged" with to , the brightness. The hue is set according to the basin of attraction. There are two basins for this ƒ: one belonging to the attractor ∞.

        int basin = getBasin (z);

        K = EX+2.3*sigma; 
        X = log(ss) - K;

        if (basin == 0 || X > 0)
            v = hfunc(X, .6);
        else
            v = hfunc(X, .09);
        
        v = 1-pow(1-v,2);

        double x;
        if (abstand2 (o, _0) < 10)
        {
            x = (bfunc (15, ss));
            
            x = 0.7*(1-x);
            v = 1-(1-v)*(1-x);
            return hsv2rgb (0.3, 1-v, v);
        }    
        else
        {
            return hsv2rgb (0.75, 1-v, v);
            
            iv = (-.1+JCOLORS) * v;
        }

        color.index = iv;

        return color;
    }
}

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

2 April 2008

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current17:21, 2 April 2008Thumbnail for version as of 17:21, 2 April 20082,000 × 1,200 (327 KB)Georg-Johann{{PD-self}}

The following page uses this file:

Global file usage

The following other wikis use this file:

Metadata