ファイル:Erays.svg

元のファイル(SVG ファイル、1,000 × 500 ピクセル、ファイルサイズ: 612キロバイト)

概要

解説
English: Polar coordinate system and mapping from the complement (exterior) of the closed unit disk to the complement of the filled Julia set for .
বাংলা: জটিল গতিবিদ্যায় একক বৃত্ত
Français : Uniformisation du complémentaire du segment .
Bahasa Indonesia: Lingkaran satuan dalam dinamika kompleks.
日本語: リーマン写像による単位円の像としての単連結ジュリア集合
Polski: Układ współrzędnych biegunowych oraz funkcja odwzorowująca dopełnienie dysku jednostkowego na dopełnienie zbioru Julia.
日付 2008年11月4日 (当初のアップロード日)
原典 次の画像を基にした投稿者自身による著作物Erays.png 次のものによる: Adam Majewski
作者 ベクトル化: Alhadis
SVG 開発
InfoField
 
このSVGのソースコードは正しい
 
This vector image was created with Adobe Illustrator, and then manually edited.
このファイル is saved in human-editable plain text format. Any editing of the image or creation of any derivative work should be performed using a text editor. Please do not upload edits saved or exported with Inkscape or similar vector graphics editors, as well as with automated tools such as SVG Translate.
Source code
InfoField
Created using Maxima.
R_max: 5; R_min: 1; dR: R_max - R_min; psi(w) := w+1/w; NmbrOfRays: 10; iMax: 100; /* number of points to draw */ GiveCirclePoint(t) := R*%e^(%i*t*2*%pi); /* gives point of unit circle for angle t in turns */ GiveWRayPoint(R) := R*%e^(%i*tRay*2*%pi); /* gives point of external ray for radius R and angle tRay in turns */   /* f_0 plane = W-plane */ /* Unit circle */ R: 1; circle_angles: makelist(i/(10*iMax), i, 0, 10*iMax-1); /* more angles = more points */ CirclePoints: map(GiveCirclePoint, circle_angles);  /* External circles */ circle_radii: makelist(R_min+i, i, 1, dR); WCirclesPoints: []; for R in circle_radii do  	WCirclesPoints: append(WCirclesPoints, map(GiveCirclePoint, circle_angles));  /* External W rays */ ray_radii: makelist(R_min+dR*i/iMax, i, 0, iMax); ray_angles: makelist(i/NmbrOfRays, i, 0, NmbrOfRays-1); WRaysPoints: []; for tRay in ray_angles do  	WRaysPoints: append(WRaysPoints, map(GiveWRayPoint, ray_radii));   /* f_c plane = Z plane = dynamic plane */ /* external Z rays */ ZRaysPoints: map(psi, WRaysPoints);  /* Julia set points */ JuliaPoints: map(psi, CirclePoints); Equipotentials: map(psi, WCirclesPoints);   /* Mario Rodríguez Riotorto (http://www.telefonica.net/web2/biomates/maxima/gpdraw/index.html) */ load(draw); draw( 	file_name = "erays", 	pic_width = 1000,  	pic_height = 500, 	terminal = 'svg, 	columns = 2, 	gr2d( 		title = " unit circle with external rays & circles ", 		point_type = filled_circle, 		points_joined = true, 		point_size = 0.34, 		color = red, 		points(map(realpart, CirclePoints),map(imagpart, CirclePoints)), 		points_joined = false, 		color = black, 		points(map(realpart, WRaysPoints), map(imagpart, WRaysPoints)), 		points(map(realpart, WCirclesPoints), map(imagpart, WCirclesPoints)) 	), 	gr2d( 		title = "Image under psi(w):=w+1/w; ", 		points_joined = true, 		point_type = filled_circle, 		point_size = 0.34, 		color = blue, 		points(map(realpart, JuliaPoints),map(imagpart, JuliaPoints)), 		points_joined = false, 		color = black, 		points(map(realpart, ZRaysPoints),map(imagpart, ZRaysPoints)), 		points(map(realpart, Equipotentials),map(imagpart, Equipotentials)) 	)  ); 

このファイルは、ファイルErays.png取って代わるものです。このファイルを使用することをお勧めします。

Bahasa Indonesia  davvisámegiella  Deutsch  English  español  français  italiano  magyar  Nederlands  polski  svenska  македонски  മലയാളം  português do Brasil  русский  slovenščina  日本語  中文(简体)  中文(繁體)  farsi  +/−

minor quality

Long description

Here are two diagrams:

  • on the left is dynamical plane for
  • on the right is dynamical plane for

On left diagram one can see:

Right diagram is image of left diagram under function (the Riemann map) which maps the complement (exterior) of the closed unit disk to the complement of the filled Julia set

For :

It is:

  • a simplest case for analysis,
  • only one case when formula for computing is known (explicit Riemann mapping).

maps [1]:

ライセンス

w:ja:クリエイティブ・コモンズ
表示 継承
このファイルはクリエイティブ・コモンズ 表示-継承 3.0 非移植ライセンスのもとに利用を許諾されています。
あなたは以下の条件に従う場合に限り、自由に
  • 共有 – 本作品を複製、頒布、展示、実演できます。
  • 再構成 – 二次的著作物を作成できます。
あなたの従うべき条件は以下の通りです。
  • 表示 – あなたは適切なクレジットを表示し、ライセンスへのリンクを提供し、変更があったらその旨を示さなければなりません。これらは合理的であればどのような方法で行っても構いませんが、許諾者があなたやあなたの利用行為を支持していると示唆するような方法は除きます。
  • 継承 – もしあなたがこの作品をリミックスしたり、改変したり、加工した場合には、あなたはあなたの貢献部分を元の作品とこれと同一または互換性があるライセンスの下に頒布しなければなりません。
  1. Peitgen, Heinz-Otto; Richter Peter (1986年) The Beauty of Fractalsハイデルベルク: Springer-Verlag ISBN: 0-387-15851-0.

キャプション

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

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

題材

4 11 2008

ファイルの履歴

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

日付と時刻サムネイル寸法利用者コメント
現在の版2023年2月16日 (木) 20:352023年2月16日 (木) 20:35時点における版のサムネイル1,000 × 500 (612キロバイト)AlhadisRecreated SVG using librsvg-compatible markup.
2023年2月16日 (木) 18:022023年2月16日 (木) 18:02時点における版のサムネイル1,000 × 500 (853キロバイト)Alhadis== {{int:filedesc}} == {{Information | Description = {{en|Polar coordinate system and mapping from the complement (exterior) of the closed unit disk to the complement of the filled Julia set for <math>c=-2</math>.}} {{pl|Układ współrzędnych biegunowych oraz funkcja odwzorowująca dopełnienie dysku jednostkowego na dopełnienie zbioru Julia.}} | Source = {{Own}} | Date = {{Original upload date|2008-11-04}} | Author = {{U|Soul windsurfer|Adam Majewski}} | Other fields = {{Created with code|+=Sour...

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

グローバルなファイル使用状況

以下に挙げる他のウィキがこの画像を使っています:

メタデータ