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

Pagina-inhoud wordt niet ondersteund in andere talen.
Uit Wikipedia, de vrije encyclopedie

Oorspronkelijk bestand(2.000 × 1.200 pixels, bestandsgrootte: 327 kB, MIME-type: image/jpeg)


Beschrijving
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 .
Datum
Bron Eigen werk
Auteur Georg-Johann Lay
Toestemming
(Hergebruik van dit bestand)
Public domain Ik, de auteursrechthebbende van dit werk, geef dit werk vrij in het publieke domein. Dit is wereldwijd van toepassing.
In sommige landen is dit wettelijk niet mogelijk; in die gevallen geldt:
Ik sta iedereen toe dit werk voor eender welk doel te gebruiken, zonder enige voorwaarden, tenzij zulke voorwaarden door de wet worden voorgeschreven.

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;
    }
}

Bijschriften

Beschrijf in één regel wat dit bestand voorstelt

Items getoond in dit bestand

beeldt af

Bestandsgeschiedenis

Klik op een datum/tijd om het bestand te zien zoals het destijds was.

Datum/tijdMiniatuurAfmetingenGebruikerOpmerking
huidige versie2 apr 2008 19:21Miniatuurafbeelding voor de versie van 2 apr 2008 19:212.000 × 1.200 (327 kB)Georg-Johann{{PD-self}}

Dit bestand wordt op de volgende pagina gebruikt:

Globaal bestandsgebruik

De volgende andere wiki's gebruiken dit bestand:

Metadata