home *** CD-ROM | disk | FTP | other *** search
/ ftp.xmission.com / 2014.06.ftp.xmission.com.tar / ftp.xmission.com / pub / lists / fractint / archive / v01.n094 < prev    next >
Internet Message Format  |  1998-01-30  |  45KB

  1. From: owner-fractint-digest@lists.xmission.com (fractint-digest)
  2. To: fractint-digest@lists.xmission.com
  3. Subject: fractint-digest V1 #94
  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, January 31 1998       Volume 01 : Number 094
  11.  
  12.  
  13.  
  14.  
  15. ----------------------------------------------------------------------
  16.  
  17. Date: Sat, 31 Jan 1998 00:13:31 -0500 (EST)
  18. From: ao950@freenet.carleton.ca (Paul Derbyshire)
  19. Subject: Re: (fractint) (Fractint) Formula Fricassee
  20.  
  21. What?! You can assign to "pixel"??
  22.  
  23.  
  24. - --
  25.     .*.  Friendship, companionship, love, and having fun are the reasons for
  26.  -()  <  life. All else; sex, money, fame, etc.; are just to get/express these.
  27.     `*'  Send any and all mail with attachments to the hotmail address please.
  28. Paul Derbyshire ao950@freenet.carleton.ca pgd73@hotmail.com
  29.  
  30. - -
  31. - ------------------------------------------------------------
  32. Thanks for using Fractint, The Fractals and Fractint Discussion List
  33. Post Message:   fractint@xmission.com
  34. Get Commands:   majordomo@xmission.com "help"
  35. Administrator:  twegner@phoenix.net
  36. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  37.  
  38. ------------------------------
  39.  
  40. Date: Fri, 30 Jan 1998 21:42:15 -0800
  41. From: Mark Christenson <mchris@hooked.net>
  42. Subject: Re: (fractint) Re: gravijul formula
  43.  
  44. At 10:01 PM 1/30/98 -0500, Gedeon wrote:
  45. >...
  46. >Bud...
  47. >Judging from the name you gave to your latest post, you must have quite
  48. >a few pars!!!
  49.  
  50. Ah, but that's only because you don't know my system!  Like Kathy, 
  51. I too am a lazy typist.  I use two alpha characters for the fractal type, 
  52. and two alphanumeric chars to enumerate primary images; anything 
  53. past the first four characters indicates zooms or variants of the primaries.
  54. For example, the post you referred to was
  55.  
  56. gj081
  57.  
  58. which breaks down as
  59. gj = gravijul
  60. 08 = primary #8
  61. 1 = a zoom, most of one quadrant.
  62.  
  63. By using alphanumerics for "numbers" (10 numbers + 26 lower case
  64. characters), I get modulo-36 symbols and can encode 36^2 = 1296 
  65. items with two characters, versus a rather feeble 100 (using numbers 
  66. only).  My highest primary is gj0j (or #19), which is actually misleading 
  67. since some of these are related (I'm not too rigorous about enforcing 
  68. the system), and others are "branch point" images I've saved for 
  69. future investigation.  
  70.  
  71. Since I'm talking about branch points and leverage, this is a good point 
  72. to give credit where it's due.  The incredible variety these "roll your own" 
  73. formulae exhibit is due to the programmers of and contributors to Fractint.  
  74. By writing one simple formula with three embedded functions, the 26 
  75. functions available (including ident) create 26^3 = 17576 variations!  
  76. Add the six (three complex) variables and multiple coloring schemes, 
  77. and we're clearly talking orders of infinity... boggles the mind, no?
  78.  
  79. Anyway, like I said, most of my pars are a bit rough; but since you 
  80. insist, here's one that's *almost* ready for prime time (there are a lot 
  81. of nice alternatives among the "outside color" options):
  82.  
  83. gj0e               { ; "Vine" by Mark "Bud" Christenson 1/25/98
  84.   reset=1930 type=formula formulafile=budz.frm formulaname=gravijul
  85.   function=sin/atanh/exp passes=b
  86.   center-mag=-0.859677/0.701461/1.420455 params=1/0/0/0/4/0 float=y
  87.   inside=111 outside=mult
  88.   colors=0O0<38>0y00z00z01z0<64>jz0jz0kz0kz0mMfmz0<142>zzz
  89.   cyclerange=0/255
  90.   }
  91.  
  92. Note: there are some minor errors using the "b" option, but it's 
  93. entertaining to see drawn and renders twice as fast as any other 
  94. method.  I can't guarantee it will work well at less than 640x480.
  95.  
  96.  
  97. BTW Les, I really like "Katy Lied" (no lie)!
  98.  
  99.  
  100. Aloha, Bud
  101.  
  102.  
  103. - -
  104. - ------------------------------------------------------------
  105. Thanks for using Fractint, The Fractals and Fractint Discussion List
  106. Post Message:   fractint@xmission.com
  107. Get Commands:   majordomo@xmission.com "help"
  108. Administrator:  twegner@phoenix.net
  109. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  110.  
  111. ------------------------------
  112.  
  113. Date: Fri, 30 Jan 1998 22:19:18 -0800
  114. From: Mark Christenson <mchris@hooked.net>
  115. Subject: (fractint) Re: gravijul formula
  116.  
  117. > gj0e               { ; "Vine" by Mark "Bud" Christenson 1/25/98
  118. > ...
  119. > Note: there are some minor errors using the "b" option, but it's 
  120. > entertaining to see drawn and renders twice as fast as any other 
  121. > method. 
  122.  
  123. Oops, bad idea; the damage is worse than I thought.  Better go with
  124. passes=t (par below is corrected).
  125.  
  126. gj0e               { ; "Vine" by Mark "Bud" Christenson 1/25/98
  127.   reset=1930 type=formula formulafile=budz.frm formulaname=gravijul
  128.   function=sin/atanh/exp passes=t
  129.   center-mag=-0.859677/0.701461/1.420455 params=1/0/0/0/4/0 float=y
  130.   inside=111 outside=mult
  131.   colors=0O0<38>0y00z00z01z0<64>jz0jz0kz0kz0mMfmz0<142>zzz
  132.   cyclerange=0/255
  133.   }
  134.  
  135.  
  136. Bud
  137.  
  138.  
  139. - -
  140. - ------------------------------------------------------------
  141. Thanks for using Fractint, The Fractals and Fractint Discussion List
  142. Post Message:   fractint@xmission.com
  143. Get Commands:   majordomo@xmission.com "help"
  144. Administrator:  twegner@phoenix.net
  145. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  146.  
  147. ------------------------------
  148.  
  149. Date: Sat, 31 Jan 1998 00:21:45 -0600 (CST)
  150. From: pjcarlsn@ix.netcom.com (Paul and/or Joyce Carlson)
  151. Subject: (fractint) A Herman Ring Par
  152.  
  153. Here's a Herman Ring par that produces a familiar image but
  154. with a nice difference - a very delicate bright image over
  155. a very bold dark "background."  This is a pretty deep zoom
  156. into the ParabolicFixed image that someone posted the par
  157. for, but with a different colormap.  Don't use solid guessing
  158. on this - too much is lost.  Tesseral works well and cuts
  159. down on the time needed to plot the little Mandy (what my
  160. wife calls a baby 'brot) in the center.
  161.  
  162. Paul Carlson
  163.  
  164. hring_mandel       { ; Copyright (c) Paul W. Carlson, 1998
  165.   reset=1960 type=formula formulafile=hring.frm
  166.   formulaname=hring_mc passes=t
  167.   center-mag=-1.13968013785657900/+0.00177213235944437/1.3041\
  168.   58e+007/1/127.5
  169.   params=1/0/0/0/0.001/0 float=y
  170.   maxiter=5000 inside=0 outside=real
  171.   colors=000C0C<61>zVzzVzyVy<61>C0C0CC<62>VzzVzzVyy<61>0CC
  172.   }
  173.  
  174.  
  175.  
  176. - -
  177. - ------------------------------------------------------------
  178. Thanks for using Fractint, The Fractals and Fractint Discussion List
  179. Post Message:   fractint@xmission.com
  180. Get Commands:   majordomo@xmission.com "help"
  181. Administrator:  twegner@phoenix.net
  182. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  183.  
  184. ------------------------------
  185.  
  186. Date: Sat, 31 Jan 1998 01:23:10 -0500 (EST)
  187. From: ao950@freenet.carleton.ca (Paul Derbyshire)
  188. Subject: Re: (fractint) january wizzle pars
  189.  
  190. >
  191. >IMHO january was a fantastic month when it came to fractals, pars and
  192. >formulas.  I'm offering this far too long list of pars....made with
  193. >everyone's formulas....which I just loved.  I had a wonderful time with all
  194. >of the formulas posted during the month....
  195.  
  196. Hey! There aren't any herman rings in there! :P :)
  197.  
  198.  
  199. - --
  200.     .*.  Friendship, companionship, love, and having fun are the reasons for
  201.  -()  <  life. All else; sex, money, fame, etc.; are just to get/express these.
  202.     `*'  Send any and all mail with attachments to the hotmail address please.
  203. Paul Derbyshire ao950@freenet.carleton.ca pgd73@hotmail.com
  204.  
  205. - -
  206. - ------------------------------------------------------------
  207. Thanks for using Fractint, The Fractals and Fractint Discussion List
  208. Post Message:   fractint@xmission.com
  209. Get Commands:   majordomo@xmission.com "help"
  210. Administrator:  twegner@phoenix.net
  211. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  212.  
  213. ------------------------------
  214.  
  215. Date: Fri, 30 Jan 1998 23:41:52 -0800
  216. From: "Jay Hill" <ehill1@san.rr.com>
  217. Subject: Re: (fractint) ADDGIFS Program
  218.  
  219. Hi folks,
  220.  
  221. Get Paul's program here
  222. http://www.geocities.com/CapeCanaveral/Lab/3825/addgifs.zip
  223.  
  224. and his par and formula files
  225. http://home.san.rr.com/jayrhill/CARLSON.PAR
  226.  
  227. and check out the latest adventures of Dr. J
  228. http://home.san.rr.com/jayrhill/FotN/FotNindx.html 
  229.  
  230. Jay
  231.  
  232. - ----------
  233. > From: Paul and/or Joyce Carlson <pjcarlsn@ix.netcom.com>
  234. > To: fractint@xmission.com
  235. > Subject: (fractint) ADDGIFS Program
  236. > Date: Friday, January 30, 1998 5:29 PM
  237. > I just uploaded a program I wrote to the alt.binaries.pictures.fractals
  238. > newsgroup.  The program is nice for overlaying fractals, the result
  239. > looking much like some of the PHC fractals created with Fractint.  If
  240. > anyone does not have access to the newsgroup and would like to try the
  241. > program, I'd be glad to email a uuencoded copy to them.  What follows 
  242. > is the introductory message that I posted to the newsgroup:
  243. > Part (1/1) of this message contains ADDGIS.ZIP in uuencoded
  244. > format.  This will pkunzip into the files ADDGIFS.EXE and
  245. > README.1ST.
  246. > ADDGIFS is a combination of three of my prior programs,
  247. > GIFS2PNG, GIFS2JPG and GIFS2BMP into one program with
  248. > a nice, very easy to use interactive interface.  The
  249. > program combines two 256-color GIF files of the same
  250. > resolution and outputs a 24-bit PNG, JPEG or BMP file.
  251. > The GIF files remain unchanged.
  252. > The program is FREEWARE.
  253. > Enjoy!
  254. > Paul Carlson
  255. > ------------------------------------------------------------------
  256. >                 email   pjcarlsn@ix.netcom.com
  257. > WWW Fractal Galleries   http://sprott.physics.wisc.edu/carlson.htm
  258. >                         http://fractal.mta.ca/fractals/carlson/
  259. >                         http://www.cnam.fr/fractals/carlson.html
  260. > ------------------------------------------------------------------
  261. > -
  262. > ------------------------------------------------------------
  263. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  264. > Post Message:   fractint@xmission.com
  265. > Get Commands:   majordomo@xmission.com "help"
  266. > Administrator:  twegner@phoenix.net
  267. > Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  268.  
  269. - -
  270. - ------------------------------------------------------------
  271. Thanks for using Fractint, The Fractals and Fractint Discussion List
  272. Post Message:   fractint@xmission.com
  273. Get Commands:   majordomo@xmission.com "help"
  274. Administrator:  twegner@phoenix.net
  275. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  276.  
  277. ------------------------------
  278.  
  279. Date: Sat, 31 Jan 1998 02:45:43 -0500 (EST)
  280. From: ao950@freenet.carleton.ca (Paul Derbyshire)
  281. Subject: Re: (fractint) ADDGIFS Program
  282.  
  283. >Get Paul's program here
  284. >http://www.geocities.com/CapeCanaveral/Lab/3825/addgifs.zip
  285.  
  286. *My* program??...WHAT program???
  287.  
  288. >and his par and formula files
  289. >http://home.san.rr.com/jayrhill/CARLSON.PAR
  290.  
  291. Oh, the OTHER Paul. :-)
  292.  
  293. Could people PLEASE start using last initials or something to distinguish
  294. us? :P A few posts ago Wizzle complimented me on my hring formulas and
  295. Paul Carlson said thanks! :P ;-)
  296.  
  297.  
  298.  
  299. - --
  300.     .*.  Friendship, companionship, love, and having fun are the reasons for
  301.  -()  <  life. All else; sex, money, fame, etc.; are just to get/express these.
  302.     `*'  Send any and all mail with attachments to the hotmail address please.
  303. Paul Derbyshire ao950@freenet.carleton.ca pgd73@hotmail.com
  304.  
  305. - -
  306. - ------------------------------------------------------------
  307. Thanks for using Fractint, The Fractals and Fractint Discussion List
  308. Post Message:   fractint@xmission.com
  309. Get Commands:   majordomo@xmission.com "help"
  310. Administrator:  twegner@phoenix.net
  311. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  312.  
  313. ------------------------------
  314.  
  315. Date: Sat, 31 Jan 1998 01:56:43 -0600
  316. From: "Justin A. Kolodziej" <4wg7kolodzie@vms.csd.mu.edu>
  317. Subject: Re: (fractint) How long _is_ the coast of the M-set???
  318.  
  319. Morgan L. Owens wrote:
  320. >=20
  321. > At 09:44 30/01/98 -0600, Justin A. Kolodziej wrote:
  322. > >Peter Jakubowicz wrote:
  323. > >>
  324. > >> I know the standard answer, that its dimension is 2, ergo it's p=
  325. erimeter is
  326. > >> infinite.
  327. > >>
  328. > >Hmmm, I'm pretty sure someone proved it, but I don't remeber how.
  329. > >
  330. > >My 2.5 yen (or thereabouts),
  331. > >
  332. > How appropriate:
  333. > Mitsuhiro Shishikura. "The boundary of the Mandelbrot set has Hausd=
  334. orff
  335. > dimension two." Complex Analytic Methods in Dynamical Systems. (Rio=
  336.  de
  337. > Janeiro, 1992.) Ast=E9risque No. 222 (1994) 7, 389-405.
  338.  
  339. I meant proved that the M-set is simply connected, not that the bound=
  340. ary
  341. has dimension 2.  Probably another case of my writing not beig up to
  342. par.  Still, it would be intersting to see how Mr. Shishikura proved
  343. _his_ assertion... =20
  344.  
  345. - --=20
  346. Justin A. Kolodziej
  347. Why pay for an OS when you can get a clearly superior one for free?
  348. Justin Kolodziej is 4wg7kolodzie@vms.csd.mu.edu
  349. Marquette University is www.mu.edu
  350.  
  351.  
  352. - -
  353. - ------------------------------------------------------------
  354. Thanks for using Fractint, The Fractals and Fractint Discussion List
  355. Post Message:   fractint@xmission.com
  356. Get Commands:   majordomo@xmission.com "help"
  357. Administrator:  twegner@phoenix.net
  358. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  359.  
  360. ------------------------------
  361.  
  362. Date: Sat, 31 Jan 1998 00:21:04 -0800
  363. From: kathy roth <kroth@well.com>
  364. Subject: (fractint) new pars
  365.  
  366. So many great pars!  I have to post one more gravijul
  367. one and one from Paul Carlson's Csin_atan_jul which
  368. is in an entirely different mood.
  369.  
  370. double_spiral      { ; kathy roth 1/30/98
  371.                      ; Paul Carlson's formula
  372.   reset=1960 type=formula formulafile=csin_a~1.frm
  373.   formulaname=CSin_Atan_Julia passes=1
  374.   center-mag=-0.00167584/0.014401/5.745766 params=1/0.5/5/0/50/100
  375.   float=y maxiter=5000 inside=period
  376.   colors=000000000<6>0Gz<6>028000000<6>00z<7>\
  377. 000<6>z00<7>000000<6>zG0<7>00\
  378.  0000<6>zW0<7>000000<6>zk0<7>000000\
  379. <6>zz0<7>000000<6>kz0<7>000000<6>Wz0<7\
  380.  >000000<6>0z0<7>000000<6>0zG<7>000000<6>\
  381. 0zW<7>000000<6>0zk<7>000000<6>0z\
  382.   z<7>000000<6>0kz<7>000000<6>0Wz<6>048
  383.   }
  384.  
  385. fleur_de_lys       { ; kathy roth 1/30/98
  386.                      ; Paul Carlson's formula
  387.   reset=1960 type=formula formulafile=csin_a~1.frm
  388.   formulaname=gravijul function=cotan/atanh/atan passes=t
  389.   center-mag=-4.44089e-015/2.66454e-015/0.4137324
  390.   params=1/0/0/0/2.95/0 float=y inside=111 outside=atan
  391. invert=1/0/0
  392.  colors=8CBulX<18>`ym_zn`zk<14>px9113<20>\
  393. UUxWWzXWz<21>yWzzWzzUy<21>z1Xz0W\
  394.  z1U<21>zU1zW0zX0<21>zy0zz0yy2<21>XXxW\
  395. WzUXy<21>1yX0zW0zX<21>0zy0zz2zy<22>\
  396.   yjU<2>vlW
  397.   }
  398.  
  399.  
  400. - -
  401. - ------------------------------------------------------------
  402. Thanks for using Fractint, The Fractals and Fractint Discussion List
  403. Post Message:   fractint@xmission.com
  404. Get Commands:   majordomo@xmission.com "help"
  405. Administrator:  twegner@phoenix.net
  406. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  407.  
  408. ------------------------------
  409.  
  410. Date: Sat, 31 Jan 1998 10:24:05 +1
  411. From: "J.P. Louvet" <jean-pierre.louvet@iuta.u-bordeaux.fr>
  412. Subject: (Transmis) Re: (fractint) How long _is_ the coast of the M-set??
  413.  
  414. From:          Self <louvet>
  415. To:            fractint@lists.xmission.com
  416. Subject:       Re: (fractint) How long _is_ the coast of the M-set???
  417. Reply-to:      louvet@iuta.u-bordeaux.fr
  418. Date:          Fri, 30 Jan 1998 18:54:57 +1
  419.  
  420. Repost : this message was sent yesterday 01/30, but does not appear in the 
  421. bulk of messages received from this list. Can anybody confirm if he has 
  422. received the first posting of this message ?
  423.  
  424. le 30 Jan 98 a 7:47, Peter Jakubowicz ecrivait (Peter Jakubowicz wrote) :
  425.  
  426. >  If you can measure its area,
  427. > then why is the perimeter infinite. I was thinking there must be some way
  428.  
  429. There is a simple way to show that a curve may have an infinite length but
  430. encloses a finite area. Start with an equilateral triangle and its
  431. circumcircle. Then transform the triangle to have a Koch snowflake : the
  432. Koch curve has an infinite length but it is surrounded by the circle.
  433. Therefore, the area enclosed is limited.
  434.  
  435. Or look at an island : do you accept, as stated by Mandelbrot that the
  436. length of its coat is infinite ? But the area of the island is limited.
  437.  
  438. Jean-Pierre louvet : louvet@iuta.u-bordeaux.fr
  439. Fractal album :
  440. http://graffiti.cribx1.u-bordeaux.fr/MAPBX/louvet/jpl0.html
  441.  
  442. - -
  443. - ------------------------------------------------------------
  444. Thanks for using Fractint, The Fractals and Fractint Discussion List
  445. Post Message:   fractint@xmission.com
  446. Get Commands:   majordomo@xmission.com "help"
  447. Administrator:  twegner@phoenix.net
  448. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  449.  
  450. ------------------------------
  451.  
  452. Date: Sat, 31 Jan 1998 04:29:57 -0500 (EST)
  453. From: ao950@freenet.carleton.ca (Paul Derbyshire)
  454. Subject: Re: (Transmis) Re: (fractint) How long _is_ the coast of the M-set??
  455.  
  456. >Repost : this message was sent yesterday 01/30, but does not appear in the 
  457. >bulk of messages received from this list. Can anybody confirm if he has 
  458. >received the first posting of this message ?
  459.  
  460. I got it.
  461.  
  462. I had experiences like that too, but they'd all gotten out. It seems the
  463. list occasionally fails to send you your own copy of something, but it
  464. still gets out. (Either that, or it sometimes misses several people, and
  465. sometimes that includes the sender, but I certainly hope not, such an
  466. erratic Mandelbug(qv) would be a pain in the behind to track down!)
  467.  
  468.  
  469. Mandelbug: Bug that occurs under deterministic conditions, but with so
  470. many unpredictable factors influencing it, that when it appears might as
  471. well be random. Generally reeealy hard to debug. Name derived from the
  472. chaotic behavior of the Mandelbrot Set with its deterministic
  473. underlying rules. For more details check out the jargon file.
  474.  
  475.  
  476. - --
  477.     .*.  Friendship, companionship, love, and having fun are the reasons for
  478.  -()  <  life. All else; sex, money, fame, etc.; are just to get/express these.
  479.     `*'  Send any and all mail with attachments to the hotmail address please.
  480. Paul Derbyshire ao950@freenet.carleton.ca pgd73@hotmail.com
  481.  
  482. - -
  483. - ------------------------------------------------------------
  484. Thanks for using Fractint, The Fractals and Fractint Discussion List
  485. Post Message:   fractint@xmission.com
  486. Get Commands:   majordomo@xmission.com "help"
  487. Administrator:  twegner@phoenix.net
  488. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  489.  
  490. ------------------------------
  491.  
  492. Date: Sat, 31 Jan 1998 10:38:32 -0800
  493. From: James Polley <pollent@coastnet.net.au>
  494. Subject: (fractint) Dimensionality
  495.  
  496. Sorry for what is probably an easy question, but I'm a newbie, both here and to
  497. the world of fractals.
  498. What are these 'fractal dimensions' that everybody keeps talking about? eg.
  499. people keep saying that the M-set is 2-dimensional, and I just saw somebody
  500. saying that the Koch snowflake has Fractal Dimension 1.26 or something like that.
  501. What is a fractal dimension? Also, is there a FAQ that answers questions like
  502. these? Or is there any FAQ at all?
  503.  
  504. Thanks.
  505.  
  506.  
  507.  
  508. - -
  509. - ------------------------------------------------------------
  510. Thanks for using Fractint, The Fractals and Fractint Discussion List
  511. Post Message:   fractint@xmission.com
  512. Get Commands:   majordomo@xmission.com "help"
  513. Administrator:  twegner@phoenix.net
  514. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  515.  
  516. ------------------------------
  517.  
  518. Date: Sat, 31 Jan 1998 10:06:45 -0800
  519. From: Polley Enterprises <pollent@coastnet.net.au>
  520. Subject: Re: (fractint) Re: Virus
  521.  
  522. Rich Thomson wrote:
  523.  
  524. > <snip> The virus companies are aware of all the hoaxes long before most
  525. > people have heard of them.  <more snipping>
  526.  
  527. >
  528.  
  529. I wonder why the virus companies are aware of hoaxes long before most
  530. people? Very suggestive, isn't it!
  531.  
  532.  
  533.  
  534.  
  535. - -
  536. - ------------------------------------------------------------
  537. Thanks for using Fractint, The Fractals and Fractint Discussion List
  538. Post Message:   fractint@xmission.com
  539. Get Commands:   majordomo@xmission.com "help"
  540. Administrator:  twegner@phoenix.net
  541. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  542.  
  543. ------------------------------
  544.  
  545. Date: Sat, 31 Jan 1998 03:56:33 -0800 (PST)
  546. From: FIRSTNAME LASTNAME <whookam88@yahoo.com>
  547. Subject: Re: (fractint) A Herman Ring Par
  548.  
  549. - ---Paul and/or Joyce Carlson <pjcarlsn@ix.netcom.com> wrote:
  550. >
  551. > Here's a Herman Ring par that produces a familiar image but
  552. > with a nice difference - a very delicate bright image over
  553. > a very bold dark "background."  This is a pretty deep zoom
  554. > into the ParabolicFixed image that someone posted the par
  555. > for, but with a different colormap.  Don't use solid guessing
  556. > on this - too much is lost.  Tesseral works well and cuts
  557. > down on the time needed to plot the little Mandy (what my
  558. > wife calls a baby 'brot) in the center.
  559. > Paul Carlson
  560. > hring_mandel       { ; Copyright (c) Paul W. Carlson, 1998
  561. >   reset=1960 type=formula formulafile=hring.frm
  562. >   formulaname=hring_mc passes=t
  563. >   center-mag=-1.13968013785657900/+0.00177213235944437/1.3041\
  564. >   58e+007/1/127.5
  565. >   params=1/0/0/0/0.001/0 float=y
  566. >   maxiter=5000 inside=0 outside=real
  567. >   colors=000C0C<61>zVzzVzyVy<61>C0C0CC<62>VzzVzzVyy<61>0CC
  568. >   }
  569. > -
  570. > ------------------------------------------------------------
  571. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  572. > Post Message:   fractint@xmission.com
  573. > Get Commands:   majordomo@xmission.com "help"
  574. > Administrator:  twegner@phoenix.net
  575. > Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  576.  
  577.  
  578.  
  579.  
  580. I tried it, I couldn't get it to work at all.
  581.  
  582. once again, how do I grab these postings and use them too.  Your's
  583. came up as an empty file when I did a cut/paste of the PAR section and
  584. saved as a PAR file.
  585.  
  586. All others I've tried this with do to same thing.
  587.  
  588.  
  589. James R. McKenzie
  590. _________________________________________________________
  591. DO YOU YAHOO!?
  592. Get your free @yahoo.com address at http://mail.yahoo.com
  593.  
  594.  
  595. - -
  596. - ------------------------------------------------------------
  597. Thanks for using Fractint, The Fractals and Fractint Discussion List
  598. Post Message:   fractint@xmission.com
  599. Get Commands:   majordomo@xmission.com "help"
  600. Administrator:  twegner@phoenix.net
  601. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  602.  
  603. ------------------------------
  604.  
  605. Date: Sat, 31 Jan 1998 08:17:27 -0800
  606. From: Wizzle <wizzle@cci-internet.com>
  607. Subject: Re: (fractint) january wizzle pars
  608.  
  609. Paul...
  610.  
  611. I think I posted several Herman ring formulas just a couple of days
  612. ago......and I'm  sure they will manage to get into the February offering!!!
  613.  
  614. Angela
  615.  
  616. At 01:23 AM 1/31/98 -0500, you wrote:
  617. >>
  618. >>IMHO january was a fantastic month when it came to fractals, pars and
  619. >>formulas.  I'm offering this far too long list of pars....made with
  620. >>everyone's formulas....which I just loved.  I had a wonderful time with all
  621. >>of the formulas posted during the month....
  622. >
  623. >Hey! There aren't any herman rings in there! :P :)
  624. >
  625. >
  626. >--
  627. >    .*.  Friendship, companionship, love, and having fun are the reasons for
  628. > -()  <  life. All else; sex, money, fame, etc.; are just to get/express
  629. these.
  630. >    `*'  Send any and all mail with attachments to the hotmail address
  631. please.
  632. >Paul Derbyshire ao950@freenet.carleton.ca pgd73@hotmail.com
  633. >
  634. >-
  635. >------------------------------------------------------------
  636. >Thanks for using Fractint, The Fractals and Fractint Discussion List
  637. >Post Message:   fractint@xmission.com
  638. >Get Commands:   majordomo@xmission.com "help"
  639. >Administrator:  twegner@phoenix.net
  640. >Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  641. >
  642. >
  643.  
  644. - -
  645. - ------------------------------------------------------------
  646. Thanks for using Fractint, The Fractals and Fractint Discussion List
  647. Post Message:   fractint@xmission.com
  648. Get Commands:   majordomo@xmission.com "help"
  649. Administrator:  twegner@phoenix.net
  650. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  651.  
  652. ------------------------------
  653.  
  654. Date: Sat, 31 Jan 1998 08:20:12 -0800
  655. From: Wizzle <wizzle@cci-internet.com>
  656. Subject: Re: (fractint) ADDGIFS Program
  657.  
  658. Paul D....
  659.  
  660. I suggest you change your name to "Steve"....that was popular for a while
  661.  
  662. And what does the addgif program do????  Why do I want it???
  663.  
  664. Angela
  665.  
  666. At 02:45 AM 1/31/98 -0500, you wrote:
  667. >
  668. >>Get Paul's program here
  669. >>http://www.geocities.com/CapeCanaveral/Lab/3825/addgifs.zip
  670. >
  671. >*My* program??...WHAT program???
  672. >
  673. >>and his par and formula files
  674. >>http://home.san.rr.com/jayrhill/CARLSON.PAR
  675. >
  676. >Oh, the OTHER Paul. :-)
  677. >
  678. >Could people PLEASE start using last initials or something to distinguish
  679. >us? :P A few posts ago Wizzle complimented me on my hring formulas and
  680. >Paul Carlson said thanks! :P ;-)
  681. >
  682. >
  683. >
  684. >--
  685. >    .*.  Friendship, companionship, love, and having fun are the reasons for
  686. > -()  <  life. All else; sex, money, fame, etc.; are just to get/express
  687. these.
  688. >    `*'  Send any and all mail with attachments to the hotmail address
  689. please.
  690. >Paul Derbyshire ao950@freenet.carleton.ca pgd73@hotmail.com
  691. >
  692. >-
  693. >------------------------------------------------------------
  694. >Thanks for using Fractint, The Fractals and Fractint Discussion List
  695. >Post Message:   fractint@xmission.com
  696. >Get Commands:   majordomo@xmission.com "help"
  697. >Administrator:  twegner@phoenix.net
  698. >Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  699. >
  700. >
  701.  
  702. - -
  703. - ------------------------------------------------------------
  704. Thanks for using Fractint, The Fractals and Fractint Discussion List
  705. Post Message:   fractint@xmission.com
  706. Get Commands:   majordomo@xmission.com "help"
  707. Administrator:  twegner@phoenix.net
  708. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  709.  
  710. ------------------------------
  711.  
  712. Date: Sat, 31 Jan 1998 08:57:38 -0800
  713. From: "Jay Hill" <ehill1@san.rr.com>
  714. Subject: Re: (fractint) Dimensionality
  715.  
  716. > From: James Polley <pollent@coastnet.net.au>
  717. > Sorry for what is probably an easy question, but I'm a newbie, both here and
  718. to
  719. > the world of fractals.
  720. > What are these 'fractal dimensions' that everybody keeps talking about? eg.
  721. > people keep saying that the M-set is 2-dimensional, and I just saw somebody
  722. > saying that the Koch snowflake has Fractal Dimension 1.26 or something like
  723. that.
  724. > What is a fractal dimension? Also, is there a FAQ that answers questions like
  725. > these? Or is there any FAQ at all?
  726.  
  727. There is always the sci.fractals FAQ to which many of us have contributed. It
  728. is very good.
  729.  
  730. http://www.mta.ca/~mctaylor/sci.fractals-faq/
  731.  
  732. and for your question
  733. http://www.mta.ca/~mctaylor/sci.fractals-faq/dimension.html
  734.  
  735. I will put together a iFAQ, inFrequently Asked Questions collecting some of the
  736.  
  737. great essays found on this list.
  738.  
  739. Jay
  740.  
  741. - -
  742. - ------------------------------------------------------------
  743. Thanks for using Fractint, The Fractals and Fractint Discussion List
  744. Post Message:   fractint@xmission.com
  745. Get Commands:   majordomo@xmission.com "help"
  746. Administrator:  twegner@phoenix.net
  747. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  748.  
  749. ------------------------------
  750.  
  751. Date: Sat, 31 Jan 1998 09:55:40 -0800
  752. From: kathy roth <kroth@well.com>
  753. Subject: (fractint) Re:Herman Ring
  754.  
  755. James McKenzie wrote
  756. >once again, how do I grab these postings and use them too.  Your's
  757. >came up as an empty file when I did a cut/paste of the PAR section and
  758. >saved as a PAR file.
  759.  
  760. I had had a lot of problems with some of them and I
  761. have saved all of the posts about this in a couple of files.
  762. There have been several sorts of problems, but I think the
  763. Herman ring frm was straightforward.  The best place to get
  764. the Carlson and Skinner pars is from Jay Hill's site that he
  765. listed yesterday or so.  If you want the set of files email
  766. me and I will send it after work tonight.
  767.  
  768.  
  769. - -
  770. - ------------------------------------------------------------
  771. Thanks for using Fractint, The Fractals and Fractint Discussion List
  772. Post Message:   fractint@xmission.com
  773. Get Commands:   majordomo@xmission.com "help"
  774. Administrator:  twegner@phoenix.net
  775. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  776.  
  777. ------------------------------
  778.  
  779. Date: Sat, 31 Jan 1998 09:57:24 -0800
  780. From: kathy roth <kroth@well.com>
  781. Subject: (fractint) wizzle pars
  782.  
  783. Hi Wizzle, I really liked your recent group of images,
  784. except I don't have the fomula Ghost_vert_jul,
  785. Range-Y-3_jul, Range-X-1_jul or Crentura_2.
  786.  
  787.  
  788.  
  789.  
  790. - -
  791. - ------------------------------------------------------------
  792. Thanks for using Fractint, The Fractals and Fractint Discussion List
  793. Post Message:   fractint@xmission.com
  794. Get Commands:   majordomo@xmission.com "help"
  795. Administrator:  twegner@phoenix.net
  796. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  797.  
  798. ------------------------------
  799.  
  800. Date: Sat, 31 Jan 1998 10:40:42 -0800
  801. From: "Jay Hill" <ehill1@san.rr.com>
  802. Subject: Re: (fractint) wizzle pars
  803.  
  804. Kathy,
  805. The range formula are Kerry Mitchell's and Crentura is 
  806. from the ORGFRM.zip collection on Spanky
  807. http://spanky.triumf.ca/www/spanky.html
  808.  
  809. Jay
  810.  
  811.  
  812. - ----------
  813. > From: kathy roth <kroth@well.com>
  814. > To: fractint@xmission.com
  815. > Subject: (fractint) wizzle pars
  816. > Date: Saturday, January 31, 1998 9:57 AM
  817. > Hi Wizzle, I really liked your recent group of images,
  818. > except I don't have the fomula Ghost_vert_jul,
  819. > Range-Y-3_jul, Range-X-1_jul or Crentura_2.
  820.  
  821.  
  822. - -
  823. - ------------------------------------------------------------
  824. Thanks for using Fractint, The Fractals and Fractint Discussion List
  825. Post Message:   fractint@xmission.com
  826. Get Commands:   majordomo@xmission.com "help"
  827. Administrator:  twegner@phoenix.net
  828. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  829.  
  830. ------------------------------
  831.  
  832. Date: Sat, 31 Jan 1998 11:07:29 -0800
  833. From: Wizzle <wizzle@cci-internet.com>
  834. Subject: Re: (fractint) wizzle pars
  835.  
  836. Kathy writes....
  837.  
  838. >Hi Wizzle, I really liked your recent group of images,
  839. >except I don't have the fomula Ghost_vert_jul,
  840. >Range-Y-3_jul, Range-X-1_jul or Crentura_2.
  841.  
  842. Not surprising with the mass of formulas we got in January!!
  843.  
  844. Here they are
  845.  
  846. ghost-vert_jul { ; Kerry Mitchell
  847.         ;
  848.         ; colors Julia sets by combining the smoothed iteration
  849.         ; with a background of vertical lines
  850.         ;
  851.         ; use decomp=256
  852.         ; p1 = Julia parameter
  853.         ; real(p2) = bailout
  854.         ; imag(p2) = "ghost" adjustment: set to 0 for only
  855.         ;   background rays, try 2
  856.         ; calculation performed on variable zc, z used for coloring
  857.         ;
  858.         maxr=real(p2), scale=imag(p2)*pi/128
  859.         ol2=1/log(2), fac=log(0.5*log(maxr))
  860.         iter=1, zc=pixel, c=p1
  861.         ;
  862.         ; generate vertical lines
  863.         ;
  864.         xc=(real(scrnmax)-1)/2, x=real(scrnpix)
  865.         t=x/xc*pi, background=cos(t)+flip(sin(t))
  866.         :
  867.         iter=iter+1, zc=sqr(zc)+c
  868.         ;
  869.         ; bailout
  870.         ;   compute smoothed iteration as "angle"
  871.         ;   multiply angle by background to get final z
  872.         ;   set z to background for interior points
  873.         ;   set "iteration done" flag (iter=-1)
  874.         ;
  875.         if ((|zc|>maxr)||(iter==maxit))
  876.           smooth=(iter+ol2*(fac-log(log(cabs(zc)))))*scale
  877.           angle=cos(smooth)+flip(sin(smooth))
  878.           z=background*angle
  879.           if (iter==maxit)
  880.             z=background
  881.             endif
  882.           iter=-1
  883.           endif
  884.         iter>0
  885.         }
  886.  
  887. range-x-1_jul { ; Kerry Mitchell
  888.         ;
  889.         ; colors Julia set by imaginary part of iterate, only
  890.         ; when real part of iterate falls in certain range;
  891.         ; range specified in terms of c
  892.         ; use decomp=256
  893.         ;
  894.         ; p1 = Julia parameter
  895.         ; real(p2) = bailout (try 4)
  896.         ; imag(p2) = decomposition scale factor (try 16)
  897.         ; real(p3) = center of range (try 1)
  898.         ; imag(p3) = width of range (try 0.1)
  899.         ; center of range is multiplied by real(c)
  900.         ; calculation done on variable zc, z used for coloring
  901.         ;
  902.         zc=pixel, c=p1, maxr=real(p2), scale=imag(p2), iter=1
  903.         angle=0, fac=real(c)
  904.         lo=(real(p3)-imag(p3)/2)*fac, hi=(real(p3)+imag(p3)/2)*fac
  905.         if (hi<lo)
  906.           temp=lo, lo=hi, hi=temp
  907.           end if
  908.         :
  909.         ;
  910.         ; iteration
  911.         ;   if real part of iterate falls into range,
  912.         ;   scale imaginary part into decomp angle
  913.         ;
  914.         iter=iter+1, zc=sqr(zc)+c, r=real(zc)
  915.         if ((r>lo)&&(r<hi))
  916.           angle=scale*imag(zc)
  917.           end if
  918.         ;
  919.         ; bailout--escape and maximum iterations treated the same
  920.         ;   set "iteration done" flag (iter=-1)
  921.         ;   decomposition method will color according to last time
  922.         ;     real part of iterate was within range
  923.         ;   if iterate was never in range, angle was initially set
  924.         ;     to 0, so decomp with use color 0
  925.         ;
  926.         if ((|zc|>maxr)||(iter==maxit))
  927.           iter=-1
  928.           z=cos(angle)+flip(sin(angle))
  929.           end if
  930.         iter>0
  931.         }
  932.  
  933. range-y-3_jul { ; Kerry Mitchell
  934.         ;
  935.         ; colors Julia set by real part of iterate, only when
  936.         ; imaginary part of iterate falls in certain range;
  937.         ; range specified in terms of c
  938.         ; use decomp=256
  939.         ;
  940.         ; p1 = Julia parameter
  941.         ; real(p2) = bailout (try 4)
  942.         ; imag(p2) = decomposition scale factor (try 16)
  943.         ; real(p3) = center of range (try 1)
  944.         ; imag(p3) = width of range (try 0.1)
  945.         ; center of range is multiplied by imag(sqr(sqr(c)+c)+c)
  946.         ; calculation done on variable zc, z used for coloring
  947.         ;
  948.         zc=pixel, c=p1, maxr=real(p2), scale=imag(p2), iter=1
  949.         angle=0, fac=imag(sqr(sqr(c)+c)+c)
  950.         lo=(real(p3)-imag(p3)/2)*fac, hi=(real(p3)+imag(p3)/2)*fac
  951.         if (hi<lo)
  952.           temp=lo, lo=hi, hi=temp
  953.           end if
  954.         :
  955.         ;
  956.         ; iteration
  957.         ;   if imaginary part of iterate falls into range,
  958.         ;   scale real part into decomp angle
  959.         ;
  960.         iter=iter+1, zc=sqr(zc)+c, r=imag(zc)
  961.         if ((r>lo)&&(r<hi))
  962.           angle=scale*real(zc)
  963.           end if
  964.         ;
  965.         ; bailout--escape and maximum iterations treated the same
  966.         ;   set "iteration done" flag (iter=-1)
  967.         ;   decomposition method will color according to last time
  968.         ;     imaginary part of iterate was within range
  969.         ;   if iterate was never in range, angle was initially set
  970.         ;     to 0, so decomp with use color 0
  971.         ;
  972.         if ((|zc|>maxr)||(iter==maxit))
  973.           iter=-1
  974.           z=cos(angle)+flip(sin(angle))
  975.           end if
  976.         iter>0
  977.         }
  978.  
  979. Crentura_2 (XAXIS) {
  980.   z = c = pixel - 0.5:
  981.   z = (1/sqr(z)) * z + pixel 
  982.   z = fn1(z) * c 
  983.   |z| < 4
  984.   ;SOURCE: altura.frm
  985. }
  986.  
  987. That last frm is from the _c.frm file you can get if you download
  988. orgform.zip.....which I'm trying to explore AND keep up with the formulas
  989. here. 
  990.  
  991. - -
  992. - ------------------------------------------------------------
  993. Thanks for using Fractint, The Fractals and Fractint Discussion List
  994. Post Message:   fractint@xmission.com
  995. Get Commands:   majordomo@xmission.com "help"
  996. Administrator:  twegner@phoenix.net
  997. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  998.  
  999. ------------------------------
  1000.  
  1001. Date: Sat, 31 Jan 1998 14:50:38 -0800
  1002. From: Peter Jakubowicz <pfjakub@earthlink.net>
  1003. Subject: Re: (fractint) How long _is_ the coast of the M-set???
  1004.  
  1005. >Or look at an island : do you accept, as stated by Mandelbrot that the 
  1006. >length of its coat is infinite ? But the area of the island is limited.
  1007.  
  1008. As an article of faith, OK. But it is not something I would have intuited.
  1009. Looking at a triangle and transforming it into the Koch curve, or looking
  1010. at the Peano curve, it is pretty easy to understand the idea of finite
  1011. area/infinite perimeter. But I don't know of a similar way of transforming
  1012. a circle into the Mandelbrot set. 
  1013.  
  1014. Conversely, I do not see how it can be simply connected, although I am well
  1015. aware it has been proved. Perhaps Dr. J might be convinced to dilate a bit
  1016. upon this some time ? :)
  1017.  
  1018. BTW, Feigenbaum_Panorama = kewl (very well worth waiting 15 min for to see
  1019. at high rez) although it raises another question: just how _deep_ is the
  1020. Mandelbrot set, anyway. 
  1021.  
  1022.  
  1023. - -
  1024. - ------------------------------------------------------------
  1025. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1026. Post Message:   fractint@xmission.com
  1027. Get Commands:   majordomo@xmission.com "help"
  1028. Administrator:  twegner@phoenix.net
  1029. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1030.  
  1031. ------------------------------
  1032.  
  1033. Date: Sat, 31 Jan 1998 15:35:28 -0600 (CST)
  1034. From: pjcarlsn@ix.netcom.com (Paul and/or Joyce Carlson)
  1035. Subject: Re: (fractint) ADDGIFS Program
  1036.  
  1037. Paul D. wrote:
  1038.  
  1039. >Could people PLEASE start using last initials or something to distinguish
  1040. >us? :P A few posts ago Wizzle complimented me on my hring formulas and
  1041. >Paul Carlson said thanks! :P ;-)
  1042.  
  1043. I don't remember doing that, but I do get confused sometimes at which Paul
  1044. (Paul Derbyshire, Paul Lee or Paul Carlson - any others?) is being
  1045. referred to, so I think last initials are a good idea.
  1046.  
  1047. Paul C.
  1048.  
  1049.  
  1050. - -
  1051. - ------------------------------------------------------------
  1052. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1053. Post Message:   fractint@xmission.com
  1054. Get Commands:   majordomo@xmission.com "help"
  1055. Administrator:  twegner@phoenix.net
  1056. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1057.  
  1058. ------------------------------
  1059.  
  1060. Date: Sat, 31 Jan 1998 13:59:10 -0800
  1061. From: "Jay Hill" <ehill1@san.rr.com>
  1062. Subject: Re: (fractint) How long _is_ the coast of the M-set???
  1063.  
  1064. Hi Peter,
  1065.  
  1066. > From: Peter Jakubowicz <pfjakub@earthlink.net>
  1067. > Date: Saturday, January 31, 1998 2:50 PM
  1068. > >Or look at an island : do you accept, as stated by Mandelbrot that the 
  1069. > >length of its coat is infinite ? But the area of the island is limited.
  1070. > As an article of faith, OK. But it is not something I would have intuited.
  1071. > Looking at a triangle and transforming it into the Koch curve, or looking
  1072. > at the Peano curve, it is pretty easy to understand the idea of finite
  1073. > area/infinite perimeter. But I don't know of a similar way of transforming
  1074. > a circle into the Mandelbrot set. 
  1075.  
  1076. You may have heard of external angles, they have been mentioned on this list.
  1077. Examples are 2*pi/3 and 2*pi*2/3, these 'map' to the base of the period 2 
  1078. circle.  Imagine a very large circle. Now grab it at these two angle points 
  1079. and pinch it down to the point c=-.75. Now you have two bulges, one to the 
  1080. left, one to the right.  Now grab in the 2*pi*3/3 or equivalently the 0 angle
  1081. point. Push it into the period 1 base, c=+.25.  All periodic sequences here 
  1082. will end with the period 1 base. Now there are three bulges.
  1083.  
  1084. Next, grab these points (ignoring the 2*pi), 1/7, 2/7, 3/7, 4/7, 5/7, 6/7.
  1085. These go to the bases of the period 3 components: -.125+-.65i, -1.75.  Now 
  1086. there are about 9 bulges and depending on how inflated it is, is may be 
  1087. starting to look like the MSet. The big cardioid is forming. The period 2
  1088. circle still bulges out to -1.75.  Keep doing this for higher period angles,
  1089. (next is p=4, angles are 1/15, 2/15, etc.) and when we get to infinity, finally
  1090.  
  1091. all the bulges are nailed down and we have the Mandelbrot set.
  1092.  
  1093. > Conversely, I do not see how it can be simply connected, although I am well
  1094. > aware it has been proved. Perhaps Dr. J might be convinced to dilate a bit
  1095. > upon this some time ? :)
  1096. All Dr. J has to say is - well let me quote: 
  1097. "You humans have it easy getting dressed, just one belt, tie your shoes...
  1098. When I get dressed, I have an infinite number of belts, and - and, er things 
  1099. to fasten down!"
  1100.  
  1101. > BTW, Feigenbaum_Panorama = kewl (very well worth waiting 15 min for to see
  1102. > at high rez) although it raises another question: just how _deep_ is the
  1103. > Mandelbrot set, anyway.
  1104.  
  1105.  It goes all the way down...
  1106.  
  1107. Jay
  1108.  
  1109.  
  1110. - -
  1111. - ------------------------------------------------------------
  1112. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1113. Post Message:   fractint@xmission.com
  1114. Get Commands:   majordomo@xmission.com "help"
  1115. Administrator:  twegner@phoenix.net
  1116. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1117.  
  1118. ------------------------------
  1119.  
  1120. Date: Sat, 31 Jan 1998 17:21:11 -0600 (CST)
  1121. From: pjcarlsn@ix.netcom.com (Paul and/or Joyce Carlson)
  1122. Subject: (fractint) Truncated Stalks Formula
  1123.  
  1124. The formula below is a variation on my 3D Stalks rendering
  1125. method.  The problem with that method (as well as Pickover's
  1126. original epsilon cross method) is that the orbit trap is
  1127. unbounded (goes to + and - infinity along both axes) producing
  1128. stalks which taper out to just a series of unconnected pixels.
  1129. The formula below is my "truncated stalks" rendering method or,
  1130. if you prefer, my "cross in a circle" method.
  1131.  
  1132. The first par is for a Julia set zoom in which the stalks are converging
  1133. to a point.  By truncating the stalks before they reach that point
  1134. you can see down into the spiral many levels.  A nice effect, I think.
  1135. The second par is for an Mset zoom consisting of many crosses (which is
  1136. just what you'd expect with a "cross in a circle" orbit trap).
  1137.  
  1138. In both pars, you can try making imag(p2) much larger (this increases
  1139. the length of the stalks) to see the effect.
  1140.  
  1141. Paul C. (for Carlson)
  1142.  
  1143. Truncated_Stalks {; Copyright (c) Paul W. Carlson, 1998
  1144.     ;****************************************************
  1145.     ; Always use floating point math and outside=summ.
  1146.     ;
  1147.     ; Parameters:
  1148.     ;   p1       = if both real(p1) and imag(p1) equal 0 do Mset,
  1149.     ;              otherwise do Julia set
  1150.     ;   real(p2) = a factor controlling the width of the stalks
  1151.     ;   imag(p2) = a factor controlling the length of the stalks
  1152.     ;   real(p3) = number of color ranges
  1153.     ;   imag(p3) = number of colors in each color range
  1154.     ;
  1155.     ; Note that the equation variable is w, not z.  Always
  1156.     ; initialize z to zero.
  1157.     ;****************************************************
  1158.     IF (real(p1) == 0 && imag(p1) == 0)
  1159.     w = 0
  1160.     c = pixel
  1161.     ELSE
  1162.     w = pixel
  1163.     c = p1
  1164.     ENDIF
  1165.     z = 0
  1166.     bailout = 0
  1167.     iter = 0
  1168.     range_num = 0
  1169.     ;****************************************************
  1170.     ; In the accompanying par files, trunspr1 and 2.par,
  1171.     ; we have 2 color ranges with 125 colors in each range
  1172.     ; for a total of 250 colors. The first range starts at
  1173.     ; color 1.  Pixels will use color 0 when |w| < 1000.
  1174.     ; Other values can be used here as long as the product
  1175.     ; of num_ranges times colors_in_range is less than 255.
  1176.     ; Color 0 is reserved for the background color and color
  1177.     ; 255 can be used for the inside color.
  1178.     ;****************************************************
  1179.     num_ranges = real(p3)
  1180.     colors_in_range = imag(p3)
  1181.     ;****************************************************
  1182.     ; Real(p2) controls the width of the stalks.
  1183.     ; Imag(p2) controls the length of the stalks.
  1184.     ;****************************************************
  1185.     stalk_width = real(p2)
  1186.     stalk_length = imag(p2)
  1187.     index_factor = (colors_in_range - 1) / stalk_width:
  1188.     ;****************************************************
  1189.     ; The equation being iterated.  Almost any equation
  1190.     ; that can be expressed in terms of a complex variable
  1191.     ; and a complex constant will work with this method.
  1192.     ;****************************************************
  1193.     w = c * (1 - w) * (1 + w) / (1 + w * w)
  1194.     ;****************************************************
  1195.     ; Find which axis the orbit point is closest to.
  1196.     ;****************************************************
  1197.     IF (abs(real(w)) <= abs(imag(w)))
  1198.         min_dist_to_axis = abs(real(w))
  1199.     ELSE
  1200.         min_dist_to_axis = abs(imag(w))
  1201.     ENDIF
  1202.     ;****************************************************
  1203.     ; If the orbit point is within a stalk width of an axis,
  1204.     ; and the value of |w| is less than the stalk length, then
  1205.     ; set z to the index into the colormap and set the bailout flag.
  1206.     ;****************************************************
  1207.     IF (min_dist_to_axis < stalk_width && |w| < stalk_length && iter > 0)
  1208.     z = index_factor * min_dist_to_axis + range_num * colors_in_range + 1
  1209.     bailout = 1
  1210.     ENDIF
  1211.     ;****************************************************
  1212.     ; Cycle through the range numbers (0 thru num_ranges - 1)
  1213.     ; With two color ranges, even iterations use color
  1214.     ; range 0, odd iterations use color range 1.
  1215.     ;****************************************************
  1216.     range_num = range_num + 1
  1217.     IF (range_num == num_ranges)
  1218.         range_num = 0
  1219.     ENDIF
  1220.     ;****************************************************
  1221.     ; Since we are using outside=summ, we have to subtract
  1222.     ; the number of iterations from z.
  1223.     ;****************************************************
  1224.     iter = iter + 1
  1225.     z = z - iter
  1226.     ;****************************************************
  1227.     ; Finally, we test for bailout
  1228.     ;****************************************************
  1229.     bailout == 0  && |w| < 1000
  1230. }
  1231.  
  1232. trunspr1     {; Copyright (c) Paul W. Carlson, 1998
  1233.           ; Julia set example
  1234.   reset=1960 type=formula formulafile=trunstlk.frm
  1235.   formulaname=Truncated_Stalks passes=1
  1236.   center-mag=0.498546/0.904963/17.69958/1/20
  1237.   params=2.595821505264/0.159242645065/0.05/20/2/125
  1238.   float=y maxiter=5000 inside=253 outside=summ
  1239.   colors=801sF_<123>C02Mov<123>HKS000<3>000
  1240.   }
  1241.  
  1242. trunspr2     {; Copyright (c) Paul W. Carlson, 1998
  1243.           ; Mset example
  1244.   reset=1960 type=formula formulafile=trunstlk.frm
  1245.   formulaname=Truncated_Stalks passes=1
  1246.   center-mag=+0.78914572989794710/+0.209775364341020\
  1247.   20/3108.882/1/7.5
  1248.   params=0/0/0.1/0.047/2/125
  1249.   float=y maxiter=5000 inside=253 outside=summ
  1250.   colors=000zqa<123>WRFz88<123>O00000<3>000
  1251.   }
  1252.  
  1253.  
  1254.  
  1255. - -
  1256. - ------------------------------------------------------------
  1257. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1258. Post Message:   fractint@xmission.com
  1259. Get Commands:   majordomo@xmission.com "help"
  1260. Administrator:  twegner@phoenix.net
  1261. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1262.  
  1263. ------------------------------
  1264.  
  1265. End of fractint-digest V1 #94
  1266. *****************************
  1267.  
  1268.