making a mandelbrot movie
play

Making a Mandelbrot Movie http://dotat.at/prog/mandelbrot/ Tony - PowerPoint PPT Presentation

Making a Mandelbrot Movie http://dotat.at/prog/mandelbrot/ Tony Finch <dot@dotat.at> Cambridge Geek Night 6 Monday 8 November 2011 Beno t Mandelbrot, 1924 2010 Coloured level sets Renormalized iteration count Renormalized


  1. Making a Mandelbrot Movie http://dotat.at/prog/mandelbrot/ Tony Finch <dot@dotat.at> Cambridge Geek Night 6 Monday 8 November 2011

  2. Benoˆ ıt Mandelbrot, 1924 – 2010

  3. Coloured level sets

  4. Renormalized iteration count

  5. Renormalized iteration count /* You are not expected to understand this */ while (n++ < max && x2+y2 < inf) { y = 2*x*y + b; z 0 = 0 x = x2-y2 + a; z n = z 2 n − 1 + c y2 = y*y; x2 = x*x; } nu = n - log(log(x2+y2)/2) ν = n − log 2 (log | z n | ) / log(2);

  6. Log normalized iteration count

  7. Tentacles!

  8. Demo But this talk is supposed to be about moving pictures! ◮ Here’s what I made ...

  9. ◮ http://dotat.at/prog/mandelbrot/ ◮ http://fanf.livejournal.com/ ◮ http://twitter.com/fanf

Recommend


More recommend