Mandelbrot集的“同族”是怎么实现的

2025-05-25 12:49:06

1、 首先,给出“亲戚”分形的定义: 规则[c_,t_]:=Length[FixedPointList[#^t+c&a罪焐芡拂mp;,0,20,SameTest->(Abs[#]>2&)]];Mandelbrot类集[t_]:= ArrayPlot[Table[规则[x+I y,t],{y,-1.5,1.5,0.01},{x,-2,2,0.01}], AspectRatio->Automatic,ImageSize->{500,365}, ColorFunction->"GreenPinkTones"]Mandelbrot集本身也是这里面的一员:Mandelbrot类集[2]

Mandelbrot集的“同族”是怎么实现的

3、第四个亲戚长这样子:Mandelbrot类集[4]

Mandelbrot集的“同族”是怎么实现的

5、不过,如果t不是整数,会怎样呢?Mandelbrot类集[3.6]

Mandelbrot集的“同族”是怎么实现的Mandelbrot集的“同族”是怎么实现的

8、看看当t从2变为3,对应的图形怎么变化。注意,下面的动态图只能播放一次。

Mandelbrot集的“同族”是怎么实现的
声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
猜你喜欢