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

  1. From: owner-fractint-digest@lists.xmission.com (fractint-digest)
  2. To: fractint-digest@lists.xmission.com
  3. Subject: fractint-digest V1 #467
  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         Friday, April 14 2000         Volume 01 : Number 467
  11.  
  12.  
  13.  
  14.  
  15. ----------------------------------------------------------------------
  16.  
  17. Date: Mon, 10 Apr 2000 08:31:09 -0400
  18. From: Barry N Merenoff <110144.2274@compuserve.com>
  19. Subject: (fractint) Branch Cuts
  20.  
  21. Andrew, try this:
  22.  
  23. p=3Dreal(p1)+PI
  24. q=3D2*PI*floor(p/(2*PI))
  25. r=3Dreal(p1)-q
  26. Z=3DC=3DPixel:
  27. Z=3Dlog(Z)
  28. IF(imag(Z)>p) Z=3DZ+flip(2*PI) ENDIF
  29. Z=3Dexp(2.5*(Z+flip(q)))+C
  30. |Z|<4
  31. }
  32.  
  33. Note: I don't know if Fractint has a floor function, but it should have
  34. something equivalent to it.
  35.  
  36. Sincerely,
  37.         Collin Merenoff
  38.  
  39. - --------------------------------------------------------------
  40. Thanks for using Fractint, The Fractals and Fractint Discussion List
  41. Post Message:   fractint@lists.xmission.com
  42. Get Commands:   majordomo@lists.xmission.com "help"
  43. Administrator:  twegner@fractint.org
  44. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  45.  
  46. ------------------------------
  47.  
  48. Date: Mon, 10 Apr 2000 14:06:22 -0700 (PDT)
  49. From: Kenneth Childress <icent@best.com>
  50. Subject: Re: (fractint) Branch Cuts
  51.  
  52. Collin,
  53.  
  54. > p=real(p1)+PI
  55. > q=2*PI*floor(p/(2*PI))
  56. > r=real(p1)-q
  57. > Z=C=Pixel:
  58. > Z=log(Z)
  59. > IF(imag(Z)>p) Z=Z+flip(2*PI) ENDIF
  60. > Z=exp(2.5*(Z+flip(q)))+C
  61. > |Z|<4
  62. > }
  63. > Note: I don't know if Fractint has a floor function, but it should have
  64. > something equivalent to it.
  65.  
  66. Is there a typo or mistake in the above?  I notice that the assignment
  67. to r is never used.
  68.  
  69.  
  70. Ken...
  71.  
  72.  
  73.  
  74.  
  75. - --------------------------------------------------------------
  76. Thanks for using Fractint, The Fractals and Fractint Discussion List
  77. Post Message:   fractint@lists.xmission.com
  78. Get Commands:   majordomo@lists.xmission.com "help"
  79. Administrator:  twegner@fractint.org
  80. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  81.  
  82. ------------------------------
  83.  
  84. Date: Tue, 11 Apr 2000 01:17:41 -0400
  85. From: Barry N Merenoff <110144.2274@compuserve.com>
  86. Subject: Re: (fractint) Branch Cuts
  87.  
  88. OOPS!!!
  89.  
  90. That should be IF (imag(Z)>r)
  91.  
  92. Sincerely,
  93.         Collin Merenoff
  94.  
  95. - --------------------------------------------------------------
  96. Thanks for using Fractint, The Fractals and Fractint Discussion List
  97. Post Message:   fractint@lists.xmission.com
  98. Get Commands:   majordomo@lists.xmission.com "help"
  99. Administrator:  twegner@fractint.org
  100. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  101.  
  102. ------------------------------
  103.  
  104. Date: Tue, 11 Apr 2000 02:51:47 -0400 (EDT)
  105. From: Jim Muth <jamth@mindspring.com>
  106. Subject: (fractint) FOTD, 11-04-00 (The Mandelbrot Set [7]) (c)
  107.  
  108. FOTD -- April 11, 2000  (Rating 7)
  109.  
  110. Fractal visionaries and enthusiasts:
  111.  
  112. The formula for today's fractal is -(Z)-3(Z^(-2))+C, and like 
  113. most of my FOTD formulas, (Formulae is the spelling for the 
  114. over-educated.), its apparent simplicity belies its potential 
  115. for creating fractals.
  116.  
  117. The parent fractal of today's scene is a lopsided circle with a 
  118. skewed hyperbola with fractal edges inside -- a rather 
  119. unpromising image.  However I consider unpromising scenes a 
  120. challenge, and I gladly accepted today's challenge.
  121.  
  122. I named the picture "The Mandelbrot Set" after that most famous 
  123. of all fractals, whose outline appears in glowing bronze at the 
  124. center of today's picture.
  125.  
  126. I devoted a little extra time to coloring today's image, finally 
  127. working out a palette that I feel rates an honest 7.  To see the 
  128. above-average picture, either run the parameter file and wait 9 
  129. minutes, or download the completed image and wait one minute.  
  130. That download may be found at:
  131.  
  132.           <alt.binaries.pictures.fractals>
  133.  
  134. and at:
  135.  
  136.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  137.  
  138. The fractal weather today was sunny and 63F (17C), barely warm 
  139. enough for the fractal cats to sneak outside.
  140.  
  141. Until next time, which will really come in 22 hours, take care.
  142.  
  143.  
  144. Jim Muth
  145. jamth@mindspring.com
  146.  
  147.  
  148. START 20.0 PAR-FORMULA FILE================================
  149.  
  150. The_Mandelbrot_Set { ; time=0:08:54.00, SF5 on a P200
  151.                      ;  Version 2000 Patchlevel 9
  152.   reset=2000 type=formula formulafile=critical.frm
  153.   formulaname=MandelbrotMix4 function=ident passes=1
  154.   center-mag=3.57871498151/1.535460434974/281530.3/1/55
  155.   params=-1/1/-3/-2/0/0 float=y maxiter=1200 bailout=25
  156.   inside=0 logmap=80 symmetry=xaxis periodicity=10
  157.   colors=000mcKphmrUZzenwjznsonkomlzmlp<11>hsugsugtv<3\
  158.   >evwKzzdwxzsUcxycyydzz<59>8Fl7El7Dl6Cl<73>328328327<\
  159.   2>326325114<24>S6BU6BV6C<3>Z7D_BD<4>dAEeAEfAEgAEhAE<\
  160.   7>pHEqIErJE<3>vNFwOGxPGyQG<2>zTHzUHzUKzUI<13>zUN
  161.   }
  162.  
  163. frm:MandelbrotMix4 {; Jim Muth
  164. a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  165. g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  166. k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  167. z=k*((a*(z^b))+(d*(z^f)))+c,
  168. |z| < l
  169. }
  170.  
  171. END 20.0 PAR-FORMULA FILE==================================
  172.  
  173.  
  174. - --------------------------------------------------------------
  175. Thanks for using Fractint, The Fractals and Fractint Discussion List
  176. Post Message:   fractint@lists.xmission.com
  177. Get Commands:   majordomo@lists.xmission.com "help"
  178. Administrator:  twegner@fractint.org
  179. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  180.  
  181. ------------------------------
  182.  
  183. Date: Tue, 11 Apr 2000 09:16:12 GMT
  184. From: "Andrew Coppin" <orphi69@hotmail.com>
  185. Subject: (fractint) Branch Cuts
  186.  
  187. Thankyou people!!! I now have two working formulas:
  188.  
  189. - ---BEGIN
  190. MandelbrotBC = { ; Z = Z^E + C
  191.   e=p1
  192.   p=real(p2)+PI
  193.   q=2*PI*trunc(p/(2*PI))
  194.   r=real(p2)-q
  195.   Z=C=Pixel:
  196.     Z=log(Z)
  197.     IF(imag(Z)>r)
  198.       Z=Z+flip(2*PI)
  199.     ENDIF
  200.     Z=exp(e*(Z+flip(q)))+C
  201.   |Z|<4
  202. }
  203.  
  204. JuliaBC = { ; Z = Z^E + C
  205.   e=p1
  206.   p=real(p2)+PI
  207.   q=2*PI*trunc(p/(2*PI))
  208.   r=real(p2)-q
  209.   C=p3
  210.   Z=Pixel:
  211.     Z=log(Z)
  212.     IF(imag(Z)>r)
  213.       Z=Z+flip(2*PI)
  214.     ENDIF
  215.     Z=exp(e*(Z+flip(q)))+C
  216.   |Z|<4
  217. }
  218. - ---END
  219.  
  220. Plug these into the evolver, with real(p1) changing from 2 to 3 along the X 
  221. axis and real(p2) changine from -6 to +6 along the Y axis and you have a 
  222. real treat of an image (depending on the other parameters; I used p3=-1). 
  223. Now, if I can just remember how to do that IsMand() stuff...
  224.  
  225. ______________________________________________________
  226. Get Your Private, Free Email at http://www.hotmail.com
  227.  
  228.  
  229. - --------------------------------------------------------------
  230. Thanks for using Fractint, The Fractals and Fractint Discussion List
  231. Post Message:   fractint@lists.xmission.com
  232. Get Commands:   majordomo@lists.xmission.com "help"
  233. Administrator:  twegner@fractint.org
  234. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  235.  
  236. ------------------------------
  237.  
  238. Date: Wed, 12 Apr 2000 00:22:20 -0400 (EDT)
  239. From: Jim Muth <jamth@mindspring.com>
  240. Subject: (fractint) FOTD, 12-04-00 (Edge-on Galaxy [7]) (c)
  241.  
  242. FOTD -- April 12, 2000  (Rating 7)
  243.  
  244. Fractal visionaries and enthusiasts:
  245.  
  246. Today's FOTD image, which was once again created by the omni-
  247. present MandelbrotMix4 formula, reminds me of a telescopic view 
  248. of two overlapping galaxies, one face-on, the other edge-on.  I 
  249. named the picture "Edge-on Galaxy" because it is the edge-on 
  250. effect that makes the picture.
  251.  
  252. The iterated formula is (1/Z)+(Z^(-1.1))+(1/C), an expression 
  253. that I chose purely on a whim, having nothing particular in 
  254. mind.  Most of the scene consists of bof61 inside fill, and the 
  255. maxiter is 6000, a combination that means a slow parameter file. 
  256. The most patient fractalists will run the parameter file and 
  257. wait 1/2 hour to see the GIF image, which in this case is more 
  258. brilliant than the JPEG image posted to:
  259.  
  260.           <alt.binaries.pictures.fractals>
  261.  
  262. and to:
  263.  
  264.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  265.  
  266. Before getting to the all-unimportant weather report, I must 
  267. comment on the "branch cut" formulas worked out by Andrew Coppin 
  268. with help from several other list members.  The formulas very 
  269. efficiently do what they are designed for, and open an entire 
  270. new door for exploration.  When I have done a little experimen-
  271. ting with the formulas, I'll likely have a few FOTD's created by 
  272. them.
  273.  
  274. Now on to what you've all been waiting for -- the weather.  It 
  275. was cloudy and cool all day, with a temperature of 55F (13C), 
  276. which was too chilly for the cats to venture out of doors.  In 
  277. the evening a light rain began.  Now isn't that report thrilling?
  278.  
  279. The latest burst of philosophy has just about exhausted itself, 
  280. so there will be a short break before I return with more words 
  281. of wisdom.  But wise or not, I'll return tomorrow with another 
  282. wonderful fractal and some notable words.  Until that time 
  283. comes, take care, and without fractals the world just wouldn't 
  284. be the same.
  285.  
  286.  
  287. Jim Muth
  288. jamth@mindspring.com
  289.  
  290.  
  291. START 20.0 PAR-FORMULA FILE================================
  292.  
  293. Edge-on_Galaxy     { ; time=0:32:02.82, SF5 on a P200
  294.                      ;  Version 2000 Patchlevel 9
  295.   reset=2000 type=formula formulafile=critical.frm
  296.   formulaname=mandelbrotmix4 function=recip passes=1
  297.   center-mag=-3.08437/8.85332/2.418791/1/80
  298.   params=1/-1/1/-1.1/0/0 float=y maxiter=6000
  299.   bailout=25 inside=bof61 logmap=87 periodicity=10
  300.   colors=0000z0<9>0z0<4>0z00z20z40z7<2>0zC0zG<3>0yO0yP\
  301.   0yR0yT0yX0yY0y`<3>0yg0yi0ym<3>0yt0yv0yw0zr0yy0Vz00z0\
  302.   Az0It0Pk0Xd0dV0kO0rE0y70z0<11>0z0<4>0z0000<40>000<4>\
  303.   00000200200400700700200400700700800800A00A00C00C00E0\
  304.   0E00G00G00I00I<2>00O40M70MA0KC0KG0II0IM0GO0GP0GT0EV0\
  305.   EY0C`0Cd0Ae0Ai08k08n07p07r27v74wA4zE2zI2zM0<2>zX0<2>\
  306.   zw0zz0zz0zz0zz2zz2zz4zz7IEkIGmIGmKGmKGmMImMImMImOImO\
  307.   KmOKnPKnPMnPMnRMnRMnROnTOnTOnVMpTOn<2>TPmTPmTRkTRkTT\
  308.   iTTiTTiTVgRVgRXe<3>RYdRYdR`bR`bRb`Rb`Pb`PdY<2>PeXPeX\
  309.   PgVPgVPiTPiTPiTOkROkROkROmP<2>OnOOnOOpMOpMOyCKy8Iy7E\
  310.   y4Cy28y07z02z0
  311.   }
  312.  
  313. frm:MandelbrotMix4 {; Jim Muth
  314. a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  315. g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  316. k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  317. z=k*((a*(z^b))+(d*(z^f)))+c,
  318. |z| < l
  319. }
  320.  
  321. END 20.0 PAR-FORMULA FILE==================================
  322.  
  323.  
  324. - --------------------------------------------------------------
  325. Thanks for using Fractint, The Fractals and Fractint Discussion List
  326. Post Message:   fractint@lists.xmission.com
  327. Get Commands:   majordomo@lists.xmission.com "help"
  328. Administrator:  twegner@fractint.org
  329. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  330.  
  331. ------------------------------
  332.  
  333. Date: Wed, 12 Apr 2000 09:14:55 GMT
  334. From: "Andrew Coppin" <orphi69@hotmail.com>
  335. Subject: (fractint) Branch Cuts
  336.  
  337. I know that Log is multivalued with complex numbers, and therefore X^Y can 
  338. be multivalued... but are there any other formulas that are? I think Sin, 
  339. Cos, etc are all true function even in complex space, aren't they?
  340.  
  341. PS. I tell you what would be usefull in the formula parser... We have a 
  342. real() function, an imag() function, but it would be nice to have mag() and 
  343. arg() functions too. And if the GUI could be changed to allow the input of 
  344. complex numbers in polar form... But I guess if I want that I'll have to 
  345. code it myself (shiver!)
  346.  
  347. ______________________________________________________
  348. Get Your Private, Free Email at http://www.hotmail.com
  349.  
  350.  
  351. - --------------------------------------------------------------
  352. Thanks for using Fractint, The Fractals and Fractint Discussion List
  353. Post Message:   fractint@lists.xmission.com
  354. Get Commands:   majordomo@lists.xmission.com "help"
  355. Administrator:  twegner@fractint.org
  356. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  357.  
  358. ------------------------------
  359.  
  360. Date: Thu, 13 Apr 2000 13:11:39 +1200
  361. From: "Morgan L. Owens" <packrat@nznet.gen.nz>
  362. Subject: Re: (fractint) Branch Cuts
  363.  
  364. At 09:14 12/04/2000 GMT, you wrote:
  365. >I know that Log is multivalued with complex numbers, and therefore X^Y can 
  366. >be multivalued... but are there any other formulas that are? I think Sin, 
  367. >Cos, etc are all true function even in complex space, aren't they?
  368. >
  369.  
  370. sqrt is multivalued... sqrt(x^2) = +/-x ... but of course that's x^(1/2).
  371. x^(1/3) is triple-valued (and Fractint's Newton type will help you locate
  372. them), x^(1/4) is quadruple-valued, ....
  373.  
  374. Since the sine, cosine, hyperbolic sine, ... functions are periodic (the
  375. hyperbolic ones with imaginary period), their inverses are multiple-valued.
  376.  
  377. Eg, sin(y)=x, Arcsin(x)=y+2n*pi
  378.  
  379. but again, one can expand arcsin in terms of logs and noninteger exponents,
  380. so that's not so surprising. sin itself can be expanded without such
  381. beasties, as a series using only divisions, multiplications, and
  382. natural-number exponents. Since all of these are single-valued, a sum of
  383. such (in of course those cases where the sum exists) is also single-valued.
  384.  
  385. In short, it's nonintegral exponents that give you your multiple values. If
  386. the exponent is a rational number, then its denominator (when the fraction
  387. is written in lowest terms) specifies the number of possible values. If the
  388. function has a number of such exponentiations, the multiplicity of the
  389. function is determined by the lowest common multiple of these denominators.
  390. And of course, if there are an infinite number of distinct exponents in the
  391. expansion of a function (such as those for Log, Arcsin, etc.) then there
  392. are an infinite number of "sheets in the Riemann surface" to lapse into
  393. technical argot at the end.
  394.  
  395. Well, maybe not that short. Shorter:
  396. z is a complex number, n and m are nonnegative integers with no common
  397. factor, v is an irrational number
  398.  
  399. z^n => single-valued
  400. z^n/m => m-valued
  401. z^v => infinitely-valued
  402.  
  403. When the exponent is itself complex, consider z^(x+iy) = z^x*z^(iy) - the i
  404. rotates the graph of the function 90 degrees in the complex plane, so
  405. doesn't alter its multiplicity.
  406.  
  407. Morgan L. Owens
  408. "But what's a good way of drawing a Riemann surface?"
  409.  
  410.  
  411.  
  412.  
  413.  
  414. - --------------------------------------------------------------
  415. Thanks for using Fractint, The Fractals and Fractint Discussion List
  416. Post Message:   fractint@lists.xmission.com
  417. Get Commands:   majordomo@lists.xmission.com "help"
  418. Administrator:  twegner@fractint.org
  419. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  420.  
  421. ------------------------------
  422.  
  423. Date: Wed, 12 Apr 2000 21:26:07 -0600
  424. From: Tim Wegner <twegner@swbell.net>
  425. Subject: Re: (fractint) Branch Cuts
  426.  
  427. Andrew wrote:
  428.  
  429. > PS. I tell you what would be usefull in the formula parser... We have a 
  430. > real() function, an imag() function, but it would be nice to have mag() and 
  431. > arg() functions too.
  432.  
  433. That's not too hard, though I'd want to make sure it would really be 
  434. useful. 
  435.  
  436. >And if the GUI could be changed to allow the input of 
  437. > complex numbers in polar form
  438.  
  439. That would take more work, not hard, but work.
  440.  
  441. Tim
  442.  
  443.  
  444. - --------------------------------------------------------------
  445. Thanks for using Fractint, The Fractals and Fractint Discussion List
  446. Post Message:   fractint@lists.xmission.com
  447. Get Commands:   majordomo@lists.xmission.com "help"
  448. Administrator:  twegner@fractint.org
  449. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  450.  
  451. ------------------------------
  452.  
  453. Date: Thu, 13 Apr 2000 01:45:05 -0400 (EDT)
  454. From: Jim Muth <jamth@mindspring.com>
  455. Subject: (fractint) FOTD, 13-04-00 (Utter Chaos [5]) (c)
  456.  
  457. FOTD -- April 13, 2000  (Rating 5)
  458.  
  459. Fractal visionaries and enthusiasts:
  460.  
  461. Finding some spare time this afternoon, I brought up Andrew's 
  462. Branch-Cut formula to see what it can do.  The first thing I 
  463. noticed is that the images the formula creates extend far beyond 
  464. the bailout of 4, but raising the bailout to 100 (a minor 
  465. adjustment) solved this problem.  
  466.  
  467. Then I noticed something strangely familiar with the images the 
  468. formula creates when e=2.5.  I had seen these shapes somewhere 
  469. before.  A moment later, I recalled the default Z^2.5+C fractal, 
  470. which is filled with midgets of the most extraordinary shapes.  
  471. The shapes created by the new formula are identical to the 
  472. various shapes of the midgets in the default Z^2.5 fractal.  And 
  473. not surprisingly, its close relative, the symmetrical (-Z)^2.5+C 
  474. fractal, is one of these shapes.
  475.  
  476. I also noticed that exponents which produce boring images with 
  477. the default complex-log value become very interesting as one 
  478. examines farther out the corkscrew.  The formula for today's 
  479. fractal is Z^1.005+C, which draws a tiny bean-shaped hole at the 
  480. center of a series of concentric circles when the default log is 
  481. calculated.  As today's image shows, some of the other log-
  482. slices of this formula are far more interesting.
  483.  
  484. This is the most unusual chaotic fractal image I have yet 
  485. encountered.  It is "Utter Chaos" yet with enough traces of 
  486. order to produce a curiously surrealistic effect.  I was a bit 
  487. hasty on the coloring, so I doubt that the present palette would 
  488. be difficult to improve upon.
  489.  
  490. The parameter file runs unusually slowly.  Only the most 
  491. steadfast will fail to download the completed JPEG image from:
  492.  
  493.           <alt.binaries.pictures.fractals>
  494.  
  495. or from:
  496.  
  497.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  498.  
  499. The fractal weather today was sunny but quite chilly, and 
  500. tonight will see a late season frost.  The temperature of 54F 
  501. (12C) was too cold for the cats.
  502.  
  503. With such an interesting new formula to play with, I did no 
  504. pondering today.  And since I'll likely be playing with the 
  505. formula again tomorrow, I'll do no pondering then either.  But 
  506. in a few days the urge to philosophize will once again arise, 
  507. and then watch out world.
  508.  
  509. Until tomorrow, take care, and I wonder how many dimensions the 
  510. hypercomplex-log figure exists in.
  511.  
  512.  
  513. Jim Muth
  514. jamth@mindspring.com
  515.  
  516.  
  517. START 20.0 PAR-FORMULA FILE================================
  518.  
  519. Utter_Chaos        { ; time=1:21:04.48, SF5 on a P200
  520.                      ;  Version 2000 Patchlevel 9
  521.   reset=2000 type=formula formulafile=branchct.frm
  522.   formulaname=MandelbrotBC passes=1
  523.   center-mag=-0.0437149579/0.1523876687/605.378/1/4.999
  524.   params=1.005/0/15.9/0 float=y maxiter=50000
  525.   bailout=25 inside=0 logmap=1063 periodicity=10
  526.   colors=000zZKscd<13>vgivgiwgi<2>whjwhjuii<10>gmbfnad\
  527.   n`co`bo_bp`<49>TMPTLPTLP<31>FCFECFEBE<4>CCFCCFCDFCDF\
  528.   BDFBEF<7>AGF9HF9HF<3>8IFKJF<3>KKFKKFMLFOLFQLF<4>QNGQ\
  529.   NGQNG<2>QOGQPGQPIPPK<2>AQQ8RS3RU<3>2Ra2Rc2Re2Rg<2>1R\
  530.   k0Rl1Rm1Rn1Ro<3>CRsFRtIRuKRv<3>IRz7Rz<3>8Rz8Rz8Rz8Rz\
  531.   8Rz<16>TTzUTzVTz<3>ZTz<4>MTzKTzIUz<2>AUz8Uz4Uz<6>CUz\
  532.   AUzAUzAUz
  533.   }
  534.  
  535. frm:MandelbrotBC   {; Z=Z^E+C  (formula by Andrew Coppin)
  536.   e=p1
  537.   p=real(p2)+PI
  538.   q=2*PI*trunc(p/(2*PI))
  539.   r=real(p2)-q
  540.   Z=C=Pixel:
  541.     Z=log(Z)
  542.     IF(imag(Z)>r)
  543.       Z=Z+flip(2*PI)
  544.     ENDIF
  545.     Z=exp(e*(Z+flip(q)))+C
  546.   |Z|<100
  547. }
  548.  
  549. END 20.0 PAR-FORMULA FILE==================================
  550.  
  551.  
  552. - --------------------------------------------------------------
  553. Thanks for using Fractint, The Fractals and Fractint Discussion List
  554. Post Message:   fractint@lists.xmission.com
  555. Get Commands:   majordomo@lists.xmission.com "help"
  556. Administrator:  twegner@fractint.org
  557. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  558.  
  559. ------------------------------
  560.  
  561. Date: Thu, 13 Apr 2000 09:24:30 -0400
  562. From: "Damien M. Jones" <dmj@fractalus.com>
  563. Subject: Re: (fractint) Branch Cuts
  564.  
  565. Tim, Andrew,
  566.  
  567.  - > PS. I tell you what would be usefull in the formula parser... We
  568.  - > have a real() function, an imag() function, but it would be nice
  569.  - > to have mag() and arg() functions too.
  570.  
  571. You already have mag()--use cabs(). atan() is less convenient as arg()
  572. because you have to check for quadrant. Perhaps implementing atan2() like
  573. C? Or just calling it arg()? This *would* be useful, IMO. I vote for
  574. calling it atan2(), but that's the programmer in me...
  575.  
  576. Damien M. Jones   \\
  577. dmj@fractalus.com  \\  Fractalus Galleries & Info:
  578.                     \\  http://www.fractalus.com/
  579.  
  580. Please do not post my e-mail address on a web site or
  581. in a newsgroup.  Thank you.
  582.  
  583.  
  584. - --------------------------------------------------------------
  585. Thanks for using Fractint, The Fractals and Fractint Discussion List
  586. Post Message:   fractint@lists.xmission.com
  587. Get Commands:   majordomo@lists.xmission.com "help"
  588. Administrator:  twegner@fractint.org
  589. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  590.  
  591. ------------------------------
  592.  
  593. Date: Fri, 14 Apr 2000 10:36:57 +1200
  594. From: "Karl Scherer" <karl@kiwi.gen.nz>
  595. Subject: (fractint) fractals for art competitions
  596.  
  597. This is a multi-part message in MIME format.
  598.  
  599. - ------=_NextPart_000_0005_01BFA5FD.5BB71FA0
  600. Content-Type: text/plain;
  601.     charset="iso-8859-1"
  602. Content-Transfer-Encoding: quoted-printable
  603.  
  604. Hi Fractal friends,
  605.  
  606. I have two questions today:
  607.  
  608. 1.    Can somebody tell me some art competitions
  609. on the net=20
  610.    - where I can send fractals (as gif files or otherwise) and
  611.    - where I do not have to disclose the formula
  612.      and/or give away my copyright?=20
  613.  
  614. Thanks for any help on this.
  615.  
  616.  
  617. 2.   Does any of you guys do exhibitions with framed art work?
  618. =20
  619. I just had two exhibitions with 100 framed fractals with lots of good =
  620. feedback=20
  621. and quite good sales. (framed, size A2 go for US$100, size A3 for US$50)
  622.  
  623. Furthermore, I now have permanent exhibitions at the Articus Cafe, Upper =
  624. Symonds Str, Auckland, NZ
  625. and at the Chess Parlour, Verrans Corner, Northshore.
  626.  
  627. I would like to hear from your experiences with selling fractal art.
  628. I am trying to find a producer for a calendar as well.
  629. Any feedback is appreciated.
  630. Thank you!
  631.  
  632. Karl Scherer
  633. 11 Utting Str, Auckland, New Zealand
  634. karl@kiwi.gen.nz
  635. Seen my homepage lately?
  636. http://www.kiwi.gen.nz/~karl
  637.  
  638.  
  639. - ------=_NextPart_000_0005_01BFA5FD.5BB71FA0
  640. Content-Type: text/html;
  641.     charset="iso-8859-1"
  642. Content-Transfer-Encoding: quoted-printable
  643.  
  644. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  645. <HTML><HEAD>
  646. <META content=3D"text/html; charset=3Diso-8859-1" =
  647. http-equiv=3DContent-Type>
  648. <META content=3D"MSHTML 5.00.2919.6307" name=3DGENERATOR>
  649. <STYLE></STYLE>
  650. </HEAD>
  651. <BODY bgColor=3D#ffffff>
  652. <DIV><FONT face=3DArial size=3D2>Hi Fractal friends,</FONT></DIV>
  653. <DIV><FONT face=3DArial size=3D2></FONT> </DIV>
  654. <DIV><FONT face=3DArial size=3D2>I have two questions =
  655. today:</FONT></DIV>
  656. <DIV> </DIV>
  657. <DIV><FONT face=3DArial size=3D2>1.    C</FONT><FONT =
  658. face=3DArial=20
  659. size=3D2>an somebody tell me some art competitions</FONT></DIV>
  660. <DIV><FONT face=3DArial size=3D2>on the net </FONT></DIV>
  661. <DIV><FONT face=3DArial size=3D2>   - where I can=20
  662. send fractals (as gif files or otherwise) and</FONT></DIV>
  663. <DIV><FONT face=3DArial size=3D2>   - where I do not have =
  664. to disclose=20
  665. the formula</FONT></DIV>
  666. <DIV><FONT face=3DArial size=3D2>     and/or give =
  667. away my=20
  668. copyright? </FONT></DIV>
  669. <DIV> </DIV>
  670. <DIV><FONT face=3DArial size=3D2>Thanks for any help on =
  671. this.</FONT></DIV>
  672. <DIV><FONT face=3DArial size=3D2></FONT> </DIV>
  673. <DIV><FONT face=3DArial size=3D2><FONT face=3DArial =
  674. size=3D2></FONT></FONT> </DIV>
  675. <DIV><FONT face=3DArial size=3D2><FONT face=3DArial =
  676. size=3D2>2.   Does any of=20
  677. you guys do exhibitions with framed art work?</FONT></FONT></DIV>
  678. <DIV><FONT face=3DArial size=3D2> </FONT></DIV>
  679. <DIV><FONT face=3DArial size=3D2>I just had two exhibitions with 100 =
  680. framed fractals=20
  681. with lots of good feedback </FONT></DIV>
  682. <DIV><FONT face=3DArial size=3D2>and quite good sales. (framed, =
  683. size=20
  684. A2 go for US$100, size A3 for US$50)</FONT></DIV>
  685. <DIV> </DIV>
  686. <DIV><FONT face=3DArial size=3D2>Furthermore, </FONT><FONT face=3DArial=20
  687. size=3D2>I now have permanent exhibitions at the Articus Cafe, =
  688.  
  689. </FONT><FONT face=3DArial size=3D2>Upper Symonds Str, Auckland, =
  690. NZ</FONT></DIV>
  691. <DIV><FONT face=3DArial size=3D2>and at the Chess Parlour, Verrans =
  692. Corner,=20
  693. Northshore.</FONT></DIV>
  694. <DIV> </DIV>
  695. <DIV><FONT face=3DArial size=3D2>I would like to hear from=20
  696. your experiences with selling fractal art.</FONT></DIV>
  697. <DIV><FONT face=3DArial size=3D2>I am trying to find a producer for =
  698. a calendar=20
  699. as well.</FONT></DIV>
  700. <DIV><FONT face=3DArial size=3D2>Any feedback is =
  701. appreciated.</FONT></DIV>
  702. <DIV><FONT face=3DArial size=3D2>Thank you!</FONT></DIV>
  703. <DIV> </DIV>
  704. <DIV><FONT face=3DArial size=3D2>Karl Scherer<BR>11 Utting Str, =
  705. Auckland, New=20
  706. Zealand<BR><A =
  707. href=3D"mailto:karl@kiwi.gen.nz">karl@kiwi.gen.nz</A><BR>Seen my=20
  708. homepage lately?<BR><A=20
  709. href=3D"http://www.kiwi.gen.nz/~karl">http://www.kiwi.gen.nz/~karl</A><BR=
  710. ></DIV></FONT></BODY></HTML>
  711.  
  712. - ------=_NextPart_000_0005_01BFA5FD.5BB71FA0--
  713.  
  714.  
  715. - --------------------------------------------------------------
  716. Thanks for using Fractint, The Fractals and Fractint Discussion List
  717. Post Message:   fractint@lists.xmission.com
  718. Get Commands:   majordomo@lists.xmission.com "help"
  719. Administrator:  twegner@fractint.org
  720. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  721.  
  722. ------------------------------
  723.  
  724. Date: Thu, 13 Apr 2000 21:23:48 -0400
  725. From: John R Goering <johnrhg@juno.com>
  726. Subject: (fractint) Prime numbers and the M-set
  727.  
  728. Hi to all,
  729.  
  730. I recently received a question concerning prime numbers and the
  731. Mandelbrot set.  So, does anyone know if there is a meaningful
  732. relationship between the M-set and the prime numbers?
  733.  
  734. I appreciate your help,
  735.  
  736. John Ralph
  737.  
  738.  
  739. Visit my homepage at http://homestead.juno.com/johnrhg
  740. - -------------------------------------
  741. John Ralph H. Goering
  742. johnrhg@juno.com
  743. - -------------------------------------
  744. Jesus says, "Behold, I am coming soon!" (Revelation 22:12, NIV)
  745.  
  746. ________________________________________________________________
  747. YOU'RE PAYING TOO MUCH FOR THE INTERNET!
  748. Juno now offers FREE Internet Access!
  749. Try it today - there's no risk!  For your FREE software, visit:
  750. http://dl.www.juno.com/get/tagj.
  751.  
  752. - --------------------------------------------------------------
  753. Thanks for using Fractint, The Fractals and Fractint Discussion List
  754. Post Message:   fractint@lists.xmission.com
  755. Get Commands:   majordomo@lists.xmission.com "help"
  756. Administrator:  twegner@fractint.org
  757. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  758.  
  759. ------------------------------
  760.  
  761. Date: Fri, 14 Apr 2000 00:00:06 EDT
  762. From: LeeFbx@aol.com
  763. Subject: (fractint) Zoom limit?
  764.  
  765. Hi,
  766. While using Fractint v20.0, after I zoom in about ten times or so,
  767. I seem to reach a level where the image is no longer sharply defined
  768. but just colored squares about a quarter inch or so in size.
  769. I must be overlooking something.  What should I do in order to
  770. zoom to deeper levels?
  771. Thank you,
  772. Lee Fairbanks 
  773.  
  774. - --------------------------------------------------------------
  775. Thanks for using Fractint, The Fractals and Fractint Discussion List
  776. Post Message:   fractint@lists.xmission.com
  777. Get Commands:   majordomo@lists.xmission.com "help"
  778. Administrator:  twegner@fractint.org
  779. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  780.  
  781. ------------------------------
  782.  
  783. Date: Fri, 14 Apr 2000 00:02:26 -0400 (EDT)
  784. From: Jim Muth <jamth@mindspring.com>
  785. Subject: (fractint) FOTD, 14-04-00 (Silver Pilgrimage [7]) (c)
  786.  
  787. FOTD -- April 14, 2000  (Rating 7)
  788.  
  789. Fractal enthusiasts and visionaries:
  790.  
  791. Today's fractal is another one created with the Mandel BranchCut 
  792. formula, which I spent some time with today, as I expected I 
  793. might do.  The formula is Z^1.33+C, an extremely simple 
  794. expression that works wonders when some of its more remote parts 
  795. are calculated.
  796.  
  797. The bud in the image is of order 1.33, which means it should 
  798. have 1/3 lobe.  Actually, the bud is the most perfect 1/3-lobed 
  799. bud I have yet found.  And those radiating branch cuts add just 
  800. the touch to rate today's FOTD a stately 7.
  801.  
  802. The bud in the picture is on the southeast shore of the main 
  803. fractal, a lopsided bay with chaotic debris extending far into 
  804. the northwest suburbs.  Many smaller buds dot the shore in the 
  805. vicinity.  I'll investigate these smaller buds tomorrow, and if 
  806. I find anything of interest that makes a presentable picture, 
  807. I'll declare it FOTD for 15-04-00.
  808.  
  809. I named the picture "Silver Pilgrimage" for poetic reasons 
  810. rather than as a description.  The slight silvery effect around 
  811. the edges was all the excuse I needed.
  812.  
  813. At 4-1/2 minutes, the parameter file is a welcome relief from 
  814. yesterday's marathon file.  And of course the JPEG'd image has 
  815. been posted as always to:
  816.  
  817.           <alt.binaries.pictures.fractals>
  818.  
  819. and to:
  820.  
  821.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  822.  
  823. The fractal weather, for anyone who for some reason is 
  824. interested, was partly cloudy and 49F (9.5C), ideal for 
  825. strenuous outside work, not so good for fractal cats, who 
  826. complained as they turned back indoors.
  827.  
  828. As forecast, the philosophy went nowhere today.  It's simmering 
  829. just under the surface however, and could erupt into a paroxysm 
  830. of wisdom any day now.  To see whether that day could be 
  831. tomorrow, check back then, when I'll return with a new fractal 
  832. and some old words.
  833.  
  834. Until next time, take care, and I've never seen a real fractal 
  835. - -- I've seen only pictures of fractals.
  836.  
  837.  
  838. Jim Muth
  839. jamth@mindspring.com
  840.  
  841.  
  842. START 20.0 PAR-FORMULA FILE================================
  843.  
  844. Silver_Pilgramage  { ; time=0:04:32.92, SF5 on a P200
  845.                      ;  Version 2000 Patchlevel 9
  846.   reset=2000 type=formula formulafile=branchct.frm
  847.   formulaname=MandelbrotBC passes=t
  848.   center-mag=0.784669/-0.335969/3.197277/1/117.5
  849.   params=1.33/0/-3/0 float=y maxiter=25000 inside=0
  850.   logmap=9 periodicity=10
  851.   colors=00075B93CC7FFAHHDJ<6>MYXM`ZNc`<2>PlfPohOmg<14\
  852.   >DWfDVfCUf<2>AQf9Pf7Pe<16>YDq_Dr`Cs<3>fAu<19>mdXmfWm\
  853.   gU<3>nmQonQpoQ<3>stQtuQuvQvwQvxQ<2>hlY<3>RmfNmhImkEm\
  854.   m7mw<3>HmSKmKIm5<3>XmV_m`YmRXnHVt5Wx7<19>`QV`OW`MY<3\
  855.   >aGa<3>THeRHfOIg<3>GIj<17>cOpePqfPq<2>jQrkQrmPt<24>S\
  856.   eJReIQfG<3>NhBVfFbdIpdL<3>SXLMVLOXN<9>Zfa`gbahd<2>dk\
  857.   hfmjeli<3>aih`ih`hgaihbjickjblkaml
  858.   }
  859.  
  860. frm:MandelbrotBC  {; Z=Z^E+C (formula by Andrew Coppin)
  861.   e=p1
  862.   p=real(p2)+PI
  863.   q=2*PI*trunc(p/(2*PI))
  864.   r=real(p2)-q
  865.   Z=C=Pixel:
  866.     Z=log(Z)
  867.     IF(imag(Z)>r)
  868.       Z=Z+flip(2*PI)
  869.     ENDIF
  870.     Z=exp(e*(Z+flip(q)))+C
  871.   |Z|<100
  872. }
  873.  
  874. END 20.0 PAR-FORMULA FILE==================================
  875.  
  876.  
  877. - --------------------------------------------------------------
  878. Thanks for using Fractint, The Fractals and Fractint Discussion List
  879. Post Message:   fractint@lists.xmission.com
  880. Get Commands:   majordomo@lists.xmission.com "help"
  881. Administrator:  twegner@fractint.org
  882. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  883.  
  884. ------------------------------
  885.  
  886. Date: Fri, 14 Apr 2000 00:32:21 -0600
  887. From: Tim Wegner <twegner@swbell.net>
  888. Subject: Re: (fractint) Zoom limit?
  889.  
  890. > While using Fractint v20.0, after I zoom in about ten times or so,
  891. > I seem to reach a level where the image is no longer sharply defined
  892. > but just colored squares about a quarter inch or so in size.
  893. > I must be overlooking something.  What should I do in order to
  894. > zoom to deeper levels?
  895.  
  896. First of all, Fractint is designed to stop you when the zoom limit is 
  897. reached, but the zoom limit detection doesn't always work right, 
  898. especially if the zoom box is rotated or skewed.
  899.  
  900. Arbitrary precision will kick in for the Mandelbrot and a few other 
  901. types and let you zoom all the way to 10^1500 or so. But for most 
  902. fractal types, ten  or so zooms is about the limit of double 
  903. precision.  
  904.  
  905. Tim
  906.  
  907.  
  908. - --------------------------------------------------------------
  909. Thanks for using Fractint, The Fractals and Fractint Discussion List
  910. Post Message:   fractint@lists.xmission.com
  911. Get Commands:   majordomo@lists.xmission.com "help"
  912. Administrator:  twegner@fractint.org
  913. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  914.  
  915. ------------------------------
  916.  
  917. Date: Fri, 14 Apr 2000 17:38:00 -0400
  918. From: Sylvie Gallet <Sylvie_Gallet@compuserve.com>
  919. Subject: (fractint) Pars: Nacht und Nebel...
  920.  
  921. Hi All,
  922.  
  923.   Here's some Mandelbrotmix4's.  Some of them use the same parameters as
  924. Jim's "Jungle of Fractals" (Feb 25).
  925.  
  926. 6041302.GIF        { ; Nacht und Nebel                      t=3D  0:39:57=
  927. .97
  928.                      ; Copyright Sylvie Gallet, Apr 14, 2000
  929.                      ; <sylvie_gallet@compuserve.com>
  930.                      ; t=3Dcalc time using a PII 300 at 1600 x 1200
  931.   reset=3D2000 type=3Dformula formulafile=3Dfractint.frm
  932.   formulaname=3Dmandelbrotmix4 function=3Dident passes=3D1
  933.   center-mag=3D-3.05548/9.30136/3.942029/1/-109.999
  934.   params=3D-1/1/2/-1.5/0/0 float=3Dy maxiter=3D2000 bailout=3D25 inside=3D=
  935. 0
  936.   symmetry=3Dnone periodicity=3D0 sound=3Doff
  937.   colors=3DRRRTTT<41>FFFFFFFFF<3>DDDCCCCCC<3>888777666<3>555555555<2>555\=
  938.  
  939.   555666777<18>HHHIIIIII<4>MMMMMMNNN<41>_________<4>bbbbbbccc<5>dddeee\
  940.   eeeffffff<19>llllllmmm<2>nnnnnnmmm<69>TTT
  941.   }
  942.  
  943. 60311002.GIF       { ; .                                    t=3D  0:47:42=
  944. .59
  945.                      ; Copyright Sylvie Gallet, Apr 11, 2000
  946.                      ; <sylvie_gallet@compuserve.com>
  947.                      ; t=3Dcalc time using a PII 300 at 1600 x 1200
  948.   reset=3D2000 type=3Dformula formulafile=3Dfractint.frm
  949.   formulaname=3Dmandelbrotmix4 function=3Dident passes=3D1
  950.   center-mag=3D+2.88673055761374900/-3.59466658910688800/2.528976e+011
  951.   params=3D1/-1.5/-3/0.5/0/0 float=3Dy maxiter=3D1600 bailout=3D25
  952.   inside=3D0 logmap=3D104 symmetry=3Dnone periodicity=3D10 sound=3Doff
  953.   colors=3D0A54F6<9>FU8GW9HX9<2>KaALbAOcA<4>elEhnFlpG<3>zwJ<8>zeFzcEzaE<\=
  954.  
  955.   3>zUB<7>zi5zk4zm4<2>zs1zu0zu1<24>zynzypzyr<2>zyxzzzzzz<163>3E5
  956.   }
  957.  
  958. 60401A03.GIF       { ; .                                    t=3D  0:24:32=
  959. .45
  960.                      ; Copyright Sylvie Gallet, Apr 11, 2000
  961.                      ; <sylvie_gallet@compuserve.com>
  962.                      ; t=3Dcalc time using a PII 300 at 1600 x 1200
  963.   reset=3D2000 type=3Dformula formulafile=3Dfractint.frm
  964.   formulaname=3Dmandelbrotmix4 function=3Dident passes=3D1
  965.   center-mag=3D+72.39005639767717000/+0.00000005358312205/18109.86
  966.   params=3D1/100/-2/0.01/35/0 float=3Dy maxiter=3D1800 bailout=3D25
  967.   inside=3D0 logmap=3D47 symmetry=3Dnone periodicity=3D10 sound=3Doff
  968.   colors=3D000zzz046<8>0MX<3>0Uh1Xk1Wi<8>7FM7EK8CH<2>A69B46D46<18>nAJpAK\=
  969.  
  970.   rAL<2>xBNzCOzDO<17>zjOzlOznO<3>zvO<22>zKPzIPzHP<3>z9Qz7Qz6Rz4Rz2Rz0S\
  971.   <25>C3AA39838<2>236045046<17>0DK0EK0EL0FL0FM<21>2Q`2Ra2Rb2Sb2Sc2Td<7\
  972.   >AYfBZfCZf<23>_kd`ldald<3>end<15>07B
  973.   }
  974.  
  975. 60401A08.GIF       { ; .                                    t=3D  1:01:32=
  976. .91
  977.                      ; Copyright Sylvie Gallet, Apr 11, 2000
  978.                      ; <sylvie_gallet@compuserve.com>
  979.                      ; t=3Dcalc time using a PII 300 at 1600 x 1200
  980.   reset=3D2000 type=3Dformula formulafile=3Dfractint.frm
  981.   formulaname=3Dmandelbrotmix4 function=3Dident passes=3D1
  982.   center-mag=3D+72.39004428961769000/-0.00001110987082908/1.185761e+011/\=
  983.  
  984.   1.0003 params=3D1/100/-2/0.01/35/0 float=3Dy maxiter=3D1800 bailout=3D2=
  985. 5
  986.   inside=3D0 logmap=3D144 symmetry=3Dnone periodicity=3D10 sound=3Doff
  987.   colors=3D000<9>0KU0MX0O_<3>1Xk<5>4MX5LU5JS<3>8CH9AF98CA69B46<5>N5BP6CR\=
  988.  
  989.   6D<10>m9Ko9Lq9M<2>wAOzBPzCP<16>zfUzhVzjVzlWznW<2>ztXzvYzv_<4>zwizxkz\
  990.   xm<3>zzv<9>zVbzS`zOZ<2>zFTzBRz9Q<3>z2Rz0Sx0R<24>C3AA39838<2>23604504\
  991.   6<15>0CI0DJ0DK0EK0EL0FL<22>2Q`2Ra2Rb2Sb2Sc<2>4Ue5Ve6We7We8Xf<27>_kd`\
  992.   ldald<3>end<15>07B
  993.   }
  994.  
  995. 60401B04.GIF       { ; .                                    t=3D  2:29:42=
  996. .95
  997.                      ; Copyright Sylvie Gallet, Apr 11, 2000
  998.                      ; <sylvie_gallet@compuserve.com>
  999.                      ; t=3Dcalc time using a PII 300 at 1600 x 1200
  1000.   reset=3D2000 type=3Dformula formulafile=3Dfractint.frm
  1001.   formulaname=3Dmandelbrotmix4 function=3Dident passes=3D1
  1002.   center-mag=3D+72.47170030731296000/-0.04740244275976058/1503.494/1/-90
  1003.   params=3D1/100/-2/0.01/35/0 float=3Dy maxiter=3D1800 bailout=3D25
  1004.   inside=3D0 logmap=3D75 symmetry=3Dnone periodicity=3D10 sound=3Doff
  1005.   colors=3D000zzz0Sb<23>0CI0BH0BG<2>09E08D08D08D<9>059058058<2>047047058\=
  1006.  
  1007.   <15>0DK0EK0EL0FL0FM<21>2Q`2Ra2Rb2Sb2Sc2Td<9>CZfD_fE_f<13>SflTflUgmVh\
  1008.   m<3>Zjo_jp`kpakqblrcmrcmr<26>HTbGSbFRa<2>CO_CNZCMX<7>BDKBBJBAH<2>B7C\
  1009.   A5AB46<3>J59L5AN5B<3>T5DV5EX5E<4>d7Hf7Ih7J<3>o8Lq8Ls9M<2>x9OzAPzCP<1\
  1010.   4>zhZzjZzm_<3>zvb<2>zqazpazpb<12>www
  1011.   }
  1012.  
  1013. 60401B07.GIF       { ; .                                    t=3D  2:18:43=
  1014. .14
  1015.                      ; Copyright Sylvie Gallet, Apr 11, 2000
  1016.                      ; <sylvie_gallet@compuserve.com>
  1017.                      ; t=3Dcalc time using a PII 300 at 1600 x 1200
  1018.   reset=3D2000 type=3Dformula formulafile=3Dfractint.frm
  1019.   formulaname=3Dmandelbrotmix4 function=3Dident passes=3D1
  1020.   center-mag=3D+72.47183790716201000/-0.04891345439138522/75333.13/1/119\=
  1021.  
  1022.   .999 params=3D1/100/-2/0.01/35/0 float=3Dy maxiter=3D1800 bailout=3D25
  1023.   inside=3D0 logmap=3D140 symmetry=3Dnone periodicity=3D10 sound=3Doff
  1024.   colors=3D000000025<86>1P_1P`1P`1Q`1Qa<3>2Sc3Tc4Td<3>6Ud7Ve8Ve<26>Zlt_m\=
  1025.  
  1026.   t`nu<2>cpwcpwbov<17>NZgMYfLXe<3>IUcHTbGSb<3>CO_CNZCMX<7>BDKBBJBAH<2>\
  1027.   B7CA5AB46<3>J59L5AN5B<3>T5DV5EX5E<4>d7Hf7Ih7J<3>o8Lq8Ls9M<2>x9OzAPzC\
  1028.   P<14>zhZzjZzm_<3>zvb<2>zqazpazpb<12>www
  1029.   }
  1030.  
  1031. 6041301.GIF        { ; .                                    t=3D  2:54:43=
  1032. .98
  1033.                      ; Copyright Sylvie Gallet, Apr 14, 2000
  1034.                      ; <sylvie_gallet@compuserve.com>
  1035.                      ; t=3Dcalc time using a PII 300 at 1600 x 1200
  1036.   reset=3D2000 type=3Dformula formulafile=3Dfractint.frm
  1037.   formulaname=3Dmandelbrotmix4 function=3Dident passes=3D1
  1038.   center-mag=3D+1.16611516126891800/+0.26169401064720740/3.96582e+007
  1039.   params=3D1/1.8/-1/-0.5/0/0 float=3Dy maxiter=3D4000 bailout=3D25
  1040.   inside=3D0 logmap=3D378 periodicity=3D0 sound=3Doff
  1041.   colors=3D000zzz05F<29>8IR8IR9JS<29>IR_JS`JS`KSaKSa<2>LTbLUbNWd<3>VclYe\=
  1042.  
  1043.   n_gp<3>hpy<4>UajQYg<32>_fp`gq`gq`hqahq<2>birbirdks<3>lsxnuzksx<3>_gp\
  1044.   WdmUbl<9>COYANX8LV<2>2HR0FP0GQ<3>8NXAPZCR`<3>KZh<3>CTbASa8Q_<3>0KU<2\
  1045.   >L0B<11>kCNmDOpEPrFQtGRwHS<25>xnXxoXxpYxrYxsYxtYyvZzx_<21>www
  1046.   }
  1047.  
  1048. 6041307.GIF        { ; .                                    t=3D  1:07:14=
  1049. .20
  1050.                      ; Copyright Sylvie Gallet, Apr 14, 2000
  1051.                      ; <sylvie_gallet@compuserve.com>
  1052.                      ; t=3Dcalc time using a PII 300 at 1600 x 1200
  1053.   reset=3D2000 type=3Dformula formulafile=3Dfractint.frm
  1054.   formulaname=3Dmandelbrotmix4 function=3Dident passes=3D1
  1055.   center-mag=3D-1.02154424034962000/+3.34908648639290700/1.443724e+008
  1056.   params=3D-1/1/2/-1.5/0/0 float=3Dy maxiter=3D2000 bailout=3D25 inside=3D=
  1057. 0
  1058.   symmetry=3Dnone periodicity=3D0 sound=3Doff
  1059.   colors=3D00PTgv<3>WiwXjwYjx<23>nwynwyoxy<3>qyyryxryxsywsyw<3>uzuuzuvzt\=
  1060.  
  1061.   <3>wztwzsxzs<4>xypxyoxynxxnxxmxxl<13>xsbxrbxraxraxr`<3>wpYwpYwoX<5>t\
  1062.   lStkRsjQsiPshO<2>rgNqfMqeLpdKpcJ<4>n_HmZGlYFkYEjXD<3>hUBgTAfS9<8>_L5\
  1063.   ZK4ZK4<4>UG2UG2TF1<2>QC1PC1PB1OB1NA1<8>H60G50F40<2>E41D31D32C22C22<2\
  1064.   >A12913913814814<3>606506507<2>307308208209209<7>12D12E02E<3>03H03I0\
  1065.   3J<3>05L06M06N<3>28R29R29S<2>2BU3CV3DX<7>7Jb8Kc8Ld<3>ANfBNgBOg<6>GTm\
  1066.   HUnHVn<3>LZqM_rM`r<3>PctPcuQduQdvRevSfv
  1067.   }
  1068.  
  1069. 6041403.GIF        { ; .                                    t=3D  0:57:25=
  1070. .08
  1071.                      ; Copyright Sylvie Gallet, Apr 14, 2000
  1072.                      ; <sylvie_gallet@compuserve.com>
  1073.                      ; t=3Dcalc time using a PII 300 at 1600 x 1200
  1074.   reset=3D2000 type=3Dformula formulafile=3Dfractint.frm
  1075.   formulaname=3Dmandelbrotmix4 function=3Dident passes=3D1
  1076.   center-mag=3D+2.53408422974110600/-5.58614796935317300/786.2559/1/105
  1077.   params=3D1/0.55/-1/0.65/8/0 float=3Dy maxiter=3D5000 inside=3D0
  1078.   logmap=3D74 symmetry=3Dnone periodicity=3D0 sound=3Doff
  1079.   colors=3D000`NC<22>rgOshOsiP<3>wmRxnRxoSypSzqT<3>xoPxnOwlN<4>qeIodHnbG\=
  1080.  
  1081.   <2>jZDiXCjYE<23>vtpwuqwvs<2>yyxzzzyxx<14>bSNaQL_NI<2>WHBUE8UF8<4>ZLC\
  1082.   _ND`OE<3>cTHcUIdVJ<11>oidpkeqlgrnisoj<2>vspwurvsp<2>pkinhfmfclda<8>W\
  1083.   KFUHDSFA<2>M83K50K50<8>RA9SAASBB<5>XEHYFIZGJ_HK_HK<4>cLPdMQdNR<2>fQT\
  1084.   gQUgRUgRV<59>zzw
  1085.   }
  1086.  
  1087. frm:MandelbrotMix4 {; Jim Muth
  1088. a=3Dreal(p1), b=3Dimag(p1), d=3Dreal(p2), f=3Dimag(p2),
  1089. g=3D1/f, h=3D1/d, j=3D1/(f-b), z=3D(-a*b*g*h)^j,
  1090. k=3Dreal(p3)+1, l=3Dimag(p3)+100, c=3Dfn1(pixel):
  1091. z=3Dk*((a*(z^b))+(d*(z^f)))+c,
  1092. |z| < l
  1093. }
  1094.  
  1095.   Cheers,
  1096.  
  1097.         - Sylvie
  1098.  
  1099. - --------------------------------------------------------------
  1100. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1101. Post Message:   fractint@lists.xmission.com
  1102. Get Commands:   majordomo@lists.xmission.com "help"
  1103. Administrator:  twegner@fractint.org
  1104. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1105.  
  1106. ------------------------------
  1107.  
  1108. End of fractint-digest V1 #467
  1109. ******************************
  1110.  
  1111.