pagetop 
October 7, 2013: Adam and Eve Oct. 6 Oct. 8 2013 FOTD Home
  Rating A-8, M-6

adam and eve

Fractal visionaries and enthusiasts: 

The question might arise as to why I named today's image "Adam and Eve".  The answer is simple.  While searching for a name, I noticed four 'fig leaves' in the corners of the image -- one leaf for Adam and three for Eve.  (Don't ask for details.)  The name then came automatically.

The generating formula is the same one that I have used for the past week or so, which mixes various portions of Z, Z^3, 1/Z and Z^2.  Today's parent Mandeloid is the one that results when Z is initialized to the critical point at 0.098...  This parent resembles two partially critical M-sets sitting butt to butt with a very prominent valley separating the two main bays.  Today's scene lies on the eastern edge of the northern branch of this valley.  The western edge, which I will check in tomorrow's FOTD, holds entirely different sub-features.

The artistic worth of 8 is mostly due to the coloring.  Rendering the scene with the inside set to 'fmod' produced the smoothly curved elements that have been colored.  The math value of 5 indicates that the math trick has lost all impact.  This rating will remain until we move on to a new julibrot.

The image calculates in 1-1/2 minutes on most all modern machines, but calculation is still a bit of a chore.

Today began cloudy here at Fractal Central.  Rain arrived in a sudden heavy squall just before noon with a 40mph 60kph wind, and continued lighter into the afternoon.  The temperature fell from 75F 24C late in the morning to 59F 15C at post time, and it is still dropping.  The fractal cat slept through most of the heavy rain, but became active when a flap arose among the local pigeons.  We humans made it through the day without incident, as we have done on countless previous days.

The next FOTD will be created and posted within a reasonable time.  Until reason prevails, take care, and some big questions have no simple answers.

Jim Muth
jimmuth@earthlink.net


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

Adam_and_Eve       { ; time=0:01:30.00 SF5 at 2000MHZ
  reset=2004 type=formula formulafile=basicer.frm
  formulaname=MandelbrotMix3a function=ident
  center-mag=-0.033916900398658/+0.064713748689748/\
  8.43739e+009/1/-60.5/0 params=1/1/-1/3/0.01/-1/0.3\
  /2/0.09853323612/0 float=y maxiter=1500 inside=fmod
  proximity=0.089 periodicity=6 mathtolerance=0.05/1
  colors=000QgSTfTVeTXdTZcU`bUbaUdaUg`Vi_VkZVmYWoXWq\
  WWsWWSd`0le0kf0kg0kh0ji0jj0jk0jl0il0im0in0io0hp0hq\
  0hr0hr4js8ltBmtFouJqvMrvQtwUvxXwx`yyczyfwuitqkqnno\
  jplgsicug`ohajiaeia`jbF50I85LBAPFFUMKZWPcaUhhZmn`r\
  rbwzcmzZctUZqPUmKPhFKcAFZ5AU05P00K00F00A0050000HTW\
  iEsk7tl9smAsmCsnDroFroGrpIqpJqqLqrMprOpsPptRotSouU\
  ouVorYjo_embajdXggTeiOblK_nFYpBZqA_rA`r9as9bs9ct8d\
  t8eu8fu7gv7hv7koDmhIoaNqVSsOXqQUoSRnTPlVMjWKWe8iYH\
  g_Ee`Cdb9bc7`e4oA7gR4SR3TT2UV2VW2WY2WZ2X`2Yb2Zc2_e\
  23P4KY3WugXsbXrZYpVYoRYmNZlIZjE_iA_g62YkJbPMnmNmiO\
  lfPlcQk`RkYSjUTjRUiOViLWhIXhEYgBZg8_f5EJEGLDINCJPB\
  LQAMS9OU8PV8RX7TZ6U`5Wa4Xc3Ze2rWAnY8k_7ha6ec4be3tp\
  m9oxCnrEmmHlgJkbMjYOjSRiNThIWgCYf7U46V75VA5WD5WG4X\
  I4XL4XO4YR3YU3ZW3ZZ2_a2_d2N`xQanSbdUcVWdLYeBs`NlbG\
  ed9asd`nS_jFyHauLWqPRmTMjWHf_Cbc700U00UpsZlpSinMek\
  Fbh8QWbQYaQ__Q`YQbXQdVQfT }

frm:MandelbrotMix3a {; Jim Muth
z=real(p5), c=fn1(pixel), a=real(p1), b=imag(p1),
d=real(p2), f=imag(p2), g=real(p3), h=imag(p3),
j=real(p4), k=imag(p4), l=imag(p5)+100:
z=(a*(z^b))+(d*(z^f))+(g*(z^h))+(j*(z^k))+c,
|z| <=l }

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