An experimental 4k version of my older Julia hybrid:

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

hybrid mod switching formula:
_________________________
ct_complex jp0 = { -0.745, 0.113 };
ct_complex jp1 = { -0.747, 0.048 };
double orbit_max = 999999999999.0;

// iteration

ct_complex* jp = &jp0;

if (!((i + 1) % 2))
{
jp = &jp1;
}

z = z*z + *jp;
_________________________


__
#Fractal #Julia #Hybrid #Switch #Space #Art #Math
Photo
Shared publiclyView activity