You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of drawing the real and imaginary parts for each iterations;
We can draw a line between a point and the next point in the series. This is a nice way to visualize the orbits. A point with cycle of length 3 is a triangle:
A point with period 4 is a square:
A point with period 5 is a pentagon:
and so on.
We could easily draw those shapes on the mandelbrot image on click/doubleclick events.
The text was updated successfully, but these errors were encountered:
In this site you can see the orbit in a different way:
http://www.stefanbion.de/fraktal-generator/z-orbits.htm
Instead of drawing the real and imaginary parts for each iterations;
We can draw a line between a point and the next point in the series. This is a nice way to visualize the orbits. A point with cycle of length 3 is a triangle:
A point with period 4 is a square:
A point with period 5 is a pentagon:
and so on.
We could easily draw those shapes on the mandelbrot image on click/doubleclick events.
The text was updated successfully, but these errors were encountered: