Forum: Fractals


Subject: mandelbrot translations.

Rayraz opened this issue on Oct 27, 2002 ยท 10 posts


Rayraz posted Mon, 28 October 2002 at 9:05 AM

I've found out what the problem was. First error: I used imag(z) but I had to use flip(imag(z)). I had a formula describing the translation, but my the formula was not dynamic and Ultrafractal thought it was. this created an endless loop. Ultrafractal would always say it expected a ')'. I've now got a very simple solution: z= z^2 + #pixel z = real(z) + 2*flip(imag(z)) That does the trick.

(_/)
(='.'=)
(")
(")This is Bunny. Copy and paste bunny into your signature to help him gain world domination.