Exploring Davisbrot Rotation
Let's dive into the details surrounding Davisbrot Rotation.
- Formula: f(z)=(z.x^2-z.y^3+x,2z.xz.y+y) Original video: https://youtu.be/xYQEDeg6G1E #fractals.
- Literal Davisbrot Rotation
- davisbrot
- I hope you like the Fractal! Formula: f(z)=(z.x²-z.y³+x,2z.xz.y+y)
- Double Davisbrot Zoom
In-Depth Information on Davisbrot Rotation
Davisbrot Rotation Formula: Init Code: z = c; bailout = 4; exponent = r; Iteration Code: z = (re(z)^2+2i*re(z)*im(z)-im(z)*abs(im(z)))^(1i^r) + c; Where: r ... True Davisbrot A power morph Davisbar Rotation
a mandelbar
That wraps up our extensive overview of Davisbrot Rotation.