pagetop 
Nov. 23, 2014: Pyramid in Sight Nov. 21 Nov. 26 2014 FOTD Home
  Rating A-8, M-6

pyramid in sight

Fractal visionaries and enthusiasts:  

Today's rather mystical scene lies in the East Valley section of the (-Z)^(1.1)+C Mandeloid, but with a few changes included.  To begin, the angle of the slice is not oriented in the Mandelbrot orientation.  It is double rotated 10,10 degrees toward the Julia orientation.  In addition, the slice is not centered in a critical plane.  It is offset +1.6 in the real Z direction.  It has also been stretched over 2.8 times in the horizontal direction, and the inside area, which includes the pyramid, has has been rendered with the inside set to the 'atan' option to create the star field effect.

All of these tricks produce an image with an art worth of a very high 8.  The math rates a 6, since the math workings really bring nothing new or unusual.

The name "Pyramid in Sight" simply states a fact.  It promises nothing more nor anything less than the image has to offer.

The calculation time of a little over 6 minutes is somewhat slow, but considering the image, it is worth the effort.  Luckily, the image may be seen on the FOTD web sites simply by pushing a few buttons.

A mix of sun and clouds, with a temperature of 55F 13C made today one of the best in several weeks here at Fractal Central.  The fractal cats celebrated the break by sleeping most of the afternoon.  The humans did nothing worth reporting, which is pleasant to experience but boring to hear about.

The next FOTD will be posted soon.  Until whenever, take care and going out marching and singing songs is fun, but those who cry so much about climate change should be willing to make the life-style changes necessary to start doing something about it.

Jim Muth
jimmuth@earthlink.net


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

Pyramid_in_Sight   { ; time=0:06:10.00 SF5 at 2000MHZ
  reset=2004 type=formula formulafile=basicer.frm
  formulaname=SliceJulibrot5 passes=1 center-mag=0.5\
  48373/0/1.29439/2.829/90/0 params=10/0/10/0/2.3/0/\
  1.6/0/1.1/16 float=y maxiter=12500 inside=atan
  logmap=30 periodicity=0
  colors=000000005D0f40F`0h00Qzqz50N71m20_52o53j9Az7\
  7q77sDCsEGsIJtMQtPTtT_vYcvbkvgoxluxpxxhsrbolWkfRh`\
  KdVF_PA_K6_F2_A0_50_21_66_AC_DH_IL_LR_PW_SZ_Xdc`kh\
  gsckkci`ceMcbAc`CcaEcbGcdIcdJccMceNceOceRcgTcgUchX\
  ciZci`ciWchTcgQcgNcgKcfIcfFcfCceCchAchAciBcaBcVAzO\
  AzIAzB8z6cs6qg8qYBzSHzLLzBKz4Lz4Hz4Cz49z45z44z7Fz9\
  SzDgzExzDozBkz9dz8Zz7UzeezzjzuVzcHzO6zSAzVEzczzfzz\
  izzlzzpzztzzwzzezzQzzEzz4zzAzzJzzSzzazzlzzyzzzzzzz\
  zzzzzzzzzztzzlzzfzz`zzVzzPzzKzzGzzHzzHzzJzzJzzKzzK\
  zzLzzLzzLzzMzzMzzOzzOzzPzzPzzPzzQzzSztPTvQRxSRzSQz\
  TOzSMzTLzUKzUJzWIzWGzXLzXQtYWqZ`kYcfXdeYkfZsgUohQm\
  iMkmKiqGivFhzCfzAez8dz7czEczLbzTdz`dzifzndxtdxzczz\
  ewzhszirzloznlznhzncznZznWxoQvpPxzMxzOqzPlzQhzSizT\
  izVizWizYizakzfzzizzozztzzwzzzzzzzzzzzzzzzzzzzzzzz\
  zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz\
  zzzzzzzzzzzzzzzzzzzzzzzzz }

frm:SliceJulibrot5   {; 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=========================================