home *** CD-ROM | disk | FTP | other *** search
/ ftp.xmission.com / 2014.06.ftp.xmission.com.tar / ftp.xmission.com / pub / lists / fractint / archive / v01.n462 < prev    next >
Internet Message Format  |  2000-03-25  |  42KB

  1. From: owner-fractint-digest@lists.xmission.com (fractint-digest)
  2. To: fractint-digest@lists.xmission.com
  3. Subject: fractint-digest V1 #462
  4. Reply-To: fractint-digest
  5. Sender: owner-fractint-digest@lists.xmission.com
  6. Errors-To: owner-fractint-digest@lists.xmission.com
  7. Precedence: bulk
  8.  
  9.  
  10. fractint-digest        Saturday, March 25 2000        Volume 01 : Number 462
  11.  
  12.  
  13.  
  14.  
  15. ----------------------------------------------------------------------
  16.  
  17. Date: Thu, 23 Mar 2000 07:53:39 -0800
  18. From: Gregory McClure <Gregory.McClure@quantum.com>
  19. Subject: RE: (fractint) Trig question
  20.  
  21. Unless, of course, you take the argument of the sine function into the
  22. complex realm, then any value is possible.  For example the sin of =
  23. (pi/2 -
  24. 3i) is approx. 10.07.
  25.  
  26. There are formulas for determining the values of complex arguments for =
  27. the
  28. trigonometric, hyperbolic, and logarithmic functions that allow a =
  29. computer
  30. to calculate both real and imaginary sections separately.  C may even =
  31. have a
  32. standard package for this, I know they have a complex type.  I don't =
  33. have a
  34. sample for C, since most of my work is in Visual Basic, and the
  35. multiprecision package I created with these formulas was written with =
  36. VB in
  37. mind, not VC.  If you need more details on the algorithms used, just =
  38. mail me
  39. at gregory.mcclure@quantum.com.  I can then look up some info in my =
  40. books
  41. that have these algorithms in C and supply a better answer.
  42.  
  43.   The Kwisatz Haderach,
  44. =DF  Gregory J. McClure
  45.  
  46.  
  47. - -----Original Message-----
  48. From: Iain G. Stirling [mailto:Iain@flat2-2.freeserve.co.uk]
  49. Sent: Thursday, March 23, 2000 8:19 AM
  50. To: fractint@lists.xmission.com
  51. Subject: Re: (fractint) Trig question
  52.  
  53.  
  54. Janet Dancisak wrote:
  55.  
  56. From:               "Janet Dancisak" <jdancisa@isd.net>
  57. To:                 <fractint@lists.xmission.com>
  58. Subject:            (fractint) Trig question
  59. Date sent:          Thu, 23 Mar 2000 08:32:17 -0600
  60. Send reply to:      fractint@lists.xmission.com
  61.  
  62. > This is a multi-part message in MIME format.
  63. >=20
  64. > ------=3D_NextPart_000_000D_01BF94A2.4C71C340
  65. > Content-Type: text/plain;
  66. >     charset=3D"iso-8859-1"
  67. > Content-Transfer-Encoding: quoted-printable
  68. >=20
  69. > I've been lurking on this list for a while. I'm just beginning in =3D
  70. > fractals but really haven't had time to play with them. I do have a =
  71. =3D
  72. > question you math wiz people might be able to answer.
  73. > I know my graphing calculator can't figure the sine when the range is =
  74. =3D
  75. > below -1 or above 1: can/how does the computer do it?=3D20
  76. > One more quick question for the programmers out there: I know a =
  77. little =3D
  78. > C++....   is there an inverse sine function?
  79. >=20
  80. > Thank you very much.
  81. >=20
  82. > Janet
  83. >=20
  84.  
  85. Janet,
  86.  
  87. Firstly, on your second question: The inverse sine function in C/C++=20
  88. is the asin function. asin stands for "arc sine", another name for the=20
  89. inverse sine. It is available in math.h.
  90.  
  91. Secondly, on your first question: The answer is - it can't. The sine=20
  92. function only ever outputs a value between -1 and 1, regardless of=20
  93. what angle you give as input. An implication of this is that the =
  94. inverse=20
  95. sine function can only accept inputs in the range -1 to 1.
  96.  
  97. Hope this helps,
  98.  
  99. Iain.
  100.  
  101.  
  102. - --------------------------------------------------------------
  103. Thanks for using Fractint, The Fractals and Fractint Discussion List
  104. Post Message:   fractint@lists.xmission.com
  105. Get Commands:   majordomo@lists.xmission.com "help"
  106. Administrator:  twegner@fractint.org
  107. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  108.  
  109. - --------------------------------------------------------------
  110. Thanks for using Fractint, The Fractals and Fractint Discussion List
  111. Post Message:   fractint@lists.xmission.com
  112. Get Commands:   majordomo@lists.xmission.com "help"
  113. Administrator:  twegner@fractint.org
  114. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  115.  
  116. ------------------------------
  117.  
  118. Date: Wed, 22 Mar 2000 16:33:44 +0100
  119. From: "Pedja" <predivan@yubc.net>
  120. Subject: Re: (fractint) multiple copies of mail
  121.  
  122. - ----- Original Message -----
  123. From: <juice@airmail.net>
  124. To: <fractint@lists.xmission.com>
  125. Sent: Wednesday, March 22, 2000 7:54 AM
  126. Subject: Re: (fractint) multiple copies of mail
  127.  
  128.  
  129. > Well well, someone from my neck of the woods, note the email address.
  130. > I have seen occasional, intermittant duplicates. I did not believe it
  131. > was my server because this seems to be happening on other lists also
  132. > and to people who do not share my ISP. The thing that I have noted is
  133. > the length of the duplicates is different. The difference seems to be
  134. > in the headers, though I've been lazy about looking at more than line
  135. > count. Feel free to email privately if you want to start comparing
  136. > notes. Short of an illuminati style conspiracy, I've begun to wonder
  137. > if there is a backbone issue somewhere>>.
  138. Multiple copies started about few weeks ago,my ISP is in Yugoslavia,so it
  139. must be list server related.It is weird,IMHO,that sometimes it's just  2-3
  140. copies of the same message(no difference in headers,only in receive
  141. time),and sometimes it's a copy of old message ,only with new subject line.
  142. Is it time to get paranoid,or it's just Murphy's law in action?
  143. Pedja.
  144. Quod  me nutrit me destruit .
  145.  
  146.  
  147. - --------------------------------------------------------------
  148. Thanks for using Fractint, The Fractals and Fractint Discussion List
  149. Post Message:   fractint@lists.xmission.com
  150. Get Commands:   majordomo@lists.xmission.com "help"
  151. Administrator:  twegner@fractint.org
  152. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  153.  
  154. ------------------------------
  155.  
  156. Date: Thu, 23 Mar 2000 14:26:37 -0600
  157. From: Janet Dancisak <jdancisa@isd.net>
  158. Subject: Re: (fractint) Trig question
  159.  
  160. Cool! Thanks! I'm just getting into complex numbers in my C++ class, so I=
  161. 'll
  162. probably be learning the algorithms for them.
  163. I'm doing an Honor's project for Trig class on fractals....   I want to s=
  164. tudy
  165. the science behind the art....   but the teacher I ended up with has an, =
  166. shall
  167. we say "antiquated" notion of fractals. He did his in black and white... =
  168. years
  169. ago, and hasn't worked with them since.  He want's  me to come up with ju=
  170. st one
  171. or two equations to study. I see all the parameters go by on the list....=
  172.    Is
  173. there a really good one or two to start out studying? And now he tells me=
  174.  they
  175. don't HAVE to be trig functions! (It's a long sad story!) Any feed back o=
  176. n where
  177. to start would be appreciated!!
  178.  
  179. Janet
  180.  
  181. Gregory McClure wrote:
  182.  
  183. > Unless, of course, you take the argument of the sine function into the
  184. > complex realm, then any value is possible.  For example the sin of (pi/=
  185. 2 -
  186. > 3i) is approx. 10.07.
  187. >
  188. > There are formulas for determining the values of complex arguments for =
  189. the
  190. > trigonometric, hyperbolic, and logarithmic functions that allow a compu=
  191. ter
  192. > to calculate both real and imaginary sections separately.  C may even h=
  193. ave a
  194. > standard package for this, I know they have a complex type.  I don't ha=
  195. ve a
  196. > sample for C, since most of my work is in Visual Basic, and the
  197. > multiprecision package I created with these formulas was written with V=
  198. B in
  199. > mind, not VC.  If you need more details on the algorithms used, just ma=
  200. il me
  201. > at gregory.mcclure@quantum.com.  I can then look up some info in my boo=
  202. ks
  203. > that have these algorithms in C and supply a better answer.
  204. >
  205. >   The Kwisatz Haderach,
  206. > =DF  Gregory J. McClure
  207. >
  208. > -----Original Message-----
  209. > From: Iain G. Stirling [mailto:Iain@flat2-2.freeserve.co.uk]
  210. > Sent: Thursday, March 23, 2000 8:19 AM
  211. > To: fractint@lists.xmission.com
  212. > Subject: Re: (fractint) Trig question
  213. >
  214. > Janet Dancisak wrote:
  215. >
  216. > From:                   "Janet Dancisak" <jdancisa@isd.net>
  217. > To:                     <fractint@lists.xmission.com>
  218. > Subject:                (fractint) Trig question
  219. > Date sent:              Thu, 23 Mar 2000 08:32:17 -0600
  220. > Send reply to:          fractint@lists.xmission.com
  221. >
  222. > > This is a multi-part message in MIME format.
  223. > >
  224. > > ------=3D_NextPart_000_000D_01BF94A2.4C71C340
  225. > > Content-Type: text/plain;
  226. > >       charset=3D"iso-8859-1"
  227. > > Content-Transfer-Encoding: quoted-printable
  228. > >
  229. > > I've been lurking on this list for a while. I'm just beginning in =3D
  230. > > fractals but really haven't had time to play with them. I do have a =3D
  231. > > question you math wiz people might be able to answer.
  232. > > I know my graphing calculator can't figure the sine when the range is=
  233.  =3D
  234. > > below -1 or above 1: can/how does the computer do it?=3D20
  235. > > One more quick question for the programmers out there: I know a littl=
  236. e =3D
  237. > > C++....   is there an inverse sine function?
  238. > >
  239. > > Thank you very much.
  240. > >
  241. > > Janet
  242. > >
  243. >
  244. > Janet,
  245. >
  246. > Firstly, on your second question: The inverse sine function in C/C++
  247. > is the asin function. asin stands for "arc sine", another name for the
  248. > inverse sine. It is available in math.h.
  249. >
  250. > Secondly, on your first question: The answer is - it can't. The sine
  251. > function only ever outputs a value between -1 and 1, regardless of
  252. > what angle you give as input. An implication of this is that the invers=
  253. e
  254. > sine function can only accept inputs in the range -1 to 1.
  255. >
  256. > Hope this helps,
  257. >
  258. > Iain.
  259. >
  260. > --------------------------------------------------------------
  261. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  262. > Post Message:   fractint@lists.xmission.com
  263. > Get Commands:   majordomo@lists.xmission.com "help"
  264. > Administrator:  twegner@fractint.org
  265. > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  266. >
  267. > --------------------------------------------------------------
  268. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  269. > Post Message:   fractint@lists.xmission.com
  270. > Get Commands:   majordomo@lists.xmission.com "help"
  271. > Administrator:  twegner@fractint.org
  272. > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  273.  
  274.  
  275. - --------------------------------------------------------------
  276. Thanks for using Fractint, The Fractals and Fractint Discussion List
  277. Post Message:   fractint@lists.xmission.com
  278. Get Commands:   majordomo@lists.xmission.com "help"
  279. Administrator:  twegner@fractint.org
  280. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  281.  
  282. ------------------------------
  283.  
  284. Date: Fri, 24 Mar 2000 11:51:38 +1200
  285. From: "Morgan L. Owens" <packrat@nznet.gen.nz>
  286. Subject: RE: (fractint) Trig question
  287.  
  288. At 07:53 23/03/2000 -0800, Gregory McClure wrote:
  289. >Unless, of course, you take the argument of the sine function into the
  290. >complex realm, then any value is possible.  For example the sin of (pi/2 -
  291. >3i) is approx. 10.07.
  292. >
  293. >There are formulas for determining the values of complex arguments for the
  294. >trigonometric, hyperbolic, and logarithmic functions that allow a computer
  295. >to calculate both real and imaginary sections separately.  C may even have a
  296. >standard package for this, I know they have a complex type.
  297. >
  298. The Fractint documentation gives the formulas it uses for its calculation
  299. of these functions with complex argument (online under "Fractals and the
  300. PC", or page 176 of fractint.doc), expressing them as functions of real
  301. variables.
  302.  
  303. To be precise, the transcendetal functions it details are:
  304.  
  305. exp, ln, sin, cos, tan, cot, sinh, cosh, tanh, coth, asin, acos, atan,
  306. acot, asinh, acosh, atanh, acoth.
  307.  
  308. Note, for example, that cosh is a rotation of cos in the complex plane.
  309.  
  310. Given the use of these expressions in the Fractint code, I would say that a
  311. complex maths library is a nonstandard beastie.
  312.  
  313. Morgan L. Owens
  314. "cosxx - now that really _is_ nonstandard!"
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321. - --------------------------------------------------------------
  322. Thanks for using Fractint, The Fractals and Fractint Discussion List
  323. Post Message:   fractint@lists.xmission.com
  324. Get Commands:   majordomo@lists.xmission.com "help"
  325. Administrator:  twegner@fractint.org
  326. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  327.  
  328. ------------------------------
  329.  
  330. Date: Thu, 23 Mar 2000 22:08:12 -0300
  331. From: "Fernando Henrique Bresslau" <wnto@yahoo.com>
  332. Subject: (fractint) Fractlas tiles (backgrounds)
  333.  
  334. Has any of you had success in designing tiles for backgrounds? I was lookind
  335. either for sometihing with a minibrot or a nice spiral... Any clues? A good
  336. example is the bitmap that comes with UF... (no, it┤s not off-topic.. it┤s
  337. still fractint related...)
  338.  
  339. Thanks in advance,
  340.  Fernando               _____    _             ___    |)  |.   | |(_`|)
  341.  bresslau@ozdobe.org     /  '   ' )  /         /  )   | ()|| ~ |_|,_)|
  342.  __________           ,-/-,      /--/         /--<
  343.  \ \ \ \ \ \         (_/ernando /  (_enrique /____)resslau         \¿-._
  344. ==**********============================================================`>
  345.  / / / / / /             fernando_bresslau@yahoo.com               /_.*¿┤
  346.  ¿¿¿¿¿¿¿¿¿¿                 http://www.ozdobe.org
  347. http://www.jugend.com.br                      http://polijr.mcca.ep.usp.br
  348.  
  349.  
  350.  
  351. __________________________________________________
  352. Do You Yahoo!?
  353. Talk to your friends online with Yahoo! Messenger.
  354. http://im.yahoo.com
  355.  
  356. - --------------------------------------------------------------
  357. Thanks for using Fractint, The Fractals and Fractint Discussion List
  358. Post Message:   fractint@lists.xmission.com
  359. Get Commands:   majordomo@lists.xmission.com "help"
  360. Administrator:  twegner@fractint.org
  361. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  362.  
  363. ------------------------------
  364.  
  365. Date: Thu, 23 Mar 2000 16:33:01 -1000
  366. From: "David Jones" <gnome@hawaii.rr.com>
  367. Subject: Re: (fractint) Fractlas tiles (backgrounds)
  368.  
  369. On 23 Mar 00 at 22:08, Fernando Henrique Bresslau wrote:
  370.  
  371. > Has any of you had success in designing tiles for
  372. > backgrounds?
  373.  
  374. Take a look at the background for my small fractals page:
  375.  
  376. http://home.hawaii.rr.com/aliasjj/fractals.html
  377.  
  378. Another blast of bits from David
  379. http://home.hawaii.rr.com/aliasjj/   http://www.hawastsoc.org/
  380. For the best Hawaii & Pacific Basin surf forecast:
  381.     http://www.surfreporthawaii.com
  382.  
  383. Random Thought for this Nanosecond
  384. He who procrastinates last still procrastinates. (D.Jones)
  385.  
  386.  
  387.  
  388. - --------------------------------------------------------------
  389. Thanks for using Fractint, The Fractals and Fractint Discussion List
  390. Post Message:   fractint@lists.xmission.com
  391. Get Commands:   majordomo@lists.xmission.com "help"
  392. Administrator:  twegner@fractint.org
  393. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  394.  
  395. ------------------------------
  396.  
  397. Date: Thu, 23 Mar 2000 21:51:47 EST
  398. From: LeeFbx@aol.com
  399. Subject: Re: (fractint) Fractlas tiles (backgrounds)
  400.  
  401. Fractiles are easy to make, using any picture editor like Paint Shop.=20
  402. Just select an area you want to be your upper left quarter tile,
  403. flip that horizontally around the right edge, and then flip the whole top
  404. vertically around the lower edge to make the bottom half.=20
  405. You can get many different tiles from one fractal image this way, and
  406. it's much easier than trying to get Fractint to produce a tile directly. =20
  407. The fun comes in selecting the upper left corner.
  408. I hope this helps.
  409. - -Lee Fairbanks    =20
  410.  
  411.  
  412. In a message dated 03/23/2000 5:11:27 PM Pacific Standard Time,=20
  413. wnto@yahoo.com writes:
  414.  
  415. > Has any of you had success in designing tiles for backgrounds? I was looki=
  416. nd
  417. >  either for sometihing with a minibrot or a nice spiral... Any clues? A go=
  418. od
  419. >  example is the bitmap that comes with UF... (no, it=B4s not off-topic.. i=
  420. t=B4s
  421. >  still fractint related...)
  422.  
  423. - --------------------------------------------------------------
  424. Thanks for using Fractint, The Fractals and Fractint Discussion List
  425. Post Message:   fractint@lists.xmission.com
  426. Get Commands:   majordomo@lists.xmission.com "help"
  427. Administrator:  twegner@fractint.org
  428. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  429.  
  430. ------------------------------
  431.  
  432. Date: Thu, 23 Mar 2000 23:33:55 -0500 (EST)
  433. From: Jim Muth <jamth@mindspring.com>
  434. Subject: (fractint) Fractal tiles for backgrounds
  435.  
  436. This formula will produce a wide variety of tiling effects.  
  437. The attached par file draws a sample with a midget.
  438.  
  439.  
  440. fractiles          {;  p1=Mandelbrot set coordinates
  441.   reset=2000 type=formula formulafile=jim.frm
  442.   formulaname=Mosaic function=tan/tan/tan/tan
  443.   center-mag=4.44089e-015/-3.16414e-015/0.1392427/1/-3\
  444.   9.999 params=-1.76/0 float=y maxiter=95
  445.   bailout=25 inside=0 logmap=yes symmetry=none
  446.   periodicity=10 sound=off
  447.   colors=000IVBEVBMZCUaDdA2<3>GU5AY5Ia9<3>kmNrpRysU<3>\
  448.   ZihSflLdpEat8_wRkWiw5nmOscfdAV<3>lWSn`RpfRrkQspQ<3>d\
  449.   RI`KGYEF<3>`U3`Y0Rb1Hg1<2>PK`RClWFk<3>lRkqUkuXky_k<3\
  450.   >YcVRdQKeMDfI6gEAbBEY9HU7<3>_S4dS3iS2mS2<3>eZec_odch\
  451.   <3>gpKgtEhw8hz2<3>uvMxvQmcRcLR8isNkSal1<3>ioJkpNmpSo\
  452.   qWqq_<3>mbelZfkVgjShbOQVL7<3>LNRJNWHN`FNd<3>SZnVapM_\
  453.   hDY`4XU<3>7HM8DK99I96H<3>58W48Z38b38e<2>vzhoC`<3>cME\
  454.   `P8ZR3c0G<4>PKQ<2>GVV<3>WSO_RMcQLgPJkPIiYIheI<3>hISh\
  455.   CUh7WVEG<2>1VK<3>EskHyqUWee2UZWgTxt<3>LQoVQrcQu<3>H9\
  456.   y<3>_d4<3>OoTLr_IueFxkDzq<2>kKl<3>feZejVdoSctP<3>hkf\
  457.   iijjgokeslcw<2>HSu<3>9bo7dn5gm3il<6>rKe
  458.   }
  459.  
  460. frm:Mosaic {;  p1=Mandelbrot set coordinates
  461. z=c=p1+.05*(fn1(fn2(real(pixel)))+\
  462. flip(fn3(fn4(imag(pixel))))):
  463. z=sqr(z)+c,
  464. |z| <= 100
  465. }
  466.  
  467.  
  468.  
  469. - --------------------------------------------------------------
  470. Thanks for using Fractint, The Fractals and Fractint Discussion List
  471. Post Message:   fractint@lists.xmission.com
  472. Get Commands:   majordomo@lists.xmission.com "help"
  473. Administrator:  twegner@fractint.org
  474. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  475.  
  476. ------------------------------
  477.  
  478. Date: Fri, 24 Mar 2000 00:20:14 -0500 (EST)
  479. From: Jim Muth <jamth@mindspring.com>
  480. Subject: (fractint) FOTD, 24-03-00 (A Stranger Fractal [8]) (c)
  481.  
  482. FOTD -- March 24, 2000  (Rating 8)
  483.  
  484. Fractal enthusiasts and visionaries:
  485.  
  486. Today's fractal rates an 8.  Actually, I was undecided on a 7 or 
  487. an 8, so I decided to give myself the benefit of the doubt by 
  488. rating the image an 8, which equals much-above-average on my 
  489. scale of fractal worth.
  490.  
  491. It's an unusually complex image to have come from the formula 
  492. (1/Z)-Z+C.  But the complexity of the image is not too 
  493. surprising, since nothing in the field of fractals is totally 
  494. unexpected.  Actually, the image is most unusual in that it has 
  495. 24 spiral arms radiating from the obviously quadratic midget at 
  496. the center.  24 is not a power of 2.
  497.  
  498. Since it is one of the stranger midgets I have yet turned up, I 
  499. named the picture "A Stranger Fractal".  I gave the coloring 
  500. aspect a bit more effort than usual, spending all of 25 minutes 
  501. fine-tuning the colors.  The results of my efforts may be seen 
  502. in 18 minutes by running the attached parameter file, or even 
  503. sooner by going to the usenet group:
  504.  
  505.           <alt.binaries.pictures.fractals>
  506.  
  507. and downloading the JPEG file from there.  The image is also 
  508. available on Paul Lee's web site at:
  509.  
  510.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  511.  
  512. The ever-present-but-not-always-notable fractal weather was 
  513. un-notable today, as a partly cloudy sky and temperature of 60F 
  514. (15.5C) made it as normal and average a day as possible.  The 
  515. cats must have approved of the non-event, since they spent 
  516. several hours outdoors on the porch.
  517.  
  518. I came upon an article in the news this afternoon telling that 
  519. physicist Freeman Dyson has received the Templeton Prize for 
  520. Progress in Religion.  In his acceptance speech, Mr. Dyson, an 
  521. Agnostic, called for science and religion to work to find a way 
  522. to reconcile their differences.  I agree 100 percent with his 
  523. feelings on this matter.
  524.  
  525. The article has my philosophical wheels once again in high gear, 
  526. so expect some interesting thoughts from me on the philofractal 
  527. list in a day or two.
  528.  
  529. Until next time, take care, and once a fractal, always a fractal.
  530.  
  531.  
  532. Jim Muth
  533. jamth@mindspring.com
  534.  
  535.  
  536. START 20.0 PAR-FORMULA FILE================================
  537.  
  538. A_Stranger_Fractal { ; time=0:17:40.46 SF5 on a P200
  539.                      ;  Version 2000 Patchlevel 9
  540.   reset=2000 type=formula formulafile=critical.frm
  541.   formulaname=MandelbrotMix4 function=ident passes=1
  542.   center-mag=-0.618152963511252/-2.530318379843519/5.1\
  543.   09333e+007/1/-137.5 params=1/-1/-1/1/0/-80 float=y
  544.   maxiter=12000 inside=0 logmap=275 periodicity=10
  545.   colors=000cGK<6>cMKcNKcOKcPKcQKcRK<3>_VNZWOYXP<3>T`T\
  546.   RaUQbW<2>Le`KgbKjd<3>IfcHecHdc<2>FacF`cE_eEZfDYgCWhD\
  547.   XiDXjDXmEXkEXkEYkEYm<2>FYmFYnGZp<3>HZxH_zH_zI_zI_zI_\
  548.   zJazIWwIUwHUrHOmHOgGLjGIaFFUFCUGATF9FF9A<7>F6AF6AF5A\
  549.   F5AF5A<3>F3DF3EF3D<2>F2B<3>dUPj`SiaVhcT<2>OVQ3SNHSPQ\
  550.   U6VVQ<9>WfTWgTWhT<3>WlU<3>fohiollpposr<8>kYwkWwjTx<3\
  551.   >iKy<3>Y_NVcDTg4Rh6Ph7<3>HqBFsCDsE<3>5vI3vJ2uK6oL9kM\
  552.   CgNFdO<3>SWSVUTYSU<3>iKYqD`<5>SaSNeQJiPFmNAqM6uK0zI<\
  553.   4>8wM9wNBvOCvOEuP<3>KxSLyTNzULzUOzURzFUz0<3>Oz8MzALz\
  554.   B<5>PzVQzZQza<2>SzkTznUzp<18>Szw
  555.   }
  556.  
  557. frm:MandelbrotMix4 {; Jim Muth
  558. a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  559. g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  560. k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  561. z=k*((a*(z^b))+(d*(z^f)))+c,
  562. |z| < l
  563. }
  564.  
  565. END 20.0 PAR-FORMULA FILE==================================
  566.  
  567.  
  568. - --------------------------------------------------------------
  569. Thanks for using Fractint, The Fractals and Fractint Discussion List
  570. Post Message:   fractint@lists.xmission.com
  571. Get Commands:   majordomo@lists.xmission.com "help"
  572. Administrator:  twegner@fractint.org
  573. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  574.  
  575. ------------------------------
  576.  
  577. Date: Thu, 23 Mar 2000 22:43:25 -0600
  578. From: "Scott D. Boyd" <sdboyd@fastlane.net>
  579. Subject: (fractint) Xfractint menu questions
  580.  
  581. This message is directed to all the Xfractint users out there.
  582.  
  583. I am working on cleaning up the user interface of Xfractint so that the prompts
  584. are more appropriate to Linux/Unix users. (Such as changing the function-key
  585. prompts to Shift-n prompts. I have a couple of questions for other people
  586. running Xfractint with Linux (or other Unix-based OS's):
  587.  
  588. 1.Can anyone use the `Delete' key for the Main Menu selection: "select video
  589. mode   <del>". In my case, `Delete' doesn't work. I have to press the `Enter'
  590. key only when this menu item is highlighted. (I know we can't select a video
  591. mode, but still I have to press `Enter' to draw the fractal.) If the delete key
  592. works for you, please also let me know what OS you are using. (Linux, HP-UX,
  593. Solaris, *BSD, etc.) I just want to make sure that this isn't happening only to
  594. me because of some hidden, arcane setting in some keyboard-map file.
  595.  
  596. 2. While going thru one of the source files that deals with the main menu, I
  597. realized that everything below "restart Fractint  <ins>" is missing, such as
  598. color-cycling, pallette editing, make starfield, etc. Is this common to all
  599. Xfractint installations? I can remove a certain condition in the source file,
  600. re-compile, and the menu items will show up. Color-cycling still won't work,
  601. (when I press the C key, I get a beep) but the others will.
  602.  
  603. Please email me with your results. I realize that there may not be many
  604. Xfractint users subscribed to the fractint-development mailing list, so I'm
  605. also posting this to the regular fractint users mailing list. If you are
  606. reading this on *that* list, please respond directly to me, so as not to
  607. clutter up the regular fractint list with answers to a development question.
  608.  
  609. Thanks,
  610. Scott D. Boyd
  611. - -- 
  612. email:  sdboyd@fastlane.net
  613. http://www.fastlane.net/~sdboyd/
  614. Introducing Windows 2000 !! -- Now reduced to only 65,000 bugs !!
  615.  
  616.  
  617.  
  618. - --------------------------------------------------------------
  619. Thanks for using Fractint, The Fractals and Fractint Discussion List
  620. Post Message:   fractint@lists.xmission.com
  621. Get Commands:   majordomo@lists.xmission.com "help"
  622. Administrator:  twegner@fractint.org
  623. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  624.  
  625. ------------------------------
  626.  
  627. Date: Fri, 24 Mar 2000 19:20:37 +1200
  628. From: "Morgan L. Owens" <packrat@nznet.gen.nz>
  629. Subject: Re: (fractint) Fractlas tiles (backgrounds)
  630.  
  631. At 22:08 23/03/2000 -0300, you wrote:
  632. >Has any of you had success in designing tiles for backgrounds? I was=
  633.  lookind
  634. >either for sometihing with a minibrot or a nice spiral... Any clues? A good
  635. >example is the bitmap that comes with UF... (no, it=B4s not off-topic..=
  636.  it=B4s
  637. >still fractint related...)
  638. >
  639. They're not minibrots or nice spirals, but I've got some novel tiles out of
  640. the Ant type, with a small viewwindow; wrapping at the edges is the default
  641. behaviour for these. Fiddle: types 1 and 2 both have potential.
  642.  
  643. Morgan L. Owens
  644. "Or start with a minibrot or spiral then ctrl-A an ant over the top."
  645.  
  646.  
  647.  
  648. - --------------------------------------------------------------
  649. Thanks for using Fractint, The Fractals and Fractint Discussion List
  650. Post Message:   fractint@lists.xmission.com
  651. Get Commands:   majordomo@lists.xmission.com "help"
  652. Administrator:  twegner@fractint.org
  653. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  654.  
  655. ------------------------------
  656.  
  657. Date: Fri, 24 Mar 2000 08:57:53 -0500
  658. From: Tom Conally <conally@netpath.net>
  659. Subject: Re: (fractint) Fractal tiles for backgrounds
  660.  
  661. Hi all,
  662. I was considering the question on tiling and looked into my paintshop pro
  663. plugins and found a filter series called Filter Factory  and under letter U
  664. was a filter called center square tiling. I tried it on some of my fractals
  665. and was amazed at the results. It is a free download on websites dealing
  666. with paintshop pro and photoshop. http://www.pluginhead.i-us.com/ffc_frame.htm
  667. It is for photoshop but works fine on paintshop pro
  668. If anyone needs help using it I will be glad to help.
  669. Tom Conally
  670.  
  671. In every boomerang there is a perfect throw.
  672. Your life, Grasshopper, is to practice
  673. till you find that throw
  674. and become one with that boomerang!
  675. http://fly.to/boomerangs  " Flying Frog Boomerangs"
  676. http://www.vstore.com/vstorehardware/flyingfrogtools/  "Flying Frog Tools"
  677. http://www.netpath.net/~conally   My greater internet index
  678.  
  679. - --------------------------------------------------------------
  680. Thanks for using Fractint, The Fractals and Fractint Discussion List
  681. Post Message:   fractint@lists.xmission.com
  682. Get Commands:   majordomo@lists.xmission.com "help"
  683. Administrator:  twegner@fractint.org
  684. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  685.  
  686. ------------------------------
  687.  
  688. Date: Fri, 24 Mar 2000 10:49:43 -0800 (PST)
  689. From: winnetou may <wnto@yahoo.com>
  690. Subject: Re: (fractint) Fractlas tiles (backgrounds)
  691.  
  692. First of all, thank you for all your prompt replys.
  693. I'm still at school (college), so sme things I could
  694. test, others not. The mirror trick is a good idea,
  695. I'll try that later, I'm sure I'll have great results
  696. from that. The formula and the parameter weren't
  697. tested yet, I'm curious about it. The filter for psp
  698. is being hunted in the moment, and I'll try it as soon
  699. as psp 6 is downloaded (if our nice winNt allws me
  700. conventional user to install it).
  701. My reason for wanting a nice tile is a site I'm
  702. developing and is going to be mentioned in a small
  703. student magazine. So, I'm doing a face lift, and I'm
  704. telling you all when it's ready.
  705. Thanks,
  706.  
  707.  
  708. __________________________________________________
  709. Do You Yahoo!?
  710. Talk to your friends online with Yahoo! Messenger.
  711. http://im.yahoo.com
  712.  
  713. - --------------------------------------------------------------
  714. Thanks for using Fractint, The Fractals and Fractint Discussion List
  715. Post Message:   fractint@lists.xmission.com
  716. Get Commands:   majordomo@lists.xmission.com "help"
  717. Administrator:  twegner@fractint.org
  718. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  719.  
  720. ------------------------------
  721.  
  722. Date: Fri, 24 Mar 2000 23:57:28 -0300
  723. From: "Fernando Henrique Bresslau" <wnto@yahoo.com>
  724. Subject: Re: (fractint) Fractal tiles for backgrounds
  725.  
  726. Jim, I just loved your image, now I┤m goin to have to explre that nice
  727. formula.... thanks
  728. Fernando
  729.  
  730.  
  731. __________________________________________________
  732. Do You Yahoo!?
  733. Talk to your friends online with Yahoo! Messenger.
  734. http://im.yahoo.com
  735.  
  736. - --------------------------------------------------------------
  737. Thanks for using Fractint, The Fractals and Fractint Discussion List
  738. Post Message:   fractint@lists.xmission.com
  739. Get Commands:   majordomo@lists.xmission.com "help"
  740. Administrator:  twegner@fractint.org
  741. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  742.  
  743. ------------------------------
  744.  
  745. Date: Sat, 25 Mar 2000 01:28:46 -0500 (EST)
  746. From: Jim Muth <jamth@mindspring.com>
  747. Subject: (fractint) FOTD, 25-03-00 (A Fractal Circle [5]) (c)
  748.  
  749. FOTD -- March 25, 2000  (Rating 5)
  750.  
  751. Fractal enthusiasts and visionaries:
  752.  
  753. Today, for the fractal of the day, we have a circle -- a fractal 
  754. circle.  I realize that circles are not at all rare in fractals, 
  755. especially fractals of the Julia type, but the circle in today's 
  756. picture surrounds a fully-developed Mandelbrot midget, and the 
  757. circle is so perfect that I just had to make it the FOTD for 
  758. March 25.
  759.  
  760. The formula that created the circle is Z-(1/Z)+C.  Of all the 
  761. formulae in my vast collection, (and the number of formulae I 
  762. have filed away on half-forgotten disks is vast indeed), this 
  763. particular formula is the one that gets the most from the least. 
  764. Taken separately, each of the two parts does little of interest. 
  765. Z+C draws a series of concentric circles, while (1/Z)+C draws a 
  766. vertical string of beads, but combined, the two parts work 
  767. wonders.
  768.  
  769. Since 1/Z equals Z^(-1), this formula contains a negative 
  770. exponent, which means that the images it draws will be greatly 
  771. affected by the bailout radius.  In today's picture the bailout 
  772. has been raised to 10100, a value that has a strange effect on 
  773. the resulting fractal.
  774.  
  775. I may write a speed-optimized version of this particular 
  776. expression, and add it to my critical.frm file.  Then I could 
  777. have a Z-(1/Z) month.  But for now, we'll just have to make do 
  778. with the M-Mix4 generalized version.
  779.  
  780. The attached parameter file requires around 11 minutes to 
  781. render.  The JPEG format image file has already been rendered, 
  782. and has been posted to the Usenet binary group:
  783.  
  784.           <alt.binaries.pictures.fractals>
  785.  
  786. and to Paul Lee's web site at:
  787.  
  788.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  789.  
  790. The image may be downloaded from either site for easy viewing.
  791.  
  792. The fractal weather today was near perfect for both man and 
  793. cats.  Bright sunshine and a temperature of 66F (19C) kept the 
  794. cats lounging on the porch all afternoon, and it kept me wishing 
  795. I had the time to enjoy it.
  796.  
  797. The fractosophy is cooking, philosophy fans.  But philosophy of 
  798. such a high caliber, (IMHO), cannot be hurried.  I'll have much 
  799. to say on the philofractal list perhaps as soon as tomorrow, 
  800. perhaps not for several days after that.  But however it goes, I 
  801. *will* have a new and improved fractal for tomorrow.  Until that 
  802. magic moment arrives, take care, keep waiting like a child on 
  803. the day before Christmas, and pardon the rhetoric.
  804.  
  805.  
  806. Jim Muth
  807. jamth@mindspring.com
  808.  
  809.  
  810. START 20.0 PAR-FORMULA FILE================================
  811.  
  812. A_Fractal_Circle   { ; Time=0:11:14.32 SF5 on a P200
  813.                      ;  Version 2000 Patchlevel 9
  814.   reset=2000 type=formula formulafile=critical.frm
  815.   formulaname=MandelbrotMix4 function=ident passes=1
  816.   center-mag=-0.1756676821649493/-1.626528667054578/9.\
  817.   385979e+007/1/7.499 params=1/1/-1/-1/0/10000 float=y
  818.   maxiter=1500 inside=0 logmap=215 periodicity=10
  819.   colors=000lbJi`Hf_Gc_E`YDYXCVXASV9PU8MU6JS4GQ3DQ1AP0\
  820.   8N04N01M00K00K0AD1P8Ac1Js0Sz0_<2>z0cz3ez6fz9f<3>zKly\
  821.   NnyQnxUpxXrv_svbtvet<2>epn`skXviQyhMzeGzcCzb8z`Ht_Qe\
  822.   Y`QXiCXHeY0z_<3>1zP6zNAzKGzHKzGQzDVzA_z9ez6iz3nz1iz3\
  823.   fy3bt3_r3Vl3Sh3Nc3K`3GX3DS3AP38N86MC3KG1KK0JN0HS0HX0\
  824.   G`0Ee0Eh0CY4APD8EK66S40N96JCDEEKAJS6M_1Pf0Sn0Vp1Xp3Y\
  825.   p4_p6`r<3>CfsDhsEisGksGls<2>KrtMstNtvPvvQxvSyvUzxVzx\
  826.   XzxYzxYzx_zt`xrbtncpkekhehefcbh__iXXkSUkPSlKPnGMpDJr\
  827.   9Gs4Ds1At08v04x01y00y00t01p04l08h0Ac0D`1GX6KS9NPCQKE\
  828.   UGHXDK_9Nb4Sf1Vi<3>0fv0iy4hpQhhlh_zhSzkUzlVzpXzrYX40\
  829.   V80<3>UH0UJ0UM0SP0SQ0SU0QX0QY0<3>Ph0Pk0Nl0Np0Ns0Mt0M\
  830.   x0Mz0<3>Nz0Nz0Qz0<10>fz0hz0iz0<4>rz0sz0tz0vz0xz0yz0\
  831.   <2>zz1zz4zz9<3>zzMzzQzzU<2>zzczzbzz`zz`zz9<3>zzM
  832.   }
  833.  
  834. frm:MandelbrotMix4 {; Jim Muth
  835. a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  836. g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  837. k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  838. z=k*((a*(z^b))+(d*(z^f)))+c,
  839. |z| < l
  840. }
  841.  
  842. END 20.0 PAR-FORMULA FILE==================================
  843.  
  844.  
  845. - --------------------------------------------------------------
  846. Thanks for using Fractint, The Fractals and Fractint Discussion List
  847. Post Message:   fractint@lists.xmission.com
  848. Get Commands:   majordomo@lists.xmission.com "help"
  849. Administrator:  twegner@fractint.org
  850. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  851.  
  852. ------------------------------
  853.  
  854. Date: Sat, 25 Mar 2000 11:44:51 -0500
  855. From: Tom Conally <conally@netpath.net>
  856. Subject: Re: (fractint) FOTD, 25-03-00 (A Fractal Circle [5]) (c)
  857.  
  858. Jim,
  859. Your FOTD today looks like a camelia flower with a mandelbrot center! Very
  860. nice!
  861.  
  862. At 01:28 AM 03/25/2000 -0500, you wrote:
  863. >
  864. >FOTD -- March 25, 2000  (Rating 5)
  865. >
  866. >Fractal enthusiasts and visionaries:
  867. >
  868. >Today, for the fractal of the day, we have a circle -- a fractal 
  869. >circle.  I realize that circles are not at all rare in fractals, 
  870. >esp
  871.  
  872. Tom Conally
  873. In every boomerang there is a perfect throw.
  874. Your life, Grasshopper, is to practice  till you find that throw
  875. and become one with that boomerang!
  876. __________________________________________
  877. Boomerangs        http://fly.to/boomerangs
  878. Internet Index       http://www.netpath.net/~conally/
  879.  
  880.  
  881.  
  882. - --------------------------------------------------------------
  883. Thanks for using Fractint, The Fractals and Fractint Discussion List
  884. Post Message:   fractint@lists.xmission.com
  885. Get Commands:   majordomo@lists.xmission.com "help"
  886. Administrator:  twegner@fractint.org
  887. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  888.  
  889. ------------------------------
  890.  
  891. Date: Sat, 25 Mar 2000 23:24:46 EST
  892. From: JWeaver285@aol.com
  893. Subject: (fractint) some recent pars ~
  894.  
  895. Hi All,
  896.  
  897.  Here's a few favorites of my recent fractaling.  If I've previously sent any 
  898. of these, please forgive me.  Haven't been keeping track here with the new 
  899. PC(13months) <G>   Enjoy~
  900.  
  901.  Jim Weaver
  902. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  903.  
  904. 3rdCoast.gif       { ; image(c)2000 Jim Weaver
  905.   reset=1960 type=mandel(fn||fn) function=log/flip passes=t
  906.   center-mag=+1.60533291452199800/-1.33498883875210200/1.18619/1/45
  907.   params=0/0/0.7541600000000001 float=y maxiter=255 inside=bof60
  908.   decomp=256 periodicity=0
  909.   colors=000700<11>`00c00d44<13>zzz<3>snNukDsh3qe0<2>kX0aU0<9>I00<8>000300\
  910.   000003005<5>D0KF0MJ0P<3>Q0ZS0`U2cW4d<2>aGhcKieMkgOmiWokYpmbqoesqjusovupw\
  911.   xvyzzzyvxwpuvosujqseoqbmpYkoWimOgkMeiKc<2>f8Yd4Wc2U`0S<4>R0IP0GN0GL0C<4>\
  912.   B02900700500005<13>00c<15>zzz<15>EEcBBa88Z<2>00S<9>003000022<14>0cc<15>z\
  913.   zz<15>0c0<14>030000200500
  914.   }
  915.  
  916. Fins               { ; image(c)2000 JimWeaver
  917.   reset=1960 type=formula formulafile=_i.frm formulaname=inandout13
  918.   function=sinh/sqr passes=t
  919.   center-mag=-0.626395/0.463283/3.369305/1/-12.498 params=1/0/0/0
  920.   float=y inside=epsiloncross invert=0.1/-0.4/0 periodicity=0
  921.   colors=0000c0<14>030000200<13>`00c00d44<13>zzz<3>snNukDsh3qe0<2>kX0aU0<9\
  922.   >I00<8>000300000003005<5>D0KF0MJ0P<3>Q0ZS0`U2cW4d<2>aGhcKieMkgOmiWokYpmb\
  923.   qoesqjusovupwxvyzzzyvxwpuvosujqseoqbmpYkoWimOgkMeiKc<2>f8Yd4Wc2U`0S<4>R0\
  924.   IP0GN0GL0C<4>B02900700500005<13>00c<15>zzz<15>EEcBBa88Z<2>00S<9>00300002\
  925.   2<14>0cc<15>zzz<14>4d4
  926.   }
  927.  
  928. g303004.gif        { ; image(c)2000 JimWeaver
  929.   reset=1960 type=formula formulafile=fractint.frm
  930.   formulaname=g-3-03-m function=log/conj passes=b
  931.   center-mag=0.990512/-1.19193/1.94364/1/87.5 params=0.11/0.03/0.4/0
  932.   float=y inside=bof60 outside=real periodicity=0
  933.   colors=000nP0<3>jB0i70f70<14>000<15>S5N<15>zz0<14>ZZ8XX8VW8TU8RS8<2>LM6J\
  934.   K6HI6FG6DF5<2>795574354033077<13>4zz<15>zz0<15>z1z<15>000<7>0K00N00Q00T0\
  935.   0W0<3>0f0<15>zz0<15>zzz<15>000<12>TN0WO0YQ0`S0aU0<14>zz0<9>oS0
  936.   }
  937.  
  938. kchn17a1.gif       { ; image(c)2000 JimWeaver
  939.   reset=1960 type=formula formulafile=fract196.frm
  940.   formulaname=inandout04 function=cabs passes=b
  941.   center-mag=0.0402045/-0.0677868/2.994378/1/-77.5
  942.   params=0.9399999999999999/-0.58/100/0 float=y maxiter=255
  943.   inside=bof60 periodicity=0
  944.   colors=000pnnwuu<9>aQH_MDYJ9VF4SD4<5>421445<7>UOFYRG`THdWJfXJ<5>oaI<4>jT\
  945.   FiSEhQDgOCfMBeKB<7>Y54X33Y65<13>skYuo`un`<4>riYqhYogX<29>553432221000101\
  946.   <18>K4AL4BM5BN6B<25>uaEwcExdEzfFyeF<26>N9CL8CK7CI5BH5AG59F49E4873D<7>214\
  947.   213112000000000<24>325325325436534423<6>jhh
  948.   }
  949.  
  950. Wave               { ; image(c)2000 JimWeaver  (etch02z.gif)
  951.   reset=1960 type=formula formulafile=_i.frm formulaname=inandout06
  952.   function=atanh/asinh/sin passes=b
  953.   center-mag=-1.04373304461890100/+0.05870978187343233/1250.463/0.9786/-11\
  954.   5.201/-13.313 params=0/0/0/0 float=y inside=bof60
  955.   colors=000yeCxbBu_9sX8oU7lR5<2>ZI2UF1OC1<3>000000<3>O82UA3ZC5cE7hG9lIBoK\
  956.   EsMGuOJxQMySPyTSzVVyTSySPxQMuOJsMGoKElIB<2>ZC5UA3O82<3>000000610C21I31O4\
  957.   3U55Z67c7Ah8Dl9HoALsBOuCTxDXyEazFfzGjyFeyEaxDXuCTsBOoALl9Hh8Dc7AZ67U55O4\
  958.   3I31<2>000000500901E02I04<3>Y0I`0Mb0Se0Wg0ai0gj0mj0tk0yj0tj0mi0gg0ae0Wb0\
  959.   S`0MY0IU0EQ0AM07I04E02<2>000000300601901<2>I07K0AM0EO0HQ0LS0O<3>V0fW0jV0\
  960.   f<2>T0TS0OQ0LO0HM0D<4>901<2>000000<3>602703905<2>C0BD0EE0GE0JF0M<2>G0V<4\
  961.   >E0GD0EC0BB09A07<3>401300100<4>000001001002003<7>00E00F00E<6>004640<2>OG\
  962.   0UK0ZO0cS0hW0lZ0ob0sf0uj0xn0yr0yv0zz0yv0yr0xn0uj0sf0ob0lZ0<2>ZO0UK0OG0<3\
  963.   >000000<2>I90OC1UF1ZI2cL3hO4lR5oU7sX8u_9xbB<2>zjFzhE
  964.   }
  965.  
  966.  
  967. - --------------------------------------------------------------
  968. Thanks for using Fractint, The Fractals and Fractint Discussion List
  969. Post Message:   fractint@lists.xmission.com
  970. Get Commands:   majordomo@lists.xmission.com "help"
  971. Administrator:  twegner@fractint.org
  972. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  973.  
  974. ------------------------------
  975.  
  976. Date: Sun, 26 Mar 2000 01:20:02 -0500 (EST)
  977. From: Jim Muth <jamth@mindspring.com>
  978. Subject: (fractint) FOTD, 26-03-00 (End of the Tunnel [5]) (c)
  979.  
  980. FOTD -- March 26, 2000  (Rating 5)
  981.  
  982. Fractal enthusiasts and visionaries:
  983.  
  984. Today's fractal is titled "End of the Tunnel", which originally 
  985. was short for "Light at the End of the Tunnel".  But when I 
  986. realized that the end of the tunnel in this image is total 
  987. darkness, I dropped the 'light' part of the name.  It would not 
  988. have fit in the allotted space anyway.
  989.  
  990. The midget in the scene is a midget of one of the lowest orders 
  991. of all time -- 1.09.  The complete formula is 
  992. (Z^1.09)*(C^0.7)+C.  Yes, I realize that the Z^1.09 Mandeloid 
  993. has no midgets, so where then does the midget in today's image 
  994. come from?
  995.  
  996. Actually, it is the midget on the negative tail of the Z^1.09 
  997. Mandeloid.  Yes, I also realize that the Z^1.09 Mandeloid has no 
  998. negative tail.  This is where the JimsCompMand formula comes in 
  999. handy.
  1000.  
  1001. This formula is a simple generalization of the cmplxmarksmand 
  1002. formula, which splits the M-set along its negative axis.  When 
  1003. applied to the Z^1.09 figure, the JimsCompMand formula splits 
  1004. the negative X-axis, bringing the previously buried midget on 
  1005. the negative tail out from its imaginary hiding place.
  1006.  
  1007. But the process is not quite as simple as it first appears.  By 
  1008. the time the exponent has been reduced to 1.09, the midget has 
  1009. shrunk to the point of invisibility, making it necessary to 
  1010. track the midget as the exponent is gradually reduced.  The 
  1011. final result is today's picture.
  1012.  
  1013. I could have tracked the midget much farther down, but below the 
  1014. 1.09 exponent of today's picture, the midget degenerates into a 
  1015. lopsided oval, while the surrounding features become so finely 
  1016. divided that they form little more than a sandy background.
  1017.  
  1018. Today's midget has some interesting textures along its border.  
  1019. I'll be investigating this area tomorrow, and if I find anything 
  1020. of interest, it will appear as the FOTD.
  1021.  
  1022. Requiring 15 minutes to render on a modest Pentium, the para-
  1023. meter file is a bit on the slow side.  Instant relief can be 
  1024. found by going to:
  1025.  
  1026.           <alt.binaries.pictures.fractals>
  1027.  
  1028. where the finished image has been posted.  The image is also 
  1029. available at:
  1030.  
  1031.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  1032.  
  1033. The fractal weather, for anyone who actually cares about the 
  1034. local weather, was partly cloudy and quite warm today.  It was 
  1035. unusually muggy, with an evening thunder-shower.  The cats must 
  1036. have approved of the 68F (20C) temperature, because they passed 
  1037. the middle of the day lounging in their chairs on the porch.
  1038.  
  1039. There is no fractal philosophy today -- it's not finished 
  1040. cooking yet.  But the odds are 40 percent that I'll have it 
  1041. ready by tomorrow, (80 percent by the next day).  Until next 
  1042. time, take care, and keep your fractals up.
  1043.  
  1044.  
  1045. Jim Muth
  1046. jamth@mindspring.com
  1047.  
  1048.  
  1049. START 20.0 PAR-FORMULA FILE================================
  1050.  
  1051. End_of_the_Tunnel  { ; time=0:15:01.30 SF5 on a P200
  1052.                      ;  Version 2000 Patchlevel 9
  1053.   reset=2000 type=formula formulafile=jim.frm
  1054.   formulaname=JimsCompMand passes=1
  1055.   center-mag=-1.1486864985/0.2740245946/1424.552/1/60
  1056.   params=1.09/0/0.7/0/0/0 float=y maxiter=18000
  1057.   bailout=25 inside=0 logmap=71 periodicity=10
  1058.   colors=000zzzzzzzzzwzzuzzpzzmyzhvzfuzcszapw<2>UlsSjr\
  1059.   OhnMfmKelHcjGaf<3>GV`GUXHSVHQUHOSHMOHKMHHKHGHHDGKBBK\
  1060.   99K77K44K20K00K00K00M00K00<3>K00K00K00<2>K00K00K02K0\
  1061.   2K04K04K07K07K09K09K09K0BK0BK0DK0DK0G<2>K0HK0KK0KK0K\
  1062.   K0MK0MK0OK0OK0QK0QK0SK0SK0SK0UK0UK0VK0VK0XK0XK0ZK0ZK\
  1063.   0`<2>K0aK0aK0cK0cK0e<2>K0fK0fK0hK0hK0jK0jK0l<2>K0mH0\
  1064.   jK0lK0m<3>K0sK0uK0vK2wK4y<3>KDzKDzKGzKHz<3>KQzKQzHSz\
  1065.   HSzHSzHUz<3>HVzHVzHVzHXzHXzHXzHZzHZzHZzHZzH`z<3>HazH\
  1066.   azHczHczHczHczHez<3>HfzHfzHfzHhzHhzHhzHjzHjzHjzHjyHl\
  1067.   yHlyHlyHmw<3>HnvHnvHnvHpvHpuHpuHruHruHrs<2>HssHsrHur\
  1068.   <2>HurDrsBns9ms7js4fs4au2cs2cs2es<2>2fs2fs2hs2hs2js2\
  1069.   js2ls<3>2mr2nr2nr2nr2pr2pr2rr2rr2sr2sr0sp0up<3>0wp0w\
  1070.   p0wp0yp0yp0zp0zp0zn<3>0zn0zn2zn4zn7zn<4>7zn
  1071.   }
  1072.  
  1073. frm:JimsCompMand {; Jim Muth
  1074. z=c=pixel:
  1075. z=z^p1*(c^p2)+c,
  1076. |z| <= p3+100
  1077. }
  1078.  
  1079. END 20.0 PAR-FORMULA FILE==================================
  1080.  
  1081.  
  1082. - --------------------------------------------------------------
  1083. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1084. Post Message:   fractint@lists.xmission.com
  1085. Get Commands:   majordomo@lists.xmission.com "help"
  1086. Administrator:  twegner@fractint.org
  1087. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1088.  
  1089. ------------------------------
  1090.  
  1091. End of fractint-digest V1 #462
  1092. ******************************
  1093.  
  1094.