MandelbrotSetPlot
MandelbrotSetPlot[{zmin,zmax}]
マンデルブロ集合の,コーナーが zminおよび zmaxである長方形に入る部分をプロットする.
マンデルブロ集合をデフォルトの長方形内にプロットする.
詳細とオプション
- マンデルブロ集合は,から始めた場合に,数列 が無限大に発散しないすべての複素数 c の集合である.
- MandelbrotSetPlot[]のデフォルトの長方形のコーナーは, および である.
- MandelbrotSetPlotは,Rasterプリミティブを含むGraphicsオブジェクトを作る.
- MandelbrotSetPlot[]には,Graphicsと同じオプションに次を加えたものが使える.
-
ColorFunction Automatic 画素の色をどのように決定するか EscapeRadius 2 点が集合に含まれないと,どのように決定するか Frame True プロットの周りに枠を描くかどうか ImageResolution 500 大きい方の方向の画像の解像度 MaxIterations 1000 点ごとの最大反復回数 PerformanceGoal $PerformanceGoal パフォーマンスのどの面について最適化するか PlotLegends None 反復回数についての凡例 PlotTheme $PlotTheme プロットの全体的なテーマ - MaxIterations->n(n は正の整数)のとき,関数 は,0の軌道が2を超えるかどうかを判断するために,最高で n 回反復される.
- ColorFunction->f(f は関数)のとき,f の引数はの形の反復回数に比例する実数であり,f はRGBColorあるいはHueのような色指示子,またはRedあるいはBlueのような名前付きの色を返さなければならない.
- ColorFunction->"name"はColorFunction->(If[#1,Black,ColorData["name"][#]]&)と等価である.
- 使用可能な色関数名のリストはColorData["Gradients"]で得ることができる.
例題
すべて開くすべて閉じるオプション (9)
ColorFunction (5)
ImageResolution (1)
より細かいプロットにするためにImageResolutionを上げる:
MaxIterations (1)
MaxIterationsを大きくして拡大したときの質を向上させる:
特性と関係 (3)
MandelbrotSetMemberQを使って,ある点がマンデルブロ集合に含まれるかどうかを調べる:
MandelbrotSetIterationCountは,点がマンデルブロ集合に含まれないかどうかを調べるために行った反復の回数を与える:
テキスト
Wolfram Research (2014), MandelbrotSetPlot, Wolfram言語関数, https://reference.wolfram.com/language/ref/MandelbrotSetPlot.html.
CMS
Wolfram Language. 2014. "MandelbrotSetPlot." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/MandelbrotSetPlot.html.
APA
Wolfram Language. (2014). MandelbrotSetPlot. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/MandelbrotSetPlot.html