2014/05/27

マンデルブロ集合ギャラリー

 Deep Mandelbrotを使って作成した画像です。


centerx = 0.3007100003
centery = 0.02006000303
radius  = 0.00000000001
maxiter = 30000

centerx = 0.3007100002979624312
centery = 0.02006000303424897
radius  = 0.0000000000000000001
maxiter = 30000

centerx = 0.300710000297962431204
centery = 0.020060003034248969999
radius  = 0.000000000000000000001
maxiter = 30000

centerx = 0.005002063072287
centery = 0.849947000274766
radius  = 0.000000000000001
maxiter = 30000

centerx = 0.00500206307228665347
centery = 0.84994700027476510513
radius  = 0.00000000000000000001
maxiter = 30000

centerx = -1.484
centery =  0.0
radius  =  0.00000000000000000000000000000000000000000000001
maxiter = 600000

0 件のコメント:

コメントを投稿

マンデルブロ集合の彩色方法(5)

06.knit 1 発散判定式を変更する mandelbrot() 内の発散判定式 \(|z_n| > 2\) を変更する...