The Mandelbrot

A map of mathematical madness.

			x = x0 * cos(3 * PI * t) + 2 * x0 * sin(3 * PI * t)
			y = y0 * cos(3 * PI * t) + 1 * y0 * sin(3 * PI * t)
		

This is a map of mathematical madness, where every point on the screen is a doorway to another dimension. Well, not really.

Or is it?Explore the symmetry of chaos Zoom in on the infinite detail Try to escape the never-ending loop