pagetop 
Dec. 15, 2014: A New Slice Dec. 14 Dec. 18 2014 FOTD Home
  Rating A-7, M-3

a new slice

Fractal visionaries and enthusiasts:  

Today's scene is a slice through the entire Z^2+C Julibrot at the point +0.3 on the real(C) axis.  This is in the area of East Valley.  The orientation is impossible to describe but closest to the Julia.

The name "A New Slice" indicates that this particular slice of the Julibrot has never been seen before being revealed in today's image.

I did put extra effort into the coloring, which raises the color aspect of the image to a 7.  The math trick is old, so the math aspect rates only a lowly 3.

The calculation time of 10 seconds is not intended to be exact.  It merely indicates that after this letter is converted into a parameter file, the image is basically instantaneous.

Today was the eighth consecutive day without sunlight here at Fractal Central, making the fractal cats impatient to be able to stretch out on their window shelf and soak up the sunshine.  The fractal humans, who also could use a bit more sunlight, observed the latest so-called terrorist attack in numbed bemusement.

As for the next FOTD, it will be posted before too long.  Until the proper time passes, take care, and why do today's people seem so disconsolate?  Why are they turning to drugs and violence for such meager consolation?  Could it be that they find no meaning in their brief existence.  If this is the case, maybe the solution is to make electronic gadgets so inexpensive that everyone can afford lots of them.  Then they would have no time to think about what awaits them out there in the future.

Jim (cheerful as always) Muth
jimmuth@earthlink.net


START PARAMETER FILE=======================================

A_New_Slice        { ; time=0:00:10.00 SF5 at 2000MHZ
  reset=2004 type=formula formulafile=basicer.frm
  formulaname=SliceJulibrot4 center-mag=0.11196/-0.0\
  151048/0.7465613/1/74/0 params=60/90/82/90/0.3/0/0\
  /0/2/0 float=y maxiter=1500 inside=0 outside=real
  logmap=yes periodicity=6
  colors=000IgXHeXGbXF_XEXXCUXARW8OT6LQ4IN2DK0AG08E2\
  9D3BEAEEFHFKKGPOFUSFZWFc`GcdJhiMmlRmoXrrawtewvhtON\
  xeBzVFzLJzBMzIRzOVzUZz_bzefzkjzqnzwrzjhzY_zLRz9IzF\
  OzLUzRZzXdzbjzhozanzWmzPlzJkzDjzLezTaz`XzhTz_KzSCz\
  K4zJ8zJBzJEzJHzILzIOzIRzIUzLYzO`zRdzUgzXkz_nzbrzeu\
  zLwy1yv6otBezGWzLMzQCzU2zV3zV4zW5zW6zX7zX8z_JzbUze\
  dzhozkyzWmzGbzHRzIFzJ3zM7zOAzRDzTGzWKzYNz`QzbTzcRz\
  dPzeNzeLzfJzgHzgGz`MzURzNWzG`z9ez3jzKez`aAYcCWdDUe\
  FSfHPgINhKLiLJjecRzw8hqTSklWikZhjagidfhhdgkcfnbeqa\
  ddTeTLfGDg45hBPnHhtIflIdeIbZI`SIZLIXEIW7G_6Dc5Bg59\
  k46o34s22v25t47s59q6Bp7Dn8GmAIkBKjCMhDOgEQfFOgENgD\
  MhCLhBKiAJi9Ii9Hj8Gj7Fk6Ek5Dl4Cl3Bl3Ek6Hj8JiBMhDPg\
  GRfIUeLWdNZcPabScaUf`Xi_ZkZanYcpYeoZdo_do`doadnbcn\
  bcnccndcmebmfbmgbmgbldakaaj_aiXahVagSafPaeN`dK`cI`\
  bF`aC``A`_7`Z5`X7_W8ZV9YUAYTBXSCWRDWQEVPFUOGUNFVME\
  WMEXLDYKDZKC_JC`IBaIAbHAc }

frm:SliceJulibrot4   {; draws all slices of Julibrot
  pix=pixel, u=real(pix), v=imag(pix),
  a=pi*real(p1*0.0055555555555556),
  b=pi*imag(p1*0.0055555555555556),
  g=pi*real(p2*0.0055555555555556),
  d=pi*imag(p2*0.0055555555555556),
  ca=cos(a), cb=cos(b), sb=sin(b), cg=cos(g),
  sg=sin(g), cd=cos(d), sd=sin(d),
  p=u*cg*cd-v*(ca*sb*sg*cd+ca*cb*sd),
  q=u*cg*sd+v*(ca*cb*cd-ca*sb*sg*sd),
  r=u*sg+v*ca*sb*cg, s=v*sin(a), esc=imag(p5)+9
  c=p+flip(q)+p3, z=r+flip(s)+p4:
  z=z^(real(p5))+c
  |z|< esc }

END PARAMETER FILE=========================================