ScratchData LogoScratchData
Back to crkcity's profile

ZOOMING Mandelbrot set

CRcrkcity•Created September 10, 2022
ZOOMING Mandelbrot set
11
8
119 views
View on Scratch

Instructions

Must use turbowarp: https://turbowarp.org/730411470/fullscreen?hqpen and set pixel size to 2 or 1 Click on any spot you want to zoom in (else it zooms an interesting default spot) You can adjust color. Zoom shows self-similar pattern (fractal) arising from iterating a simple rule. Spacebar hides variables.

Description

It's my previous "Mandelbrot set" with automatic zoom added. The algorithm is z' → z² + c repeated. c has complex numbers. To use only real numbers, as we do: Xₙ₊₁ = Xₙ² - Yₙ² + a Yₙ₊₁ = 2XₙYₙ + b Paints pixel black if sequence diverges to infinity (using a cutoff as estimate), otherwise we color it (gloriously). Must use turbowarp: https://turbowarp.org/730411470/ with pixel size set to 1 or 2

Project Details

Project ID730411470
CreatedSeptember 10, 2022
Last ModifiedDecember 2, 2024
SharedSeptember 24, 2022
Visibilityvisible
CommentsAllowed