ファイル:Julia-set z2+c -0.742 0.1 5000.jpg

提供: testwiki
ナビゲーションに移動 検索に移動
元のファイル (2,000 × 1,200 ピクセル、ファイルサイズ: 327キロバイト、MIME タイプ: image/jpeg)

このファイルはウィキメディア・コモンズのものであり、他のプロジェクトで使用されている可能性があります。 ウィキメディア・コモンズでのファイル解説ページにある説明を以下に示します。

概要

解説
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 .
日付
原典 投稿者自身による著作物
作者 Georg-Johann Lay
許可
(ファイルの再利用)
Public domain この作品の著作権者である私は、この作品についての権利を放棄しパブリックドメインとします。これは全世界で適用されます。
一部の国では、これが法的に可能ではない場合があります。その場合は、次のように宣言します。
私は、あらゆる人に対して、法により必要とされている条件を除き、如何なる条件も課すことなく、あらゆる目的のためにこの著作物を使用する権利を与えます。
JPG 開発
InfoField
 この JPG ラスター画像C言語で作成されました。

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

キャプション

このファイルの内容を1行で記述してください

このファイルに描写されている項目

題材

2 4 2008

ファイルの履歴

過去の版のファイルを表示するには、その版の日時をクリックしてください。

日時サムネイル寸法利用者コメント
現在の版2008年4月2日 (水) 18:212008年4月2日 (水) 18:21時点における版のサムネイル2,000 × 1,200 (327キロバイト)wikimediacommons>Georg-Johann{{PD-self}}

以下のページがこのファイルを使用しています: