Here is the result I got from tweaking the slow down:
_________
z = (pow(z, 1.3) - (1.0 / (log(z) + 0.11))) + 0.42457;
double slow = 1.25 + (i / 60.0);
z /= slow;
_________

i is the integer iteration starting at 1 and going to 103. The escape condition is:

if (z.real() * z.real() + z.imag() * z.imag() > 50.0)

Pretty interesting structures in here!

https://plus.google.com/101799841244447089430/posts/BRR7sA78jJM

__
#Fractal #Space #Math #Art #Trigonometry #Julia #Iteration
Photo
Shared publiclyView activity