home *** CD-ROM | disk | FTP | other *** search
/ ftp.xmission.com / 2014.06.ftp.xmission.com.tar / ftp.xmission.com / pub / lists / fractint / archive / v01.n121 < prev    next >
Internet Message Format  |  1998-03-04  |  40KB

  1. From: owner-fractint-digest@lists.xmission.com (fractint-digest)
  2. To: fractint-digest@lists.xmission.com
  3. Subject: fractint-digest V1 #121
  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        Wednesday, March 4 1998        Volume 01 : Number 121
  11.  
  12.  
  13.  
  14.  
  15. ----------------------------------------------------------------------
  16.  
  17. Date: Tue, 3 Mar 1998 11:32:43 -0800 (PST)
  18. From: ocie@paracel.com
  19. Subject: Re: (fractint) gravijul-v3
  20.  
  21. Mark Christenson wrote:
  22. > Seeing Sylvie's gravijul-v3 has reminded me of a question that
  23. > has been in the back of my mind for some time.  I have a basic 
  24. > understanding of complex math; mulitiplication is no problem, 
  25. > but raising to fractional or complex powers is a total mystery 
  26. > to me.  Can anyone point me to a good tutorial?  No need to bore 
  27. > the whole list, please just send the URL or book/article title. 
  28.  
  29. But I like boring the whole list :)
  30.  
  31. Actually, raising complex numbers to a fractional power is not as
  32. tricky as it sounds.  A complex number in cartesian coordinates (ex
  33. 3+4i) can be converted into a polar form (magnitude=5, angle= ~.972
  34. rad in this case).  You can also write this in the form m*exp(i*t) 
  35. where m is the magnitude and t is the angle theta.  This is because exp(i*t)=cos(t)+i*sin(t).
  36.  
  37. Raising this to any power (whole or fractional) can be done:
  38.  
  39. z=m*exp(i*t)
  40.  
  41. z^x=(m*exp(i*t))^x
  42.    =m^x*exp(i*t*x)
  43.    =m^x*(cos(t*x)+i*sin(t*x))
  44.  
  45. Raising a number to a complex power can be done by remembering that:
  46.  
  47. z^(a+b)=z^a*z^b
  48.  
  49. Now all we have to do is figure out how to raise a number to an
  50. imaginary power.  I can't exactly remember how do to this right now.
  51. Perhaps someone else on the list will pick up the baton.
  52.  
  53. Ocie
  54.  
  55.  
  56. - -
  57. - ------------------------------------------------------------
  58. Thanks for using Fractint, The Fractals and Fractint Discussion List
  59. Post Message:   fractint@xmission.com
  60. Get Commands:   majordomo@xmission.com "help"
  61. Administrator:  twegner@phoenix.net
  62. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  63.  
  64. ------------------------------
  65.  
  66. Date: Tue, 3 Mar 1998 12:03:23 -0800
  67. From: "Jay Hill" <ehill1@san.rr.com>
  68. Subject: Re: (fractint) gravijul-v3
  69.  
  70. Hi Ocie,
  71.  
  72. Are you the Ocie Mitchell from Claremont Colleges and Harvey Mudd?
  73.  
  74. Jay Hill
  75.  
  76. - ----------
  77. > From: ocie@paracel.com
  78. > To: fractint@lists.xmission.com
  79. > Subject: Re: (fractint) gravijul-v3
  80. > Date: Tuesday, March 03, 1998 11:32 AM
  81. [...]
  82. > But I like boring the whole list :)
  83. > Actually, raising complex numbers to a fractional power is not as
  84. > tricky as it sounds.  A complex number in cartesian coordinates (ex
  85. > 3+4i) can be converted into a polar form (magnitude=5, angle= ~.972
  86. > rad in this case).  You can also write this in the form m*exp(i*t) 
  87. > where m is the magnitude and t is the angle theta.  This is because
  88. exp(i*t)=cos(t)+i*sin(t).
  89. > Raising this to any power (whole or fractional) can be done:
  90. > z=m*exp(i*t)
  91. > z^x=(m*exp(i*t))^x
  92. >    =m^x*exp(i*t*x)
  93. >    =m^x*(cos(t*x)+i*sin(t*x))
  94. > Raising a number to a complex power can be done by remembering that:
  95. > z^(a+b)=z^a*z^b
  96. > Now all we have to do is figure out how to raise a number to an
  97. > imaginary power.  I can't exactly remember how do to this right now.
  98. > Perhaps someone else on the list will pick up the baton.
  99. > Ocie
  100.  
  101.  
  102. - -
  103. - ------------------------------------------------------------
  104. Thanks for using Fractint, The Fractals and Fractint Discussion List
  105. Post Message:   fractint@xmission.com
  106. Get Commands:   majordomo@xmission.com "help"
  107. Administrator:  twegner@phoenix.net
  108. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  109.  
  110. ------------------------------
  111.  
  112. Date: Tue, 3 Mar 1998 13:21:00 -0800 (PST)
  113. From: ocie@paracel.com
  114. Subject: Re: (fractint) gravijul-v3
  115.  
  116. Jay Hill wrote:
  117. > Hi Ocie,
  118. > Are you the Ocie Mitchell from Claremont Colleges and Harvey Mudd?
  119. > Jay Hill
  120.  
  121. I sure am.  Actually, I am now an alum.
  122.  
  123. Ocie
  124.  
  125. - -
  126. - ------------------------------------------------------------
  127. Thanks for using Fractint, The Fractals and Fractint Discussion List
  128. Post Message:   fractint@xmission.com
  129. Get Commands:   majordomo@xmission.com "help"
  130. Administrator:  twegner@phoenix.net
  131. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  132.  
  133. ------------------------------
  134.  
  135. Date: Tue, 3 Mar 1998 14:40:15 -0800 (PST)
  136. From: ocie@paracel.com
  137. Subject: Re: (fractint) gravijul-v3
  138.  
  139. ocie wrote:
  140. > Mark Christenson wrote:
  141. > > 
  142. > > Seeing Sylvie's gravijul-v3 has reminded me of a question that
  143. > > has been in the back of my mind for some time.  I have a basic 
  144. > > understanding of complex math; mulitiplication is no problem, 
  145. > > but raising to fractional or complex powers is a total mystery 
  146. > > to me.  Can anyone point me to a good tutorial?  No need to bore 
  147. > > the whole list, please just send the URL or book/article title. 
  148. > But I like boring the whole list :)
  149. > Actually, raising complex numbers to a fractional power is not as
  150. > tricky as it sounds.  A complex number in cartesian coordinates (ex
  151. > 3+4i) can be converted into a polar form (magnitude=5, angle= ~.972
  152. > rad in this case).  You can also write this in the form m*exp(i*t) 
  153. > where m is the magnitude and t is the angle theta.  This is because exp(i*t)=cos(t)+i*sin(t).
  154. > Raising this to any power (whole or fractional) can be done:
  155. > z=m*exp(i*t)
  156. > z^x=(m*exp(i*t))^x
  157. >    =m^x*exp(i*t*x)
  158. >    =m^x*(cos(t*x)+i*sin(t*x))
  159. > Raising a number to a complex power can be done by remembering that:
  160. > z^(a+b)=z^a*z^b
  161. > Now all we have to do is figure out how to raise a number to an
  162. > imaginary power.  I can't exactly remember how do to this right now.
  163. > Perhaps someone else on the list will pick up the baton.
  164.  
  165. I now remember how to do this as well.  If l is the natural log of the
  166. magnitude, then the number can be written:
  167.  
  168. z=exp(l+i*t)
  169.  
  170. so 
  171.  
  172. z^w=exp(l+i*t)^w=exp((l+i*t)*w)
  173.  
  174. So this just becomres a case of multiplying the complex exponent w by
  175. the log of z (l+i*t) and then exponentiating.
  176.  
  177.  
  178.  
  179. Ah, this is a great discussion, I'll have to go out and get the latest
  180. fractint copy.
  181.  
  182. Ocie
  183.  
  184.  
  185. - -
  186. - ------------------------------------------------------------
  187. Thanks for using Fractint, The Fractals and Fractint Discussion List
  188. Post Message:   fractint@xmission.com
  189. Get Commands:   majordomo@xmission.com "help"
  190. Administrator:  twegner@phoenix.net
  191. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  192.  
  193. ------------------------------
  194.  
  195. Date: Tue, 3 Mar 1998 17:15:39 -0800
  196. From: "Jay Hill"<jrhill@nosc.mil>
  197. Subject: Re: (fractint) gravijul-v3
  198.  
  199. Hi Ocie,
  200.  
  201. It is good to see you posting again after so long. Now, about a week ago
  202. we were discussion ASCII Mandelbrot sets and I noted a few sources.
  203. One was you post to sci.fractals in 1993 (or there abouts).  You posted
  204. a new version
  205.  
  206. ftp://ftp.inria.fr/graphics/aamandel-2.1.shar.gz
  207. Now this, unlike your earlier version does not compile on my compiler -
  208. missing headers etc. So could you install a DOS executable on your web
  209. site?
  210. Since your first version is really portable, you might consider posting it
  211. as well.
  212.  
  213. >Jay Hill wrote:
  214. >>
  215. >> Hi Ocie,
  216. >>
  217. >> Are you the Ocie Mitchell from Claremont Colleges and Harvey Mudd?
  218. >>
  219. >> Jay Hill
  220. >I sure am.  Actually, I am now an alum.
  221. >Ocie
  222.  
  223.  
  224.  
  225. - -
  226. - ------------------------------------------------------------
  227. Thanks for using Fractint, The Fractals and Fractint Discussion List
  228. Post Message:   fractint@xmission.com
  229. Get Commands:   majordomo@xmission.com "help"
  230. Administrator:  twegner@phoenix.net
  231. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  232.  
  233. ------------------------------
  234.  
  235. Date: Tue, 3 Mar 1998 17:43:13 -0800 (PST)
  236. From: ocie@paracel.com
  237. Subject: Re: (fractint) gravijul-v3
  238.  
  239. Jay Hill wrote:
  240. > Hi Ocie,
  241. > It is good to see you posting again after so long. Now, about a week ago
  242. > we were discussion ASCII Mandelbrot sets and I noted a few sources.
  243. > One was you post to sci.fractals in 1993 (or there abouts).  You posted
  244. > a new version
  245. > ftp://ftp.inria.fr/graphics/aamandel-2.1.shar.gz
  246. > Now this, unlike your earlier version does not compile on my compiler -
  247. > missing headers etc. So could you install a DOS executable on your web
  248. > site?
  249. > Since your first version is really portable, you might consider posting it
  250. > as well.
  251.  
  252. My second version had an "interactive" mode which lets the user select
  253. the area to zoom into.  I'll see if I can turn this off gracefully if
  254. there is no curses library.  Don't know about a DOS executable, but I
  255. should be able to at least release sources that will compile under DOS.
  256.  
  257. Ocie
  258.  
  259. - -
  260. - ------------------------------------------------------------
  261. Thanks for using Fractint, The Fractals and Fractint Discussion List
  262. Post Message:   fractint@xmission.com
  263. Get Commands:   majordomo@xmission.com "help"
  264. Administrator:  twegner@phoenix.net
  265. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  266.  
  267. ------------------------------
  268.  
  269. Date: Tue, 03 Mar 1998 19:51:41 -0800
  270. From: Wizzle <wizzle@cci-internet.com>
  271. Subject: Re: (fractint) julias
  272.  
  273. Jay...
  274.  
  275. Thanks so much for the explanations and samples!!  I feel like you gave me
  276. a brand new wonderful toy to play with. I'm having such fun finding julias
  277. and minibrots.....I never realized they were there.
  278.  
  279. One more question.....I figured out that zooming out takes me back to the
  280. mandelbrot set......and when I zoom out from the julia I can see the little
  281. "strings" along the mandelbrot set that contain the julias even at a fairly
  282. low magnification (like looking at a large portion of the "lake").
  283. However, when I start with the mandelbrot set in fractint I never seem to
  284. see those strings no matter how much I zoom in. Why can't I see these
  285. strings when I start with the mandelbrot set and yet I can if I start with
  286. the julia I posted?
  287.  
  288. Angela 
  289.  
  290. At 05:56 PM 3/2/98 -0800, you wrote:
  291. >
  292. >Wizzle wrote:
  293. >>p.s. I would dearly love to understand why this is a squarish type of
  294. >>julia....if the explanation isn't too terribly mathematical.
  295. >The Julia set image has to have all the features seen around the
  296. >parameter spot in the Mandelbrot set.  So at lower magnification
  297. >in M we have the following (see par). This shows up first twice then
  298. >four times in M when we zoom in. And so it also does as we zoom
  299. >into the Julia. You chose a zoom that shows the four fold and so it
  300. >looks squarish.  Try this par at all zooms into the midget. Then
  301. >press space twice and watch all zooms in the Julia. See the
  302. >same sort of 'stuff'.
  303. >
  304. >Jay
  305. >
  306. ><<snipped>>
  307.  
  308. - -
  309. - ------------------------------------------------------------
  310. Thanks for using Fractint, The Fractals and Fractint Discussion List
  311. Post Message:   fractint@xmission.com
  312. Get Commands:   majordomo@xmission.com "help"
  313. Administrator:  twegner@phoenix.net
  314. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  315.  
  316. ------------------------------
  317.  
  318. Date: Tue, 03 Mar 1998 21:05:44 -0800
  319. From: dudley brooks <titan@hargray.com>
  320. Subject: (fractint) video driver question
  321.  
  322. i hope someone can help me as i have not had fractint for several weeks
  323. now.i had to replace my video card and installed a Diamond Speedstar 64
  324. 2000 graphics card.my computer is a ibm clone 486 66 mgz and i have
  325. fractint 19.5.i can only view fractals in the most primitive modes.i
  326. have always used the shift7 1024X780 video mode that works with most
  327. svga.i have no idea where to go from here to get this working.i have
  328. read the fractint documentation on video modes over and over but it is a
  329. little over my head for me to fool with i believe.has anyone had this
  330. problem or can anyone advise me of how to get the sharpest images
  331. possible with this video card?i have had fractint since version 16 and
  332. was one of the programs that amazed me and sparked my interest in the
  333. computer.i am just a lover of fine images and do not really know anyone
  334. else with an interest in fractint like i have.hope someone can help!!!
  335.  
  336.  
  337. - -
  338. - ------------------------------------------------------------
  339. Thanks for using Fractint, The Fractals and Fractint Discussion List
  340. Post Message:   fractint@xmission.com
  341. Get Commands:   majordomo@xmission.com "help"
  342. Administrator:  twegner@phoenix.net
  343. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  344.  
  345. ------------------------------
  346.  
  347. Date: Tue, 3 Mar 1998 20:36:23 -0800
  348. From: "Jay Hill"<jrhill@nosc.mil>
  349. Subject: Re: (fractint) julias
  350.  
  351. Angela wrote
  352.  
  353. Jay wrote:
  354. - ->Try this par at all zooms into the midget. Then
  355. - ->press space twice and watch all zooms in the Julia. See the
  356. - ->same sort of 'stuff'.
  357.  
  358. - -Jay...
  359. - -Thanks so much for the explanations and samples!!  I feel like you gave
  360. - -me a brand new wonderful toy to play with. I'm having such fun finding
  361. - -julias and minibrots.....I never realized they were there.
  362. There are about 20,000 more posted on my web sites.  Glad you are
  363. having fun.  There is a lot to learn about the old Mandelbrot set. I've
  364. been spending uncounted hours (actually, I think my wife has been
  365. counting the hours) ever since I got my 8086 with CGA in the '80s.  I
  366. used to figure 2 hours to make a nice 320x200 image. It now takes
  367. 2 seconds.
  368.  
  369. - -One more question.....I figured out that zooming out takes me back to the
  370. - -mandelbrot set......and when I zoom out from the julia I can see the
  371. little
  372. - -"strings" along the mandelbrot set that contain the julias even at a
  373. fairly
  374. "strings",  that is an example of the 'stuff' mentioned above.  Stuff in
  375. elephant valley looks like elephants. Stuff in seahorse valley looks
  376. like seahorses. Stuff near the base of the period 3 bud (big one on top)
  377. look like 3 armed galaxies.  Julia sets with parameters set to these
  378. regions will have that look to them.
  379.  
  380. - -low magnification (like looking at a large portion of the "lake").
  381. - -However, when I start with the mandelbrot set in fractint I never seem to
  382. - -see those strings no matter how much I zoom in. Why can't I see these
  383. - -strings when I start with the mandelbrot set and yet I can if I start with
  384. - -the julia I posted?
  385. And where do we find strings?  Out on the spike, because it is the
  386. mother of all strings.  These start showing up anywhere more
  387. negative than -1.  Near -1.25 they are clumpy and are called scepters.
  388. Your example is out at -1.75 where strings are going strong.
  389.  
  390. Twiggy strings are found near (-.134, 1) because that filament is
  391. - - you guessed it - twiggy.
  392.  
  393. Rumor has it that Dr. J is building new wings to his laboratory, new
  394. ones for each of these regions.  Word is that he stepped into
  395. a particularly tangled mess of 'strings, barbed wire and quick sand'.
  396. I'm too busy running tests at work tonight to look after him. He is on
  397. his own.   :-)
  398.  
  399. Jay
  400.  
  401.  
  402.  
  403. - -
  404. - ------------------------------------------------------------
  405. Thanks for using Fractint, The Fractals and Fractint Discussion List
  406. Post Message:   fractint@xmission.com
  407. Get Commands:   majordomo@xmission.com "help"
  408. Administrator:  twegner@phoenix.net
  409. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  410.  
  411. ------------------------------
  412.  
  413. Date: Tue, 03 Mar 1998 21:47:13 -0800
  414. From: kathy roth <kroth@well.com>
  415. Subject: (fractint) gravijul-v3
  416.  
  417. um......oh, I do have a life.  Um, I do do something
  418. besides this, really.
  419.  
  420.  
  421. newgrav1           { ; 3-2-98 kathy roth
  422.                      ; gravijul-v3 variation by Sylvie Gallet
  423.                   ;on Mark Christenson's gravijul formula
  424.   reset=1960 type=formula formulafile=gravij~3.frm
  425.   formulaname=gravijul-v3 function=cosxx/flip/floor
  426.   center-mag=+0.00024059026236537/+0.00002279441750243/137.0464/1.0397
  427.   params=1.1/3/0.9999999000000001/0/10/0 invert=0.01/0/0 decomp=2048
  428.  colors=000YRD<7>pgTriVulYxn_zpa<4>jdWgaVcZT\
  429. `WSYUR<3>KJNHGMGFL<10>7246027\
  430.  02<20>Q08R09S09T0AU0A<6>`0Da0Db2D\
  431. <14>zVF<10>hAEaI9<6>xTF<8>H3AC09908<6>K\
  432.  BDMDEMFF<2>MMI000<16>C81D92FB3<2>\
  433. LG4OI5QK7<12>vlYxn_yo`zpawn_ukY<16>bVH0\
  434.   00<22>000000223<5>HHNKKQNNTQQXTT_<6>ilploslpr<14>OI5<2>VPB
  435.   }
  436.  
  437. newgrav2           { ; 3-2-98 kathy roth
  438.                      ; gravijul-v3 variation by Sylvie Gallet
  439.                       ;on Mark Christenson's gravijul formula
  440.                      ; best at least 800x600
  441.   reset=1960 type=formula formulafile=gravij~3.frm
  442.   formulaname=gravijul-v3 function=cosxx/cos/cotan passes=t
  443.   center-mag=-0.00360393/0.00010278/7.524472/1.0397
  444.   params=1.1/3/0.9999999000000001/0/10/0 invert=0.01/0/0 decomp=2048
  445.   colors=000<23>000000223<5>HHNKKQNNTQQXTT_\
  446. <6>ilploslpr<14>OI5<11>pgTriVul\
  447.  Yxn_zpa<4>jdWgaVcZT`WSYUR<3>KJNHGMGFL\
  448. <10>724602702<20>Q08R09S09T0AU0A<6>\
  449.  `0Da0Db2D<14>zVF<10>hAEaI9<6>xTF<8>H3AC09908\
  450. <6>KBDMDEMFF<2>MMI000<16>C81\
  451.   D92FB3<2>LG4OI5QK7<12>vlYxn_yo`zpawn_ukY<16>bVH
  452.   }
  453.  
  454. newgrav3           { ; 3-2-98 kathy roth
  455.                      ; architect's draft for newgrav2
  456.                      ; gravijul-v3 variation by Sylvie Gallet
  457.                      ; on Mark Christenson's gravijul formula
  458.   reset=1960 type=formula formulafile=gravij~3.frm
  459.   formulaname=gravijul-v3 function=cosxx/cos/cotan passes=t
  460.   center-mag=-0.00360393/0.00010278/7.524472/1.0397
  461.   params=1.1/3/0.9999999000000001/0/10/0 fillcolor=66 invert=0.01/0/0
  462.   decomp=2048
  463.   colors=000<23>000000223<5>HHNKKQNNTQQXTT\
  464. _<6>ilploslpr<14>OI5<11>pgTriVul\
  465.  Yxn_zpa<4>jdWgaVcZT`WSYUR<3>KJNHGMGFL\
  466. <10>724602702<20>Q08R09S09T0AU0A<6>\
  467.  `0Da0Db2D<14>zVF<10>hAEaI9<6>xTF<8>H3A\
  468. C09908<6>KBDMDEMFF<2>MMI000<16>C81\
  469.   D92FB3<2>LG4OI5QK7<12>vlYxn_yo`zpawn_ukY<16>bVH
  470.   }
  471.  
  472.  
  473. newgrav4           { ; 3-2-98 kathy roth
  474.                      ; palette by Sylvie Gallet
  475.                      ; gravijul-v3 variation by Sylvie Gallet
  476.                      ; on Mark Christenson's gravijul formula
  477.   reset=1960 type=formula formulafile=gravij~3.frm
  478.   formulaname=gravijul-v3 function=cosxx/cos/flip passes=t
  479.   center-mag=-0.00793577/0.00836294/6.244929/1.0397
  480.   params=1.1/3/0.9999999000000001/0/10/0 invert=0.01/0/0 decomp=2048
  481. colors=000ZdiZdi_eh<15>wwm<15>0mm<7>8eb9da9da\
  482. <12>1VQ0UP1UP<11>GaPHaPIbPK\
  483.  cPKcQLdR<19>bvkcwmbvl<27>4T53S42R20P00P\
  484. 10P2<20>AZTAZUD_S<13>st4000kkk00U\
  485.   <13>Ums<5>hrw<4>eoudntcmtblsbksajr<15>\
  486. PYjOXiOXiOXi<4>RYiRYiRYiRYiSZi<24>\
  487.   Zdi
  488.   }
  489.  
  490. newgrav5           { ; 3-2-98 kathy roth
  491.                      ; gravijul-v3 variation by Sylvie Gallet
  492.                      ; on Mark Christenson's gravijul formula
  493.   reset=1960 type=formula formulafile=gravij~3.frm
  494.   formulaname=gravijul-v2 function=atanh/sqrt/recip passes=t
  495.   center-mag=1.77636e-015/-1.77636e-015/0.09696078
  496.   params=1/0.9/0/0/4/0 float=y maxiter=300 inside=0
  497. decomp=256
  498. colors=000LSXGO`CLd<7>Ums<5>hrwhrwgqv<31>\
  499. OOlNNlOOl<45>wwm<15>0mm<7>8eb9d\
  500.  a9da<12>1VQ0UP1UP<11>GaPHaPIbPKcPKcQLdR\
  501. <19>bvkcwmbvl<30>MS2LR0MS0<36>st4\
  502.   <5>TZQ
  503.   }
  504.  
  505. newgrav6           { ; 3-2-98 kathy roth
  506.                      ; gravijul-v3 variation by Sylvie Gallet
  507.                      ; on Mark Christenson's gravijul formula
  508.   reset=1960 type=formula formulafile=gravij~3.frm
  509.   formulaname=gravijul-v3 function=cosxx/flip/sinh
  510.   center-mag=+0.00024059026236537/+0.00002279441750243/137.0464/1.0397
  511.   params=1.1/3/0.9999999000000001/0/10/0 invert=0.01/0/0
  512. decomp=2048
  513. colors=000YRD<7>pgTriVulYxn_zpa<4>jdWgaVc\
  514. ZT`WSYUR<3>KJNHGMGFL<10>7246027\
  515.  02<20>Q08R09S09T0AU0A<6>`0Da0Db2D\
  516. <14>zVF<10>hAEaI9<6>xTF<8>H3AC09908<6>K\
  517.  BDMDEMFF<2>MMI000<16>C81D92FB3<2>\
  518. LG4OI5QK7<12>vlYxn_yo`zpawn_ukY<16>bVH0\
  519.   00<22>000000223<5>HHNKKQNNTQQXTT_<6>\
  520. ilploslpr<14>OI5<2>VPB
  521.   }
  522.  
  523. gravijul-v3 { ; Variation on Mark Christenson's gravijul by Sylvie
  524. Gallet
  525.    z = pixel:
  526.    w = fn1(z)
  527.    z = fn3(fn2(w*w)^p1) + p2
  528.     |z| < p3
  529.   }
  530.  gravijul-v2 { ; Variation on Mark Christenson's gravijul by Sylvie\
  531. Gallet
  532.    z = pixel :
  533.    w = fn1(real(z)) , x = fn3(p1/fn2(w*w))
  534.    w = fn1(imag(z)) , y = fn3(p1/fn2(w*w))
  535.    z = x + flip(y) + p2
  536.     |z| < p3
  537.   }
  538.  
  539.  
  540.  
  541.  
  542.  
  543.  
  544.  
  545.  
  546.  
  547. - -
  548. - ------------------------------------------------------------
  549. Thanks for using Fractint, The Fractals and Fractint Discussion List
  550. Post Message:   fractint@xmission.com
  551. Get Commands:   majordomo@xmission.com "help"
  552. Administrator:  twegner@phoenix.net
  553. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  554.  
  555. ------------------------------
  556.  
  557. Date: Tue, 03 Mar 1998 22:13:20 -0800
  558. From: kathy roth <kroth@well.com>
  559. Subject: (fractint) thank you, thank you etc.
  560.  
  561. Maybe there should be an award, like  "Fractal of the Year"
  562. or a grammy or a Bammie or something.  I nominate
  563. Mark Christenson for  "gravijul".
  564.  
  565.  
  566. - -
  567. - ------------------------------------------------------------
  568. Thanks for using Fractint, The Fractals and Fractint Discussion List
  569. Post Message:   fractint@xmission.com
  570. Get Commands:   majordomo@xmission.com "help"
  571. Administrator:  twegner@phoenix.net
  572. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  573.  
  574. ------------------------------
  575.  
  576. Date: Tue, 03 Mar 1998 23:49:06 -0800
  577. From: Mark Christenson <mchris@hooked.net>
  578. Subject: Re: (fractint) thank you, thank you etc.
  579.  
  580. comment { commentary and pars by Bud 3/3/98
  581.  
  582. At 10:13 PM 3/3/98 -0800, Kathy wrote:
  583. >Maybe there should be an award, like  "Fractal of the Year"
  584. >or a grammy or a Bammie or something.  I nominate
  585. >Mark Christenson for  "gravijul".
  586.  
  587. Thanks for the praise, but the year is *very* young.  And the 
  588. competition is stiff.  One of the great things about this list is the 
  589. way it enables collaboration and cross-fertilization at light speed;
  590. I know it has made *me* a better fractal artist.  I haven't had time 
  591. to explore Sylvie's gravijul-v3 yet; and while v2 seems a bit less 
  592. fertile than the original, its potential for unusual structures 
  593. (especially periodic "tiles") is really stunning.
  594.  
  595. Here's another v2; it's basically "Internal Reflections" on steriods,
  596. with a precious metal finish.  This color map (called "sil&gold") and 
  597. the one I used for "I.R." (called "circus") are two of my new faves 
  598. for decomposition images (I'm also on a decomp jag, as you may 
  599. have noticed).  Hard to believe I got along for 10 years with only one
  600. option, color=iter (it was all I ever built into my programs).
  601. Note: Both images/maps are also great for color cycling!
  602.  
  603.  
  604. Bud
  605.  
  606. }
  607.  
  608. gjv2-04b           { ; gjv2-04a in silver & gold, (c)  Bud 3/2/98 - cycle
  609. me, please!
  610.                      ; frm gjv2 by Sylvie Gallet
  611.   reset=1930 type=formula formulafile=filist.frm
  612.   formulaname=gravijul-v2 function=sin/log/acosh passes=t
  613.   center-mag=0/0.78/0.426 params=0/1.2/0/0/20/0 float=y
  614.   maxiter=300 inside=0 decomp=256
  615.   colors=200<30>z00<30>200000111<30>sss<30>222000012<30>0kz<30>022000211<3\
  616.   0>zsX<31>000 cyclerange=0/255
  617.   }
  618.  
  619. frm:gravijul-v2 { ; Variation on Mark Christenson's gravijul by Sylvie Gallet
  620.    z = pixel :
  621.    w = fn1(real(z)) , x = fn3(p1/fn2(w*w))
  622.    w = fn1(imag(z)) , y = fn3(p1/fn2(w*w))
  623.    z = x + flip(y) + p2
  624.     |z| < p3
  625.   }
  626.  
  627.  
  628.  
  629. - -
  630. - ------------------------------------------------------------
  631. Thanks for using Fractint, The Fractals and Fractint Discussion List
  632. Post Message:   fractint@xmission.com
  633. Get Commands:   majordomo@xmission.com "help"
  634. Administrator:  twegner@phoenix.net
  635. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  636.  
  637. ------------------------------
  638.  
  639. Date: Tue, 03 Mar 1998 23:58:14 -0800
  640. From: Mark Christenson <mchris@hooked.net>
  641. Subject: Re: (fractint) thank you, thank you etc.
  642.  
  643. I wrote:
  644. > Here's another v2; it's basically "Internal Reflections" on 
  645.  
  646. *steroids*, not steriods.
  647.  
  648. I'm careless, not illiterate.
  649.  
  650.  
  651. Bud
  652.  
  653.  
  654.  
  655. - -
  656. - ------------------------------------------------------------
  657. Thanks for using Fractint, The Fractals and Fractint Discussion List
  658. Post Message:   fractint@xmission.com
  659. Get Commands:   majordomo@xmission.com "help"
  660. Administrator:  twegner@phoenix.net
  661. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  662.  
  663. ------------------------------
  664.  
  665. Date: Wed, 04 Mar 1998 00:12:20 -0800
  666. From: Mark Christenson <mchris@hooked.net>
  667. Subject: (fractint) Re: complex powers
  668.  
  669. Ocie - 
  670.  
  671. Thanks for the run-down.  Guess I gotta shake out the cobwebs. 
  672. It all made sense, but things like coordinate system conversions 
  673. and identities are quite foreign now, having not been used since 
  674. college (cripes, 1979?!?).  I'm pretty certain I couldn't do integration 
  675. by parts or substitution to save my life. 
  676.  
  677. Bud
  678.  
  679.  
  680. - -
  681. - ------------------------------------------------------------
  682. Thanks for using Fractint, The Fractals and Fractint Discussion List
  683. Post Message:   fractint@xmission.com
  684. Get Commands:   majordomo@xmission.com "help"
  685. Administrator:  twegner@phoenix.net
  686. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  687.  
  688. ------------------------------
  689.  
  690. Date: Wed, 04 Mar 1998 07:50:52 -0800
  691. From: Wizzle <wizzle@cci-internet.com>
  692. Subject: (fractint) minibrot question
  693.  
  694. How come if I start with the julia formula I can't find any mini-brots no
  695. matter how much I zoom.......if I start with a mandelbrot with "stuff"
  696. (those strings....which I still don't know where they come from).....I
  697. don't have any trouble finding lots of minibrots among the julias on the
  698. "stuff".
  699.  
  700. Where did the mandelbrot with "stuff" come from to begin with? And how do
  701. the coordinates work? Is the middle of my screen ground zero in the
  702. mandlebrot? Up and to the right is plus.....down and to the left is minus?
  703.  
  704. Can I input coordinates somewhere?
  705.  
  706. Angela aka wizzle
  707.  
  708.  
  709.  
  710. - -
  711. - ------------------------------------------------------------
  712. Thanks for using Fractint, The Fractals and Fractint Discussion List
  713. Post Message:   fractint@xmission.com
  714. Get Commands:   majordomo@xmission.com "help"
  715. Administrator:  twegner@phoenix.net
  716. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  717.  
  718. ------------------------------
  719.  
  720. Date: Wed, 04 Mar 1998 07:56:29 -0800
  721. From: Wizzle <wizzle@cci-internet.com>
  722. Subject: Re: (fractint) thank you, thank you etc.
  723.  
  724. Bud writes....
  725.  
  726. >Here's another v2; it's basically "Internal Reflections" on steriods,
  727. >with a precious metal finish.  This color map (called "sil&gold") and 
  728. >the one I used for "I.R." (called "circus") are two of my new faves 
  729. >for decomposition images (I'm also on a decomp jag, as you may 
  730. >have noticed).  Hard to believe I got along for 10 years with only one
  731. >option, color=iter (it was all I ever built into my programs).
  732. >Note: Both images/maps are also great for color cycling!
  733. >
  734. >
  735. >Bud
  736. >
  737.  
  738.  
  739. Bud....the sil&gold map is truly excellent and I love what it did to your
  740. image.  I thought the original lovely in a "painterly" sort of way. This
  741. new variation has such a different feel....much more 3 dimensional. 
  742.  
  743. I've had a wonderful time with all the gravijul variations. For some
  744. reason, crosses and mandalas keep coming up for me.....must be a "sign"
  745. that I need to update my gallery for Easter/Vernal Equinox. Thanks you so
  746. much Buc and Sylvie.
  747.  
  748. Angela aka wizzle 
  749.  
  750. - -
  751. - ------------------------------------------------------------
  752. Thanks for using Fractint, The Fractals and Fractint Discussion List
  753. Post Message:   fractint@xmission.com
  754. Get Commands:   majordomo@xmission.com "help"
  755. Administrator:  twegner@phoenix.net
  756. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  757.  
  758. ------------------------------
  759.  
  760. Date: Wed, 04 Mar 1998 16:17:33 -0800
  761. From: Daniel Sadoc <sadoc@rio.com.br>
  762. Subject: (fractint) Feigenbaum number
  763.  
  764. This is a multi-part message in MIME format.
  765.  
  766. - --------------45B3F0F2189
  767. Content-Type: text/plain; charset=us-ascii
  768. Content-Transfer-Encoding: 7bit
  769.  
  770. Hi!
  771.  
  772.         As I had an expecial interest in the Bifurcation Fractal and the Bifurcation Lambda, I got contact with the Feigenbaum number, which is good covered at the address below:
  773.  
  774.         http://www.stud.ntnu.no/~berland/math/feigenbaum/index.html
  775.  
  776.         Some days ago, however, I've found a little and "simple" program that calculates the Feigenbaum number.  Although I've understood how the Feigenbaum number is calculated based on the Bifurcation Fractal design,  I've passed many days trying to compreend how this program works, but I couldn't...
  777.         
  778.         So, I would like to ask if someone can help me to understand the logic of this code that I've attached to this message.
  779.  
  780. Thanks in advance,
  781. Daniel Sadoc
  782.  
  783. - --------------45B3F0F2189
  784. Content-Type: text/plain; charset=us-ascii; name="FEIGENBM.PAS"
  785. Content-Transfer-Encoding: 7bit
  786. Content-Disposition: inline; filename="FEIGENBM.PAS"
  787.  
  788. {$N+}
  789. program feigenbm;
  790.  
  791. uses CRT;
  792.  
  793. var
  794.    x,lambda,f,step_size,old_x,test,lambda_1,lambda_2,delta,
  795.    init_step,old_lambda,new_step,old_step: extended;
  796.  
  797.    i,iterations: longint;
  798.  
  799.    j,sign: integer;
  800.  
  801. begin
  802.         ClrScr;
  803.         lambda := 3.0;
  804.     Writeln('n          Lambda                 Delta');
  805.     init_step := 1;
  806.     for j:=1 to 19 do
  807.     begin
  808.              if j mod 2 = 0 then
  809.                 sign := -1
  810.              else
  811.         sign := 1;
  812.              GotoXY(0,15+j);
  813.              init_step := init_step/4.67;
  814.              step_size := init_step;
  815.              iterations := 2;
  816.              for i:=1 to j-1 do
  817.                       iterations := iterations*2;
  818.  
  819.              old_x := 0.5;
  820.              lambda := lambda + step_size;
  821.              repeat
  822.         x := old_x;
  823.         for i:=0 to iterations-1 do
  824.                     x := lambda*x*(1-x);  { x := x * r * (1-x) }
  825.                 test := (x - old_x)*sign;
  826.                 if test < 0 then
  827.                 begin
  828.              lambda := lambda - step_size;
  829.                      step_size := step_size/2;
  830.                 end;
  831.                 old_lambda := lambda;
  832.                 lambda := lambda + step_size;
  833.                 GotoXY(1,j+3);
  834.         write(j:2,'   ',lambda:20:18,'   ');
  835.              until old_lambda >= lambda;
  836.              if j > 2 then
  837.          begin
  838.         delta := (lambda_1 - lambda_2)/(lambda - lambda_1);
  839.         write(delta:20:18);
  840.              end;
  841.              lambda_2 := lambda_1;
  842.              lambda_1 := lambda;
  843.     end;
  844. end.
  845.  
  846. - --------------45B3F0F2189--
  847.  
  848.  
  849.  
  850. - -
  851. - ------------------------------------------------------------
  852. Thanks for using Fractint, The Fractals and Fractint Discussion List
  853. Post Message:   fractint@xmission.com
  854. Get Commands:   majordomo@xmission.com "help"
  855. Administrator:  twegner@phoenix.net
  856. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  857.  
  858. ------------------------------
  859.  
  860. Date: Wed, 04 Mar 1998 16:16:03 -0800
  861. From: Daniel Sadoc <sadoc@rio.com.br>
  862. Subject: (fractint) New WinFract User
  863.  
  864. Hi!
  865.  
  866.         I've bought the book Fractals for Windows (from Wegner, Peterson, Tyler and Branderhorst), here where I live, in Brazil, and since than I'm very interested in fractals.  I've just got some experience with the WinFract, which I really appreciated.
  867.  
  868.         I've been reading some very interesting messages from this mail-list, and now I have a question, which I've sent in the following e-mail.
  869.  
  870.         I expect that I can contribute to the growing of this list.
  871.  
  872. Sincerily Yours,
  873. Daniel Sadoc
  874.  
  875.  
  876.  
  877. - -
  878. - ------------------------------------------------------------
  879. Thanks for using Fractint, The Fractals and Fractint Discussion List
  880. Post Message:   fractint@xmission.com
  881. Get Commands:   majordomo@xmission.com "help"
  882. Administrator:  twegner@phoenix.net
  883. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  884.  
  885. ------------------------------
  886.  
  887. Date: Wed, 04 Mar 1998 16:25:09 -0800
  888. From: Daniel Sadoc <sadoc@rio.com.br>
  889. Subject: (fractint) Especial
  890.  
  891. Hi!
  892.     I'm sorry by the English faults! I've just seen I had written "expecial", in the last e-mail, when I was trying to say "special"...
  893.  
  894.     Although the English errors, I hope everyboy had understood my question...
  895.  
  896. Waiting for reply,
  897. Daniel Sadoc
  898.  
  899.  
  900. - -
  901. - ------------------------------------------------------------
  902. Thanks for using Fractint, The Fractals and Fractint Discussion List
  903. Post Message:   fractint@xmission.com
  904. Get Commands:   majordomo@xmission.com "help"
  905. Administrator:  twegner@phoenix.net
  906. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  907.  
  908. ------------------------------
  909.  
  910. Date: Wed, 4 Mar 1998 12:52:13 -0700 
  911. From: "Peter Gavin" <pgavin@mindspring.com>
  912. Subject: (fractint) Date: Wed, 4 Mar 1998 14:52:02 -0500
  913.  
  914. I've been totally unable to get diskvideo to work in batch mode, short of
  915. making another fractint.cfg containing only the diskvideo mode I want.
  916. Could someone tell me how I can continue an image I started in regulr
  917. 1024x768 graphics mode in 1024x768 diskvideo mode, without modifying my
  918. sstools.ini and fractint.cfg?
  919.  
  920. Thanks,
  921. Pete
  922.  
  923.  
  924.  
  925. - -
  926. - ------------------------------------------------------------
  927. Thanks for using Fractint, The Fractals and Fractint Discussion List
  928. Post Message:   fractint@xmission.com
  929. Get Commands:   majordomo@xmission.com "help"
  930. Administrator:  twegner@phoenix.net
  931. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  932.  
  933. ------------------------------
  934.  
  935. Date: Wed, 4 Mar 1998 12:28:41 -0800
  936. From: "Jay Hill" <ehill1@san.rr.com>
  937. Subject: Re: (fractint) minibrot question
  938.  
  939. Hi wizzle,
  940.  
  941. The Mandelbrot set is a Map of the Julia sets for the iteration 
  942. equation, any iteration equation. It is showing us the convergence or 
  943. divergence results we shall see (an image of results vs. c)  if we 
  944. make a Julia set. The Julia set image shows us the 
  945. convergence or divergence using different initial z0 values.  
  946.  
  947. If we want to see midgets in the Mandelbrot map, we must use 
  948. z0 = a critical point. That is why we use z0=0 for the classic MSet.
  949. Given that we use z0=critical point, we will see some midgets 
  950. (depending on the iteration formula).  In the classic MSet, all the 
  951. midgets are connected by smaller midgets and other 'points'.
  952.  
  953. These are the filaments. The pretty stuff we see are there because 
  954. there are midgets all lined up in some organized pattern. Now the 
  955. Julia set explicitly avoids the critical points (except for a few samples
  956. in the z0 plain that happen to be critical points). So you don't see 
  957. midgets.  If c (the parameter for the Julia set) is in a solid part of 
  958. the corresponding Mandelbrot map, we shall see solid parts (non-
  959. divergent) in the Julia set. Why?  Because where that z0=critical
  960. point is, there at least, the iteration does not diverge. (It is in a solid 
  961. part of the MSet and so it must be a solid part of JSet. It is after all
  962. the one point belonging to both.)  If this point is well inside a solid 
  963. component of the MSet, like in a bud, then for some region around
  964. it in the JSet we shall see it is solid (non-divergent).  
  965.  
  966. If the point is not in or next to a MSet component, the point diverges 
  967. and none of the JSet has a chance of converging. The JSet has no 
  968. solid parts. 
  969.  
  970. If you put c in the 'center' of a midget's cardioid, there will be a 
  971. circular solid spot in the center of the Julia (at the critical point).
  972. If c is in a bud center, there will be several solid parts in JSet 
  973. corresponding in a sense to the period of the orbits.
  974.  
  975. Hope this helps,
  976.  
  977. Jay
  978. PS more below...
  979.  
  980. - ----------
  981. > From: Wizzle <wizzle@cci-internet.com>
  982. > To: Fractint@xmission.com
  983. > Subject: (fractint) minibrot question
  984. > Date: Wednesday, March 04, 1998 7:50 AM
  985. > How come if I start with the julia formula I can't find any mini-brots no
  986. > matter how much I zoom.......if I start with a mandelbrot with "stuff"
  987. > (those strings....which I still don't know where they come from).....I
  988. > don't have any trouble finding lots of minibrots among the julias on the
  989. > "stuff".
  990.  
  991. see above
  992.  
  993. > Where did the mandelbrot with "stuff" come from to begin with? And how do
  994. > the coordinates work? 
  995.  
  996. The coordinates are the complex number plain. If there is a rotation or
  997. skewing then it gets messed up (but prettier for an image).
  998.  
  999. > Is the middle of my screen ground zero in the
  1000. > mandlebrot? 
  1001.  
  1002. Press 'z' and 'F6' to see the coordinates of the screen center.
  1003.  
  1004.  
  1005. >Up and to the right is plus.....down and to the left is minus?
  1006.  
  1007. Yes.
  1008.  
  1009. > Can I input coordinates somewhere?
  1010.  
  1011. Yes. In the 'z' F6 screen you can change center and zoom, etc.
  1012. > Angela aka wizzle
  1013.  
  1014.  
  1015. - -
  1016. - ------------------------------------------------------------
  1017. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1018. Post Message:   fractint@xmission.com
  1019. Get Commands:   majordomo@xmission.com "help"
  1020. Administrator:  twegner@phoenix.net
  1021. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1022.  
  1023. ------------------------------
  1024.  
  1025. Date: Wed, 04 Mar 1998 13:34:12 -0800
  1026. From: kathy roth <kroth@well.com>
  1027. Subject: (fractint) Especial
  1028.  
  1029. Your English is fine! Much better than my Portuguese.
  1030.  
  1031.  
  1032. - -
  1033. - ------------------------------------------------------------
  1034. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1035. Post Message:   fractint@xmission.com
  1036. Get Commands:   majordomo@xmission.com "help"
  1037. Administrator:  twegner@phoenix.net
  1038. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1039.  
  1040. ------------------------------
  1041.  
  1042. Date: Wed, 4 Mar 1998 18:06:58 -0500
  1043. From: Sylvie Gallet <Sylvie_Gallet@compuserve.com>
  1044. Subject: (fractint) (Fwd) Fix needed for F-tint 20
  1045.  
  1046. This is a MIME-encapsulated message
  1047.  
  1048. - --d1dea504-b3b2-11d1-a106-00805feaacd2
  1049. Content-Type: text/plain; charset=ISO-8859-1
  1050. Content-Transfer-Encoding: quoted-printable
  1051. Content-Disposition: inline
  1052.  
  1053. Hi Tim,
  1054.  
  1055. >> Can anyone else duplicate this problem? With Bob's permission I am =
  1056.  
  1057. >> posting some mail he sent me privately.
  1058. <snipped>
  1059. >> I discovered that when I had somewhere around 150 formulas, the
  1060. >> formula names listed on the selection menu would run up against each
  1061. >> other like this: formula1formula2formula3 etc.
  1062.  
  1063.   You can duplicate it with the formula file attached.  Just change the
  1064. name of the first formula.
  1065.  
  1066.   The bug appears when the formula name has 4, 5, 7, 9, 12, 15 chars.  In=
  1067.  
  1068. all of these cases, (mumber of chars + 1) * number of colums =3D 78 or 80=
  1069. =2E
  1070.  
  1071.   Cheers,
  1072.  
  1073.         - Sylvie
  1074.  
  1075. - --d1dea504-b3b2-11d1-a106-00805feaacd2
  1076. Content-Type: application/octet-stream; name="FNAMEBUG.ZIP"
  1077. Content-Transfer-Encoding: base64
  1078. Content-Disposition: attachment; filename="FNAMEBUG.ZIP"
  1079.  
  1080. UEsDBBQAAgAIABO+ZCSII8OESQEAALAEAAAMAAAAZm5hbWVidWcuZnJtPdRLjuQgFAXReUq5h1oC
  1081. lz9rK9XeWyKCnjx7wpGNA38/qa2PufYpqT/c/vz+fT/fT+613tnu7HeOO+ed605WnDtTuLA6LA/r
  1082. AxCEQAQjIEGpKNVnQKkoFaWiVJSKUlEqSkNpKM1XQWkoDaWhNJSG0lA6SkfpKN0dQekoHaWjdJSO
  1083. MlAGykAZKMONRRkoA2WgDJSJMlEmykSZKNPvgzJRJspEWSgLZaEslIWyUJafGcU0FspG2SgbZaNs
  1084. lI2yUba1oGyUg3JQDspBOSgH5aAclGN0rzqzK3ZXDK9YXjG9YnvF+Ir1FfMrev8z1nshv5Jfyq/l
  1085. F/Or+eVszzHo1Hcu9Gw6Rh2rjlnHrmPYseyYdmw77R00PfOOfcfAY+Ex8dh4jDxWHjNPfydXz9Jj
  1086. 6rH1GHusPeYee4/Bx+Iz3q9Az+hj9TH72H0M/x9QSwECFAAUAAIACAATvmQkiCPDhEkBAACwBAAA
  1087. DAAAAAAAAAABACAAtoEAAAAAZm5hbWVidWcuZnJtUEsFBgAAAAABAAEAOgAAAHMBAAAAAA==
  1088. - --d1dea504-b3b2-11d1-a106-00805feaacd2--
  1089.  
  1090. - -
  1091. - ------------------------------------------------------------
  1092. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1093. Post Message:   fractint@xmission.com
  1094. Get Commands:   majordomo@xmission.com "help"
  1095. Administrator:  twegner@phoenix.net
  1096. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1097.  
  1098. ------------------------------
  1099.  
  1100. Date: Wed, 04 Mar 1998 00:18:24 -0300
  1101. From: "Alexandre de C. Borges" <borges@cpunet.com.br>
  1102. Subject: (fractint) Fractais in Brazil
  1103.  
  1104. >Hi!
  1105. >
  1106. >        I've bought the book Fractals for Windows (from Wegner, Peterson,
  1107. Tyler and Branderhorst), here where I live, in Brazil, and since than I'm
  1108. very interested in fractals.  I've just got some experience with the
  1109. WinFract, which I really appreciated.
  1110. >
  1111. >        I've been reading some very interesting messages from this
  1112. mail-list, and now I have a question, which I've sent in the following e-mail.
  1113. >
  1114. >        I expect that I can contribute to the growing of this list.
  1115. >
  1116. >Sincerily Yours,
  1117. >Daniel Sadoc
  1118.  
  1119.  
  1120. Hello!!!
  1121.  
  1122. Brazil ???
  1123.  
  1124. Eh um prazer ver alguem da terra brazilis aqui na lista :-)
  1125.  
  1126.  
  1127. Eu tambem sou do Brazil companheiro
  1128.  
  1129. Opa, opa...os americanso nao devem estar entendendo nada do que escrevi
  1130. aqui...
  1131.  
  1132. ja fui, 
  1133.  
  1134. abracos
  1135.  
  1136.  
  1137.  
  1138.  
  1139.        _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
  1140.       _/    Alexandre de C. Borges      _/ 
  1141.      _/      borges@cpunet.com.br      _/  
  1142.     _/       unificator@yahoo.com     _/   
  1143.    _/          ICQ UIN: 3236595      _/   
  1144.   _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ 
  1145.  
  1146. - -
  1147. - ------------------------------------------------------------
  1148. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1149. Post Message:   fractint@xmission.com
  1150. Get Commands:   majordomo@xmission.com "help"
  1151. Administrator:  twegner@phoenix.net
  1152. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1153.  
  1154. ------------------------------
  1155.  
  1156. End of fractint-digest V1 #121
  1157. ******************************
  1158.  
  1159.