comment { Carr2600.ufm Version 1.3 Ultra Fractal conversions of Robert Carr's formulas Carr2600 - Carr2699 by Erik Reckase, March 1, 2000 These formulas (and the parameters that go with them) are intended to provide a reasonable approximation to the behavior of the original Fractint formulas. The images will not be exactly the same! Roundoff error surely contributes to this inequality. History: Version 1.3 - further slight optimizations, cleanup Version 1.2 - Slight optimization update Version 1.1 - Global optimization effort + hints z=z*t -> z*zro workaround Version 1.0 - Initial Release Original formulas pulled from _rc2.frm Carr2600-2681,2683-2699 : pixel fix Carr2608-2617,2631,2647, 2668-2672,2692 : cosxx fix Carr2600-2610,2636-2639 2685-2688 : |z| workaround } Carr2600 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=exp(pixel2^20-sin(flip(pixel2)^3)-.4)-.5 c=z-0.0625-conj(0.10/pixel2) c1=2*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) ct = k + .0025995 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .1/c c = c + ct z = .2*|z| + z^2 + c iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2600" periodicity = 0 maxiter = 500 magn = .25 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2601 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=exp(pixel2^20-sin(flip(pixel2)^3)-.4)-.5 c=pixel2-conj(.1/pixel2)-flip(.001/pixel2) c1=2*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) ct = k + .0025995 zmod = .05/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .1/c c = c + ct z = .2*|z| + z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2601" periodicity = 0 maxiter = 500 magn = 1.0 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2602 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=flip(exp(pixel2^20-sin(flip(pixel2)^3)-.4)-.5) c=conj(pixel-conj(.1/pixel2)-flip(.001/pixel2)) c1=2*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) ct = k + .0025995 zmod = .05/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .1/c c = c + ct z = .2*|z| + z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2602" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2603 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=exp(pixel2^20-sin(flip(pixel2^3.5))-.4)-.5 c=(-0.3728,-0.066) c1=2*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) ct = k + .0025995 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .1/c c = c + ct z = .2*|z| + z^2 + c iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2603" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2604 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=exp(pixel2^20-sin(flip(pixel2^3))-.4)-.5, c=(.1,.2) c1=2*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) ct = k + .0025995 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .1/c c = c + ct z = .2*|z| + z^2 + c iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2604" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2605 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=exp(flip(pixel2^20)-tanh(flip(pixel2^3))-.4)-.5 c=pixel2-1/log(pixel2-1/cos(.01/pixel2))^2.5 c1=2*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) ct = k + .0025995 zmod = .09/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .07/c c = c + ct z = .2*|z| + z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2605" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2606 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=exp(flip(pixel2^20)-tanh(flip(pixel2^3))-.4)-.5 c=pixel2*abs(1.15*pixel2-flip(.001/pixel2)-conj(.3/pixel2))-.1 c1=2*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) ct = k + .0025995 zmod = .09/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .07/c c = c + ct z = .2*|z| + z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2606" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2607 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=exp(flip(pixel2^20)-tanh(flip(pixel2^3))-.4)-.5 c=pixel2*cabs(1.15*pixel2-flip(.001/pixel2)-conj(.3/pixel2))-.1 c1=2*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) ct = k + .0025995 zmod = .19/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .07/c c = c + ct z = .2*|z| + z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2607" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2608 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) b3=conj(.1/pixel2), b4=conj(1/pixel2) z=exp(flip((pixel2/3-b4)^20)-cabs(cos(pixel2^5))-.3)-.5 c=pixel2*conj(cos(1.15*pixel2-flip(.01/pixel2)-b3))-.15 c1=2*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) ct = k + .0025995 zmod = .19/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .07/c c = c + ct z = .2*|z| + z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2608" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2609 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) b3=flip(conj(.1/pixel2)), b4=conj(1/pixel2) z=exp(flip((pixel2/4-b4)^20)-cabs(cos(pixel2^4))-.3)-.5 c=pixel2*conj(cos(1.15*pixel2-flip(.01/pixel2)-b3))/4.15 c1=2*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) ct = k + .0025995 zmod = .16/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .02/c c = c + ct z = .2*|z| + z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2609" periodicity = 0 maxiter = 500 magn = .9 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2610 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) b3=flip(conj(.1/pixel2)), b4=conj(1/pixel2) b5=cabs(acos(asinh(.5*pixel2))) z=(exp(flip((pixel2/4-b4)^20)-cabs(cos(pixel2^4))-.3)-.5) \ /(b5-exp(b3)) c=pixel2*conj(cos(1.15*pixel2-flip(1/pixel2)-b3/pixel2))/4.15 c1=2*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) ct = k + .0005995 zmod = .13/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .03/c c = c + ct z = .2*|z| + z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2610" periodicity = 0 maxiter = 500 magn = .8 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2611 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) b3=flip(conj(.1/pixel2)), b4=conj(1/pixel2) b5=cabs(acos(asin(.5*pixel2))) z=(exp(flip((2*pixel2-b4)^20)-cabs(cos(pixel2^6))-.3)-.5) \ /(b5-exp(b3)) c=pixel2/4 c1=2*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) ct = k + .0005995 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .03/c c = c + ct z = z^2 + c iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2611" periodicity = 0 maxiter = 500 magn = .28 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2612 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) b3=flip(conj(.1/pixel2)), b4=conj(1/pixel2) b5=cabs(acos(asin(.5*pixel2))) z=(exp(flip((2*pixel2-b4)^20)-cabs(cos(pixel2^6))-.3)-.5) \ /(b5-exp(b3)) c=b5*pixel/4 c1=2*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) ct = k + .0005995 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .03/c c = c + ct z = z^2 + c iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2612" periodicity = 0 maxiter = 500 magn = .7 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2613 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. ; Unable to reproduce Fractint behavior init: pixel2=-abs(real(pixel))+flip(imag(pixel)) b3=flip(conj(.1/pixel2)), b4=conj(1/pixel2) b5=cabs(acos(asin(.5*pixel2))) z=(exp(flip((2*pixel2-b4)^20)-cabs(cos(pixel2^6))-.3)-.5) \ /(b5-exp(b3)) c=b5*cotanh(pixel)/4-.4 c1=2*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) ct = k + .0005995 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .03/c c = c + ct z = z^2 + c iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2613" periodicity = 0 maxiter = 500 magn = .28 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2614 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) b3=flip(conj(.1/pixel2)), b4=conj(1/pixel2) b5=cabs(acos(asin(.5*pixel2))) z=(exp(flip((2*pixel2-b4)^20)-cabs(cos(pixel2^6))-.3)-.5) \ /(b5-exp(b3)) c=(b5*pixel2/4-.4)^z*z c1=2*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) ct = k + .0005995 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .03/c c = c + ct z = z^2 + c iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2614" periodicity = 0 maxiter = 500 magn = .28 center = (.001,.001) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2615 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) b3=flip(conj(.1/pixel2)), b4=conj(1/pixel2) b5=cabs(acos(asin(.5*pixel2))) z=(exp(flip((2*(pixel2-b4))^20)-cabs(cos(pixel2^6))-.3)-.5) \ /(b5-exp(b3)) c=.17/pixel2/(exp(pixel2)-flip(.01/pixel2)-conj(.1/pixel2)) c1=2*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) ct = k + .0009995 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .03/c c = c + ct z = z^2 + c iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2615" periodicity = 0 maxiter = 500 magn = .28 center = (.001,.001) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2616 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=exp(pixel2^20-conj(cos(pixel2^3.5))-.4)-.5 c=-flip(imag(pixel2))*conj(tan(pixel2))-conj(.1/pixel2) \ -flip(.01/pixel2) c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) ct = k + .0009995 zmod = .15/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .03/c c = c + ct z = z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2616" periodicity = 0 maxiter = 500 magn = .4 center = (.001,.001) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2617 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=exp(pixel2^20-conj(cos(pixel2^3.5))-.4)-.5 c=cos(cos(.5-pixel2))*pixel2-conj(.1/pixel2)-flip(.01/pixel2) c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) ct = k + .0009995 zmod = .15/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .03/c c = c + ct z = z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2617" periodicity = 0 maxiter = 500 magn = .4 center = (.001,.001) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2618 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=exp(pixel2^100-cosh(pixel2^2.5)-.4)-.5 c=conj(.1/pixel2)-flip(.01/pixel2) c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) ct = k + .0039995 zmod = .29/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .03/c c = c + ct z = z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2618" periodicity = 0 maxiter = 500 magn = .8 center = (.001,.001) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2619 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=exp(pixel2^100-cosh(pixel2^2.5)-.4)-.5 c=pixel2-.5/(log(conj(pixel2))^12+pixel2)+conj(.045/pixel2) c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) ct = k + .0002995 zmod = .09/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .03/c c = c + ct z = z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2619" periodicity = 0 maxiter = 500 magn = .8 method = multipass center = (.000,.000) param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2620 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=exp(pixel2^100-cosh(pixel2^2.5)-.4)-.5 c=(pixel2-.5/(log(conj(-pixel2))^12+pixel2) \ +sqrt(.045/pixel2))/.8 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) ct = k + .0002995 zmod = .09/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .03/c c = c + ct z = z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2620" periodicity = 0 maxiter = 500 magn = .8 center = (.000,.000) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2621 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=c=(pixel2-.5/(log(conj(-pixel2))^12+pixel2) \ +sqrt(.045/pixel2))/.8 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) ct = k + .0002995 zmod = .09/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .03/c c = c + ct z = z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2621" periodicity = 0 maxiter = 500 magn = 1 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2622 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=exp(pixel2^100-cosh(pixel2^2.5)-.4)-.5 c=(cabs(pixel2)*sqr(pixel2)-sinh(.1/pixel2) \ -sqr(flip(.0001/pixel2)))/4 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0002995 zmod = .19/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .03/c c = c + k2 z = z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2622" periodicity = 0 maxiter = 500 magn = .9 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2623 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=exp(pixel2^100-cosh(pixel2^2.5)-.4)-.5 c=pixel2-1/log(pixel2-1/tan(.001/pixel2))^3.5 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) ct = k + .0002995 zmod = .19/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .03/c c = c + ct z = z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2623" periodicity = 0 maxiter = 500 magn = .9 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2624 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=exp(pixel2^450-cosh(pixel2^20.5)-.4)-.5 c=-flip(imag(pixel2))*sqr(pixel2)-conj(.1/pixel2) \ -flip(.01/pixel2) c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) ct = k + .0002995 zmod = .19/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .03/c c = c + ct z = z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2624" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2625 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=(exp(pixel2^450-cosh(pixel2^20.5)-.4)-.5)^.95, c=pixel2 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) ct = k + .0002995 zmod = .19/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .03/c c = c + ct z = z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2625" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2626 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=1/log(exp(pixel2^450-cosh(pixel2^50.5)-.4)-.5), c=pixel2 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) ct = k + .0002995 zmod = .19/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .03/c c = c + ct z = z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2626" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2627 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=1/log(exp(pixel2^450-cosh(pixel2^50.5)-.4)-.5) c=pixel2-.1/pixel2 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) ct = k + .0002995 zmod = .19/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .03/c c = c + ct z = z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2627" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2628 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=1/log(exp(pixel2^450-cosh(pixel2^50.5)-.4)-.5) c=pixel2-tan(tan(.1/pixel2)) c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) ct = k + .0002995 zmod = .19/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .03/c c = c + ct z = z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2628" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2629 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=.25/log(exp(pixel2^450-cosh(pixel2^50.5)-.4)-.8) c=(-.7456,-.152) c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) ct = k + .0002995 zmod = .29/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .03/c c = c + ct z = z^2 + c - zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2629" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2630 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=.15/log(exp(pixel2^450-cosh(pixel2^50.5)-.4)-.8) c=acos(1-.8*pixel2-.22/pixel2)^2-conj(.1/pixel2) \ -flip(.006/pixel2) c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) ct = k + .0022995 zmod = .15/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .03/c c = c + ct z = z^2 + c - zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2630" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2631 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=.15/log(exp(pixel2^450-cosh(pixel2^50.5)-.4)-.8) c=conj(cos(1-.8*pixel2-.22/pixel2))^2-conj(.1/pixel2) \ -flip(.006/pixel2) c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) ct = k + .0022995 zmod = .15/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .03/c c = c + ct z = z^2 + c - zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2631" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2632 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=.15/log(exp(pixel2^450-cosh(pixel2^50.5)-.4)-.8) c=cotan(1-.8*pixel2-.22/pixel2)-conj(.1/pixel2)\ -flip(.006/pixel2)-.1 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) ct = k + .0022995 zmod = .15/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .03/c c = c + ct z = z^2 + c - zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2632" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2633 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=cabs(.15/log(exp(pixel2^450-cosh(pixel2^50.5)-.4)-.8)) c=cotan(1-.8*pixel2-.22/pixel)-cabs(.1/pixel2) \ -abs(flip(.006/pixel2))-.1 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0022995 zmod = .15/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .03/c c = c + k2 z = z^2 + c - zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2633" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2634 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=cabs(.15/log(exp(pixel2^450-cosh(pixel2^50.5)-.4)-.8)) c=1.2*pixel2-.45/log(sin(pixel2-log(1/log(.00555/pixel2))))+.2 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0012995 zmod = .15/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .04/c c = c + k2 z = z^2 + c - zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2634" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2635 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=cabs(.15/log(exp(pixel2^450-cosh(pixel2^50.5)-.4)-.8)) c=.67*(sinh(pixel2)+conj(pixel2/5)) \ -.45/log(cabs(pixel2-log(1/log(.00555/pixel2))))+.2 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0012995 zmod = .1/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .04/c c = c + k2 z = z^2 + c - zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2635" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2636 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=cabs(.15/log(exp(pixel2^450-1/acos(pixel2^50.5)-.4)-.8)) c=pixel2-tanh(pixel2) \ /log((tan(pixel2)+sin(pixel2-1)-2.75/pixel2))-.3 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0012995 zmod = .1/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .04/c c = c + k2 z = .2*|z| + z^2 + c - zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2636" periodicity = 0 maxiter = 500 magn = 1.2 center = (.001,.001) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2637 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=cabs(.15/log(exp(pixel2^450-1/acos(pixel2^40.5)-.4)-.8)) c=acos(1-pixel2/3)-conj(.1/pixel2)-tanh(.002525/pixel2)-.3 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0012995 zmod = .1/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .04/c c = c + k2 z = .2*|z| + z^2 + c - zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2637" periodicity = 0 maxiter = 500 magn = 1.2 center = (.001,.001) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2638 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=c=pixel2-tanh(pixel2) \ /(sqrt(log(tan(pixel2)+sin(pixel2-1)-2.75/pixel2))) c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0012995 zmod = .09/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .04/c c = c + k2 z = .2*|z| + z^2 + c - zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2638" periodicity = 0 maxiter = 500 magn = .6 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2639 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=cabs(.1/log(exp(pixel2^450-1/acos(pixel2^30.5)-.4)-.8)) c=cabs(pixel2)*log(log(tan(1-1/pixel2)+sin(pixel2-1) \ -1.75/pixel2))-.4 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0012995 zmod = .09/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .04/c c = c + k2 z = .2*|z| + z^2 + c - zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2639" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2640 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=cabs(.15/log(exp(pixel2^450-1/acos(pixel2^30.5)-.4)-.8)) c=(-.3159,-.63555) c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0012995 zmod = .1/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .04/c c = c + k2 z = z^2 + c - zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2640" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2641 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) c=cabs(.15/log(exp(pixel2^450-1/acos(pixel2^30.5)-.4)-.8)) z=pixel2 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0012995 zmod = .1/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .04/c c = c + k2 z = z^2 + c - zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2641" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2642 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) c=cabs(.15/log(exp(pixel2^450-1/acos(pixel2^30.5)-.4)-.8)) z=pixel2*log(log(tan(1/pixel2)+sin(pixel2)-1.75/pixel2))/2 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0012995 zmod = .1/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .04/c c = c + k2 z = z^2 + c - zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2642" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2643 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) c=cabs(.15/log(exp(pixel2^450-1/acos(pixel2^30.5)-.4)-.8)) z=pixel2/2-1/log(.1/pixel2)-cos(.01/pixel2)+conj(.1/pixel2)+.75 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0012995 zmod = .1/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .04/c c = c + k2 z = z^2 + c - zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2643" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2644 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) c=cabs(.15/log(exp(pixel2^450-1/acos(pixel2^30.5)-.4)-.8)) z=conj(pixel2/3)*(pixel2+1.25)-flip(asin(.01/pixel2)) \ +conj(asin(.1/pixel2))+.25 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0021995 zmod = .1/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .04/c c = c + k2 z = z^2 + c - zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2644" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2645 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) c=cabs(.15/log(exp(pixel2^450-1/acos(pixel2^30.5)-.4)-.8)) z=pixel2/2-(conj(.1/pixel2)+flip(conj(.01/pixel2)))^4 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0021995 zmod = .1/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .04/c c = c + k2 z = z^2 + c - zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2645" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2646 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) c=cabs(.15/log(exp(pixel2^450-1/acos(pixel2^30.5)-.4)-.8)) z=abs(pixel2/2)-(conj(.1/pixel2)+flip(conj(.01/pixel2)))^4 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0021995 zmod = .1/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .04/c c = c + k2 z = z^2 + c - zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2646" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2647 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) c=cabs(.15/log(exp(pixel2^450-1/acos(pixel2^30.5)-.4)-.8)) z=(sinh(pixel2-conj(.1/pixel2-flip(.01/pixel2)))) \ ^conj(cos(.5*pixel2)) c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0021995 zmod = .1/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .04/c c = c + k2 z = z^2 + c - zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2647" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2648 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) c=cabs(.15/log(exp(pixel2^450-1/acos(pixel2^30.5)-.4)-.8)) z=cabs(pixel2)*sqr(.33+pixel2)-tanh(.1/pixel2)\ -sqr(conj(.0051/pixel2))-.1 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0021995 zmod = .1/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .04/c c = c + k2 z = z^2 + c - zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2648" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2649 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) c=cabs(.15/log(exp(pixel2^450-1/acos(pixel2^30.5)-.4)-.8)) z=.75*(pixel2*sqr(.33+pixel2)-tanh(.1/pixel2)+.00251/pixel2)-.1 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0021995 zmod = .09/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .04/c c = c + k2 z = z^2 + c - zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2649" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2650 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) c=cabs(.15/log(exp(pixel2^450-1/acos(pixel2^30.5)-.4)-.8)) z=sqr(pixel2)/acos(sqr(pixel2)) c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0021995 zmod = .1/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .04/c c = c + k2 z = z^2 + c - zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2650" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2651 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) c=cabs(.15/log(exp(pixel2^450-1/acos(pixel2^30.5)-.4)-.8)) z=pixel2/2-.5/log(.001/pixel2)-cos(.01/pixel2+1.25) \ -conj(.10/pixel2)+.07 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0025995 zmod = .1/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .04/c c = c + k2 z = z^2 + c - zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2651" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2652 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) c=cabs(.15/log(exp(pixel2^450-1/acos(pixel2^30.5)-.4)-.8)) z=imag(pixel2/2)-.5/log(.001/pixel2)-cos(.01/pixel2+1.25) \ -conj(.1/pixel2)+.07 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0029995 zmod = .1/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .04/c c = c + k2 z = z^2 + c - zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2652" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2653 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) c=cabs(.15/log(exp(pixel2^450-1/acos(pixel2^30.5)-.4)-.8)) z=flip(imag(pixel2/1.75))-2/log(.001/pixel2)\ -cos(.05/pixel2+1.25)-conj(.1/pixel2)+.07 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0029995 zmod = .1/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .04/c c = c + k2 z = z^2 + c - zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2653" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2654 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) c=cabs(.15/log(exp(pixel2^450-1/acos(pixel2^30.5)-.4)-.8)) z=-conj(.12/pixel2)-flip(.01/pixel2) c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0036995 zmod = .08/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .04/c c = c + k2 z = z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2654" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2655 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) c=.15/log(exp(pixel2^450-1/acos(pixel2^30.5)-.4)-.8) z=pixel2/2-1/log(pixel2-1/tan(.1/pixel2))^2.5 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0036995 zmod = .1/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .013/c c = c + k2 z = z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2655" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2656 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) c=.15/log(exp(pixel2^450-1/acos(pixel2^30.5)-.4)-.8) z=pixel2/2-log(pixel2-1/sqrt(.1/pixel2))^-2.5-conj(.05/pixel2) c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0034995 zmod = .1/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .013/c c = c + k2 z = z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2656" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2657 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) c=.15/log(exp(pixel2^450-1/acos(pixel2^30.5)-.4)-.8) z=pixel2/cotanh(1/cotanh(pixel2/2))-.5/log(pixel2 \ -.7/sqrt(.5/pixel2))^2.5-conj(.05/pixel2) c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0034995 zmod = .1/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .013/c c = c + k2 z = z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2657" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2658 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) c=.15/log(exp(pixel2^450-1/acos(pixel2^30.5)-.4)-.8) z=.3*pixel2/cotanh(1/cotanh(pixel2/2))\ -.5/log(pixel2-.7/sqrt(.5/pixel2))^2.5-conj(.05/pixel2) c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0034995 zmod = .1/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .013/c c = c + k2 z = z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2658" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2659 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) c=.15/log(exp(pixel2^450-1/acos(pixel2^30.5)-.4)-.8) z=.3*pixel2/cos(1/cotanh(pixel2))-.5/log(pixel2 \ -.7/sqrt(.5/pixel2))^2.5-conj(.05/pixel2)+.2 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0034995 zmod = .1/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .013/c c = c + k2 z = z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2659" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2660 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) c=.15/log(exp(pixel2^450-1/acos(pixel2^30.5)-.4)-.8) z=.3/log(pixel2)/cotanh(1/cotanh(pixel2))-.5/log(pixel2 \ -.7/sqrt(.5/pixel2))^2.5-conj(.05/pixel2)+.2 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0032995 zmod = .1/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .013/c c = c + k2 z = z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2660" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2661 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) c=.15/log(exp(pixel2^450-1/acos(pixel2^30.5)-.4)-.8) z=3*pixel2+conj(pixel2-flip(.01/pixel2))+.3 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0032995 zmod = .1/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .013/c c = c + k2 z = z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2661" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2662 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) c=.15/log(exp(pixel2^450-1/acos(pixel2^30.5)-.4)-.8) z=(pixel2^5+.2)/flip(2.5*pixel2)+conj(pixel2-conj(.3/pixel2)) \ -.1 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0029995 zmod = .1/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .013/c c = c + k2 z = z^2 + c - zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2662" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2663 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) c=.15/log(exp(pixel2^450-1/acos(pixel2^30.5)-.4)-.8) z=pixel2/2-conj(.03/pixel2)+flip(.003/pixel2)-.55/pixel2+.15 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0029995 zmod = .1/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .013/c c = c + k2 z = z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2663" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2664 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) c=.15/log(exp(pixel2^450-cos(pixel2^30.5)-.4)-.8) z=(pixel2^10+.1)/flip(2.5*pixel2)+pixel2-conj(.3/pixel2)-.1 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0030995 zmod = .1/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .013/c c = c + k2 z = z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2664" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2664A (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=exp(pixel2^450-cosh(pixel2^20.5)-.4)-.5 c=-flip(imag(pixel2))*sqr(pixel2)-conj(.1/pixel2) \ -flip(.01/pixel2) c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0002995 zmod = .19/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .03/c c = c + k2 z = z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2664A" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2665 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) c=.15/log(exp(pixel2^450-cos(pixel2^30.5)-.4)-.8) z=pixel2/2+conj(pixel2/3+.2)+flip(pixel2/2+.2)-.1 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0030995 zmod = .1/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .013/c c = c + k2 z = z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2665" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2666 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) c=.15/log(exp(pixel2^450-cos(pixel2^30.5)-.4)-.8) z=pixel2/tanh(.3/pixel2) c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0030995 zmod = .1/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .013/c c = c + k2 z = z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2666" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2667 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) c=.15/log(exp(pixel2^450-cos(pixel2^30.5)-.4)-.8) z=(pixel2+.2)/cosh(.3/pixel2-.2) c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0030995 zmod = .1/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .013/c c = c + k2 z = z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2667" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2668 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel))+exp(.1/pixel) c=.15/log(exp(pixel2^450-cos(pixel2^30.5)-.4)-.8) z=sinh(tanh(.63-cos(pixel2)))/conj(cos(2*pixel2+.6))-.3 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0030995 zmod = .125/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .013/c c = c + k2 z = z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2668" periodicity = 0 maxiter = 500 magn = .9 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2669 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) c=.15/log(exp(pixel2^450-cos(pixel2^30.5)-.4)-.8) z=sinh(tanh(.63-cos(pixel2)))/conj(cos(6*pixel2+.6))-.1 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0030995 zmod = .125/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .013/c c = c + k2 z = z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2669" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2670 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) c=.15/log(exp(pixel2^450-cos(pixel2^30.5)-.4)-.8) z=sinh(tanh(.63-cos(pixel2*3)))/conj(cos(6*pixel2+.6))-.1 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0030995 zmod = .125/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .013/c c = c + k2 z = z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2670" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2671 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) c=.15/log(exp(pixel2^450-cos(pixel2^30.5)-.4)-.8) z=sinh(tanh(.63-cos(pixel2*3))-exp(.01/pixel2)) \ /conj(cos(6*pixel2+.6))-.1 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0030995 zmod = .125/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .013/c c = c + k2 z = z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2671" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2672 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel))+0.3 c=.15/log(exp(pixel2^450-cos(pixel2^30.5)-.4)-.8) z=sinh(tanh(.63-cos(pixel2*3))-cotan(exp(.05/pixel2))) \ /conj(cos(6*pixel2+.6))-.1 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0030995 zmod = .125/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .009/c c = c + k2 z = z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2672" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2673 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) c=.15/log(exp(pixel2^450-cos(pixel2^30.5)-.4)-.8) m1=1/pixel2, m=conj(m1), m2=.125*pixel2+cabs(pixel2^4.9) z=m2-tanh(pixel2/3)^2-conj(sinh(pixel2^2.3))+sqr(m/1.5/m1) c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0038995 zmod = .125/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .009/c c = c + k2 z = z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2673" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2674 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) c=.15/log(exp(pixel2^450-cos(pixel2^30.5)-.4)-.8) m1=1/pixel2, m=conj(m1) m2=sqr(sqr(.125*pixel2+cabs(pixel2^4.9))) z=m2-tanh(pixel2/3)^2-conj(tan(pixel2^4.3))+sqr(m/1.5/m1) c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0028995 zmod = .125/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .009/c c = c + k2 z = z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2674" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2675 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) c=.15/log(exp(pixel2^450-1/acos(pixel2^30.5)-.4)-.8) m=tan(pixel2)-tanh(pixel2), z=2*m+flip(pixel2/2)+.1 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0028995 zmod = .125/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .009/c c = c + k2 z = z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2675" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2676 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) c=.15/log(exp(pixel2^450-1/acos(pixel2^30.5)-.4)-.8) m=tan(pixel2)-tanh(pixel2), z=15*m+flip(pixel2/2) c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0028995 zmod = .125/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .009/c c = c + k2 z = z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2676" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2677 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) c=.15/log(exp(pixel2^450-1/acos(pixel2^30.5)-.4)-.8) z=cosh(pixel2^4)-cos(pixel2^2)+conj(.1/pixel2) c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0034995 zmod = .2/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .25 c = c + k2 z = z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2677" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2678 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) c=.15/log(exp(pixel2^450-1/acos(pixel2^30.5)-.4)-.8) z=flip(conj(abs(pixel2/3))) c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0035995 zmod = .15/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .25 c = c + k2 z = z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2678" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2679 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) c=.15/log(exp(pixel2^450-1/acos(pixel2^30.5)-.4)-.8) z=flip(conj(abs(pixel2/3)))-conj(.1/pixel2)+.075 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0035995 zmod = .15/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .25 c = c + k2 z = z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2679" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2680 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) c=.15/log(exp(pixel2^450-1/acos(pixel2^30.5)-.4)-.8) z=pixel2-conj(.1/pixel2) c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0035995 zmod = .15/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .25 c = c + k2 z = z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2680" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2681 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=pixel2/2^1.75-(.1/pixel2)^4 b3=cosh(pixel2^30.5) c=.15/log(exp(pixel2^450-b3-.4)-.8) c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0035995 zmod = .15/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .25 c = c + k2 z = z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2681" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2682 {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: z=pixel/2^1.75-(.1/pixel)^4, b3=cosh(pixel^30.5) c=.15/log(exp(pixel^450-b3-.4)-.8) c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0035995 zmod = pixel-.35 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .25 c = c + k2 z = (z^2+c)/(.4/c-pixel) + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2682" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2683 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=cos(pixel2)-exp(.09/pixel2)-|.1/pixel2|-flip(.1/pixel2)-.3 b3=cos(pixel2^30.5) c=.15/log(exp(pixel2^450-b3-.4)-.8) c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0033995 zmod = .08/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z + .3 c = c + k2 z = z^2 + c + zmod iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2683" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2684 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=pixel2/2-conj(asin(2*pixel2+.32)) b3=cos(pixel2^30.5) c=.15/log(exp(pixel2^450-b3-.4)-.8)+z c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0029995 zm1 = .3 - .03/pixel2 zm2 = .08/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF c = c + k2 z = (z+zm1)^2 + c + zm2 iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2684" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2685 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=pixel2/2-1/cos(asin(3*pixel2+.52))+flip(.1/pixel2) b3=cos(pixel2^30.5) c=.15/log(exp(pixel2^450-b3-.4)-.8)+z c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0020095 zm1 = .3 - .03/pixel2 zm2 = .15/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z + zm1 c = c + k2 z = .2*|z| + z^2 + c + zm2 iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2685" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2686 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=pixel2/2-|1/cos(asin(3*pixel2+.52))|+flip(.1/pixel2) b3=cos(pixel2^30.5) c=.15/log(exp(pixel2^450-b3-.4)-.8)+z c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0020095 zm1 = .3 - .03/pixel2 zm2 = .15/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z + zm1 c = c + k2 z = .2*|z| + z^2 + c + zm2 iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2686" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2687 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=|pixel2/2|-1/cos(asin(3*pixel2+.52))+flip(.1/pixel2) b3=cos(pixel2^30.5) c=.15/log(exp(pixel2^450-b3-.4)-.8)+z c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0029095 zm1 = .3 - .03/pixel2 zm2 = .15/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z + zm1 c = c + k2 z = .2*|z| + z^2 + c - zm2 iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2687" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2688 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=pixel2/2-1/cos(asin(3*pixel2+.52))+flip(.1/pixel2) b3=|cos(pixel2^30.5)| c=.15/log(exp(pixel2^450-b3-.4)-.8)+z c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0029095 zm1 = .3 - .03/pixel2 zm2 = .15/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z + zm1 c = c + k2 z = .2*|z| + z^2 + c - zm2 iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2688" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2689 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) m3=cabs(pixel2+.5)*pixel2^7 z=m3-conj(.1/pixel2)-sqr(flip(.0051/pixel2)) b3=|cos(pixel2^30.5)| c=.15/log(exp(pixel2^450-b3-.4)-.8)+conj(z) c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0029095 zm1 = .3 - .03/pixel2 zm2 = .125/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF c = c + k2 z = (z+zm1)^2 + c + zm2 iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2689" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2690 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=pixel2^6-(atan(1/pixel2)-cabs(acos(2/pixel2)))^-6-.3 b3=|cos(pixel2^30.5)| c=.15/log(exp(pixel2^450-b3-.4)-.8)+z-.3 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0029095 zm1 = .3 - .03/pixel2 zm2 = .185/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF c = c + k2 z = (z+zm1)^2 + c - zm2 iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2690" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2691 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=flip(abs(pixel2))^4/flip(asinh(pixel2))-.2 b3=|cos(pixel2^30.5)| c=.15/log(exp(pixel2^450-b3-.4)-.8)+|2*z^4| c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0029095 zm1 = .3 - .03/pixel2 zm2 = .1/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF c = c + k2 z = (z+zm1)^2 + c + zm2 iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2691" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2692 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) c=.15/log(exp(pixel2^450-|cos(pixel2^30.5)|-.4)-.8) z=sinh(tanh(.63-cos(pixel2)))/conj(cos(6*pixel2+.6))-.1 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0030995 zm = .125/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF z = z - .013/c c = c + k2 z = z^2 + c + zm iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2692" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2693 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=flip(abs(pixel2))^8/flip(asinh(pixel2))-flip(.1/pixel2)-.2 b3=|cos(pixel2^30.5)|, b4=|2*z^4| c=.15/log(exp(pixel2^450-b3-.4)-.8)+b4 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0047095 zm1 = .3 - .03/pixel2 zm2 = .1/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF c = c + k2 z = (z+zm1)^2 + c + zm2 iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2693" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2694 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) m3=conj(.1/pixel2), z=pixel2/2-flip(m3)^4 b3=|cos(pixel2^30.5)| c=.15/log(exp(pixel2^450-b3-.4)-.8)+|2*z^4| c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0048095 zm1 = .3 - .03/pixel2 zm2 = .1/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF c = c + k2 z = (z+zm1)^2 + c + zm2 iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2694" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2695 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) m3=.1/pixel2 z=tanh(pixel2/2)-2*m3^3-conj(.1/pixel2)-flip(.1/pixel2) b3=|cos(pixel2^30.5)|, b4=|2*z^10| c=.15/log(exp(pixel2^450-b3-.4)-.8)+b4 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0048095 zm1 = .3 - .03/pixel2 zm2 = .1/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF c = c + k2 z = (z+zm1)^2 + c -.15 iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2695" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2696 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=pixel2/cabs(.3/pixel2)-flip(.01/pixel2) b3=|cos(pixel2^30.5)|, b4=|2*z^10| c=.15/log(exp(pixel2^450-b3-.4)-.8)+b4 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0048095 zm1 = .3 - .03/pixel2 zm2 = .12/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF c = c + k2 z = (z+zm1)^2 + c + zm2 iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2696" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam } Carr2697 {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)), z=pixel2 b3=|1/acos(pixel2^30.5)|, b4=|2*z^10| c=.15/log(exp(pixel2^450-b3-.4)-.8)+b4 d1=-.00099475/pixel2+flip(.0001/pixel2) zm1 = flip(imag(.0375/pixel2)) zm2 = .08/pixel2 int iter=0, float zro = 0, float iterspace=real(p1) float nextzoom = iterspace loop: IF (iter==nextzoom) nextzoom = nextzoom + iterspace z = z*zro, c = p2*c + p3 ENDIF c = c + d1 z = (z+zm1)^2 + c + zm2 iter = iter + 1 bailout: |z| <= 16 default: title = "Carr 2697" periodicity = 0 maxiter = 1000 magn = 1.3 center = (0,0) method = multipass param p1 caption = "Nextzoom" default = (128,0) hint = "The real part of this parameter is the number of \ iteration steps between value resets. The imag \ part is not used, but remains for Fractint compat." endparam param p2 caption = "C-Mult" default = (1.2,.1) hint = "C is mutliplied by this value when the number of \ iterations equals nextzoom (p1)" endparam param p3 caption = "C-Add" default = (-.05,-.06) hint = "This value is added to C when the number of \ iterations equals nextzoom (p1)" endparam } Carr2698 {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=pixel2-1/log(pixel2-1/log(tan(1/pixel2))-1/log(2/pixel2)) b3=|1/acos(pixel2^30.5)|, b4=|2*z^10| c=.15/log(exp(pixel2^450-b3-.4)-.8)+b4 d1=-.00099475/pixel2+flip(.0001/pixel2) zm1 = flip(imag(.0375/pixel2)) int iter=0, float zro = 0, float iterspace=real(p1) float nextzoom = iterspace loop: IF (iter==nextzoom) nextzoom = nextzoom + iterspace z = z*zro, c = p2*c + p3 ENDIF c = c + d1 z = (z+zm1)^2 + c + .1 iter = iter + 1 bailout: |z| <= 16 default: title = "Carr 2698" periodicity = 0 maxiter = 1000 magn = 1.3 center = (0,0) method = multipass param p1 caption = "Nextzoom" default = (128,0) hint = "The real part of this parameter is the number of \ iteration steps between value resets. The imag \ part is not used, but remains for Fractint compat." endparam param p2 caption = "C-Mult" default = (1.2,.1) hint = "C is mutliplied by this value when the number of \ iterations equals nextzoom (p1)" endparam param p3 caption = "C-Add" default = (-.05,-.06) hint = "This value is added to C when the number of \ iterations equals nextzoom (p1)" endparam } Carr2699 (YAXIS) {; Updated for UF by Erik Reckase, February 2000 ; Modified Sylvie Gallet frm. init: pixel2=-abs(real(pixel))+flip(imag(pixel)) z=conj(flip(pixel2/3))-|sinh(pixel2)^3| b3=|1/acos(pixel2^30.5)|, b4=|2*z^10| c=.15/log(exp(pixel2^450-b3-.4)-.8)+b4 c1=1.75*z, c2=2.25*z, c3=3.375*z, c4=5.0625*z, c5=10.59375*z k = pixel2/imag(p2) k2 = k + .0048095 zm1 = .3 - .03/pixel2 zm2 = .15/pixel2 l1=round(real(p1)), l2=round(imag(p1)) l3=round(real(p2)), l4=round(imag(p2)), int l5=300 float bailout=16, int iter=0, float zro=0 loop: IF (iter==l1) c = c1, z=z*zro ELSEIF (iter==l2) c = c2, z=z*zro ELSEIF (iter==l3) c = c3, z=z*zro ELSEIF (iter==l4) c = c4, z=z*zro ELSEIF (iter==l5) c = c5, z=z*zro ENDIF c = c + k2 z = (z+zm1)^2 + c + zm2 iter=iter+1 bailout: |real(z)| <= bailout default: title = "Carr 2699" periodicity = 0 maxiter = 500 magn = 1.2 center = (0,0) method = multipass param p1 caption = "Iter Limits 1,2" default = (100,150) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam param p2 caption = "Iter Limits 3,4" default = (200,250) hint = "0< Re(P1) < Im(P1) < Re(P2) < Im(P2) < 300 \ for best results" endparam }