Mathematics



Real Mandelbrot set

These are real 2D Mandelbrot sketches for various values of p, q and n, where the real 2D mandelbrot set is computed by
vn = (xn, yn) = (r cos theta, r sin theta)
vn+1 = (rn cos p n theta, rn sin q n theta) + (c1,c2) where p and q are real or integer multipliers of the rotation angle, and theta = arctan y/x.