Ghosts in the Mandelbrot Set
$$z_n = z_{n-1}^2 + c$$This one simple equation is responsible for rendering some very interesting visuals.
What is this equation really?
One way to think about the equation is as a complex number generator. You pick an initial seed point c and then ...
wahidk.hashnode.dev7 min read