Mandelbrot Deep Zoom

This interactive simulator explores Mandelbrot Deep Zoom in Визуализация математики. Drag/wheel deep zoom into the Mandelbrot set with smooth continuous coloring and named landmarks. Use the controls to change the scenario; watch the visualization and any graphs or readouts to connect the model with lectures, labs, and homework.

Для кого: For learners comfortable with heavier math or second-level detail. Typical context: Визуализация математики.

Ключевые понятия

  • mandelbrot
  • deep
  • zoom
  • mandelbrot zoom
  • math

Как это работает

**Mandelbrot set** is the set of complex **c** for which the orbit z₀=0, **zₙ₊₁ = zₙ² + c** stays bounded. Each pixel is coloured by how fast it escapes (the **escape-time algorithm**). With **continuous** smoothing μ = n + 1 − log(log |z|)/log 2 the bands disappear and you can dive into self-similar valleys — try **Seahorse Valley** or the **mini-Mandelbrot** preset and crank up *max iterations* before the colour goes flat.

Основные формулы

zₙ₊₁ = zₙ² + c, z₀ = 0
M = { c ∈ ℂ : supₙ |zₙ| < ∞ }
μ = n + 1 − log₂ log₂ |zₙ| (smooth iter)