Explore Mandelbrot, Julia, Burning Ship, and Sierpiński fractals.
Investigates holomorphic fractal geometry. The Mandelbrot Set \(M = \{c \in \mathbb{C} : z_{n+1} = z_n^2 + c \text{ remains bounded as } n \to \infty, z_0 = 0\}\). Julia Sets \(J_c\) fix parameter \(c\) and iterate over initial points \(z_0\). Escape-time algorithm tests whether \(|z_n| > 2\). Self-similarity exhibits non-integer Hausdorff dimension \(D = \lim_{\epsilon \to 0}\frac{\log N(\epsilon)}{\log(1/\epsilon)}\) (e.g., Sierpiński triangle \(D = \frac{\log 3}{\log 2} \approx 1.585\)).