pagetop 
Dec. 11, 2012: Ten to Doomsday Dec. 9 Dec. 12 2012 FOTD Home

ten to doomsday

Fractal visionaries and enthusiasts: 

Today's image is named "Ten to Doomsday".  As everyone who watches TV knows, the world will end on December 21, 2001, ten days from today, on Friday of next week at 23:60:00 hours GMT, the single moment when the day of doom will prevail over the entire earth!  In recognition of the coming end, I am beginning the countdown to destruction today and presenting ten doomsday fractals, the first of which appears as today's FOTD.

I gave the image no rating.  After all, what is the use of rating an image that will be swallowed up and forgotten in the mists of history in just ten days.  For those who still care, the image is a scene in the area of the period-5 bud on the southwest shore line of the main bay of the Mandelbrot set.  It looks nothing at all like a Mandelbrot bud because it is sliced at an unimaginable angle in four-dimensional space.  To see the Mandelbrot bud in its true form, simply change the p1 and p2 parameters to 0,0 and recalculate the scene.

The prominent vertical pillars are what I call bridges.  They appear only in the odd planes of the Julibrot, and indicate that no matter where the points begin their wanderings, they will eventually settle into the same orbits.

The calculation time of 1-1/4 minutes is mercifully brief.  With so little time remaining to enjoy life, we would not want to waste a single precious minute.

Yesterday's rain ended early this morning after dropping about 1/2 inch or 1-1/2cm of rain.  A mix of left-over clouds and sun with a temperature of 45F +7C made today feel like a typical mid-December day here at Fractal Central.  The humans and cats had a typical day also.

The next FOTD will be posted in the proper time, whenever that is.  Until the next FOTD appears, take care, and don't be fooled into believing that those so-called 'reality' shows flooding the TV channels are actually real.

Jim Muth
jimmuth@earthlink.net


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

Ten_to_Doomsday    { ; time=0:01:15.00 SF5 at 2000MHZ
  reset=2004 type=formula formulafile=basicer.frm
  formulaname=SliceJulibrot4 passes=t float=y
  center-mag=0.263913/-0.578499/9.105478 params=75/\
  90/0/80/-0.75/0/0/0/2/0 maxiter=5200
  inside=0 logmap=5 periodicity=6
  colors=000JF1MJ6PNBSQGVULYXP``UbcZegchjgknlnqqquvs\
  xzprxnmwlhujbthYrfTqdOp_OoVPnQPmLQlGQkBRj5Pi6Rj7Sk\
  7Tl8Ul8Vm9WnAYoAZoB_pB`qCarCarkgSigTggUffVdfWbeXae\
  Y_dYYdZXc_Vc`TcaSbbQbcOacNadL`eJ`fI_gG_hE_iDZiBZj9\
  Yk8Yl6Xm4Xn1Wo3Xn4Yn5Yn7Zn8Zn9_nB_nC`nD`nFanGanHbn\
  IbnKcnLcnMdnOdnPenQenSfnTfnUgnVgnXhnYhnZin`inajnbj\
  ndkneknflnglnimnjmnknnmnnnonoonqpnrpnsqntqnqrmosmm\
  tmjumhvmfwmgulgtkgsjgqigphhohhmghlfhkehjdihcigcifb\
  idaic`jb_ja_j_ZjZYjYXkWWkVVkUVkTUkRTlQSlPRlNQlMQlL\
  PmKOmINmHMmGMmELnDKnCJnBIn9Hn8Ho7Go5Fo4Eo3Dn1Eo2Do\
  3Dp4Dp5Cp6Cq7Cq8Cq9BrABrBBrCBsDAsEAsFAtGAtH9tI9uJ9\
  uK9uL8vM8vN8vO8wP7wQ7wR7xS7xT6xU6yV6yW6yX5zY5zZ5zZ\
  5ya6xc7wf8vh9ukAtmBvn9soBpoDmoEkoGhoHeoJcoK`oMYoNW\
  oPTpRQpSNpULpVIpXFpYDp_Ap`7pb3oe5pc6pb8p`9p_ApZCpX\
  DpWFpUGpTHpSJqQKqPMqNNqMOqLQqJRqITqGUqFXtBVqEToGRm\
  JPkLOhNMfQKdSIbUG`XFYZDW` }

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=========================================