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

  1. From: owner-fractint-digest@lists.xmission.com (fractint-digest)
  2. To: fractint-digest@lists.xmission.com
  3. Subject: fractint-digest V1 #126
  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         Monday, March 9 1998         Volume 01 : Number 126
  11.  
  12.  
  13.  
  14.  
  15. ----------------------------------------------------------------------
  16.  
  17. Date: 08 Mar 1998 19:31:08 +0100
  18. From: Brederlow <goswin.brederlow@student.uni-tuebingen.de>
  19. Subject: Re: (fractint) fractal hardware engine
  20.  
  21. ao950@freenet.carleton.ca (Paul Derbyshire) writes:
  22.  
  23. > Won't the serial port I/O speed become a serious bottleneck? It must be
  24. > orders of magnitude slower than a PC bus. I wouldn't think all the
  25. > megahertz in the world would make much difference if your FPU communicated to
  26. > the CPU/memory at only 57600 baud...
  27.  
  28. Considering that one pixel in 19 decimals accuracy at 32000 iterations 
  29. takes about 1 second on my maschine and that you can communicate at up 
  30. to 496000 BAUD over a normal Amiga Serial, thats 62000 Pixel a second
  31. or roughly one 320x200 Picture in one second.
  32.  
  33. No matter how slow the serial ist, if the conected hardware is fast
  34. enough and complex enough, its a speedup. Of cause its worthless if it 
  35. can't do at least n iterations with m dezimals accuracy by itself.
  36.  
  37. May the Source be with you.
  38.             Mrvn
  39.  
  40.  
  41. - -
  42. - ------------------------------------------------------------
  43. Thanks for using Fractint, The Fractals and Fractint Discussion List
  44. Post Message:   fractint@xmission.com
  45. Get Commands:   majordomo@xmission.com "help"
  46. Administrator:  twegner@phoenix.net
  47. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  48.  
  49. ------------------------------
  50.  
  51. Date: 08 Mar 1998 19:48:47 +0100
  52. From: Brederlow <goswin.brederlow@student.uni-tuebingen.de>
  53. Subject: Re: (fractint) Arbitrary Precision pisses me off!
  54.  
  55. Hailman@PrepNet.ucc.on.ca writes:
  56.  
  57. > Sorry bout the subject, but it does. I was generating =9Fberzoomed M-Se=
  58. ts at
  59. > 320x200x256, c. 2,000,000,000 iterations, and suddenly it stopped and n=
  60. o matter
  61. > how long I waited it wouldn't draw another point. I tried again later, =
  62. and at
  63. > 17-decimal arbitrary precision mode, it stopped at the same place. I wa=
  64. ited 24
  65. > hours, and it was still at the same point, with the time around 25:32:0=
  66. 0. Is
  67. > there something wrong with my computer, (P133), with Windows 95. It doe=
  68. s the
  69. > same thing in DOS mode too.
  70.  
  71. Maybe you just hit the M-Set. At 17-decimals and 2,000,000,000 a Point =
  72.  
  73. in the M-Set will take rather long.
  74.  
  75. Considering that 2**16 (65536) iterations take about 1 second on your
  76. comp and you are trying to do 2**31 iterations, which will take 32768
  77. seconds a point in the M-Set. 32768 s =3D 546 min =3D 9 hours.
  78.  
  79. After those 9 hours you should get ONE pixel further.
  80. With 3 Pixels a day (well, lets round up) you would need 21333
  81. days. Lets say half your image is in the M-Set, which gives 10666 days =
  82.  
  83. =3D 30 years.
  84.  
  85. I hope you see that you eigther have to decrease the itterations or
  86. get a far bigger maschine. With 17 decimals theres no need for that
  87. many itterations anyway.
  88.  
  89. May the Source be with you.
  90.             Mrvn
  91.  
  92. - -
  93. - ------------------------------------------------------------
  94. Thanks for using Fractint, The Fractals and Fractint Discussion List
  95. Post Message:   fractint@xmission.com
  96. Get Commands:   majordomo@xmission.com "help"
  97. Administrator:  twegner@phoenix.net
  98. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  99.  
  100. ------------------------------
  101.  
  102. Date: 08 Mar 1998 19:48:47 +0100
  103. From: Brederlow <goswin.brederlow@student.uni-tuebingen.de>
  104. Subject: Re: (fractint) Arbitrary Precision pisses me off!
  105.  
  106. Hailman@PrepNet.ucc.on.ca writes:
  107.  
  108. > Sorry bout the subject, but it does. I was generating =9Fberzoomed M-Se=
  109. ts at
  110. > 320x200x256, c. 2,000,000,000 iterations, and suddenly it stopped and n=
  111. o matter
  112. > how long I waited it wouldn't draw another point. I tried again later, =
  113. and at
  114. > 17-decimal arbitrary precision mode, it stopped at the same place. I wa=
  115. ited 24
  116. > hours, and it was still at the same point, with the time around 25:32:0=
  117. 0. Is
  118. > there something wrong with my computer, (P133), with Windows 95. It doe=
  119. s the
  120. > same thing in DOS mode too.
  121.  
  122. Maybe you just hit the M-Set. At 17-decimals and 2,000,000,000 a Point =
  123.  
  124. in the M-Set will take rather long.
  125.  
  126. Considering that 2**16 (65536) iterations take about 1 second on your
  127. comp and you are trying to do 2**31 iterations, which will take 32768
  128. seconds a point in the M-Set. 32768 s =3D 546 min =3D 9 hours.
  129.  
  130. After those 9 hours you should get ONE pixel further.
  131. With 3 Pixels a day (well, lets round up) you would need 21333
  132. days. Lets say half your image is in the M-Set, which gives 10666 days =
  133.  
  134. =3D 30 years.
  135.  
  136. I hope you see that you eigther have to decrease the itterations or
  137. get a far bigger maschine. With 17 decimals theres no need for that
  138. many itterations anyway.
  139.  
  140. May the Source be with you.
  141.             Mrvn
  142.  
  143. - -
  144. - ------------------------------------------------------------
  145. Thanks for using Fractint, The Fractals and Fractint Discussion List
  146. Post Message:   fractint@xmission.com
  147. Get Commands:   majordomo@xmission.com "help"
  148. Administrator:  twegner@phoenix.net
  149. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  150.  
  151. ------------------------------
  152.  
  153. Date: 08 Mar 1998 19:56:33 +0100
  154. From: Brederlow <goswin.brederlow@student.uni-tuebingen.de>
  155. Subject: Re: (fractint) Arbitrary Precision pisses me off!
  156.  
  157. ao950@freenet.carleton.ca (Paul Derbyshire) writes:
  158.  
  159. > >Sorry bout the subject, but it does. I was generating =9Fberzoomed M-S=
  160. ets at
  161. > >320x200x256, c. 2,000,000,000 iterations, and suddenly it stopped and =
  162. no matter
  163. > >how long I waited it wouldn't draw another point. I tried again later,=
  164.  and at
  165. > >17-decimal arbitrary precision mode, it stopped at the same place. I w=
  166. aited 24
  167. > >hours, and it was still at the same point, with the time around 25:32:=
  168. 00. Is
  169. > >there something wrong with my computer, (P133), with Windows 95. It do=
  170. es the
  171. > >same thing in DOS mode too.
  172. > =
  173.  
  174. > I had this happen also. I reported it, and was told it might be a bug i=
  175. n
  176. > the GIF encoder's fault that can cause a restored half-done image to ha=
  177. ng.
  178. > However, after I pointed out that it happened to a fresh image (not loa=
  179. ded
  180. > as a GIF but started fresh), there has been no response. I suspect a
  181. > rare(?) arbitrary precision bug causing the occasional hang, unrelated =
  182. to
  183. > GIF encoding/decoding.
  184.  
  185. When a gif is loaded back in xfractint only the lower 16 Bit of the
  186. itteration is restored. When the Image had 65536 itterations set, it
  187. will have 0 itterations after loading and then crash. Its awullfy
  188. buggy.
  189.  
  190. May the Source be with you.
  191.             Mrvn
  192.  
  193. - -
  194. - ------------------------------------------------------------
  195. Thanks for using Fractint, The Fractals and Fractint Discussion List
  196. Post Message:   fractint@xmission.com
  197. Get Commands:   majordomo@xmission.com "help"
  198. Administrator:  twegner@phoenix.net
  199. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  200.  
  201. ------------------------------
  202.  
  203. Date: Sun, 08 Mar 1998 11:12:03 -0800
  204. From: Wizzle <wizzle@cci-internet.com>
  205. Subject: (fractint) documentation
  206.  
  207. I've been reading the documentation for fractint (!!!!!!!!!)
  208. Goodness.....it's wonderful!! 
  209.  
  210. I must say I still don't understand some of it....but it's much more
  211. meaningful than when I started using Fractint a year ago....documentation
  212. for a graphics program is about as hard a problem as there is, I think.
  213. Thank you Stone Soup Group. 
  214.  
  215. I noticed in my reading a new-ish standard formula....voltera_lotta or
  216. something like that. Really neat!! First try outta the box yielded this image
  217.  
  218. wizvoltera_lotta   { ; wizzle 3/7/98 w. creams4.map 
  219.                      ; something different
  220.   reset=1960 type=volterra-lotka
  221.   center-mag=+1.04755944931163900/+1.38606010016694400/0.9661836/1/-90
  222.   params=0.739/0.5 float=y colors=@creams4.map
  223.   }
  224.  
  225. The color map is a really good one to re-do in other colors.  It is what I
  226. think of as a "blacks" map.....yup....lots of black here and there.  It was
  227. part of my "cream and gold" period....I'm now in my "grey" period. It
  228. cycles nicely too....so do try that....there is an amber-ish point, even.
  229.  
  230. Speaking of amber....Pete
  231.  
  232. Did you get anything close to what you were visualizing for bugs in amber? 
  233.  
  234. Angela
  235.  
  236. - -
  237. - ------------------------------------------------------------
  238. Thanks for using Fractint, The Fractals and Fractint Discussion List
  239. Post Message:   fractint@xmission.com
  240. Get Commands:   majordomo@xmission.com "help"
  241. Administrator:  twegner@phoenix.net
  242. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  243.  
  244. ------------------------------
  245.  
  246. Date: 08 Mar 1998 20:07:39 +0100
  247. From: Brederlow <goswin.brederlow@student.uni-tuebingen.de>
  248. Subject: Re: (fractint) Re: A Geom Construction of the M-set
  249.  
  250. Jason Hine <tumnus@together.net> writes:
  251.  
  252. > To all interested,
  253. > Ok, I've got a few pictures to help with my description of how to find the
  254. > tangent points for all the bulbs off the main cardioid.  I'm not sure where to
  255. > take it from here... I can see how the buds off the period 2 bulb might be
  256. > described, but what about period 3?  How does one describe the line which
  257. > represents the 'x-axis' for the period 3 bulb?  I'd check out relative areas of
  258. > bulbs, but I think this has already been done - anyone have two cents to add?
  259. > Anyway, For a mediocre improvement of my last couple emails on this subject,
  260. > check out:
  261. > http://boralf.agsci.colostate.edu/~jason/fracpages/geo_mset.htm
  262.  
  263. And how can one determine the radius of the bulbs? Witout that it
  264. would mean nothing to now the tangent points.
  265.  
  266. May the Source be with you.
  267.             Mrvn
  268.  
  269.  
  270. - -
  271. - ------------------------------------------------------------
  272. Thanks for using Fractint, The Fractals and Fractint Discussion List
  273. Post Message:   fractint@xmission.com
  274. Get Commands:   majordomo@xmission.com "help"
  275. Administrator:  twegner@phoenix.net
  276. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  277.  
  278. ------------------------------
  279.  
  280. Date: Sun, 08 Mar 1998 11:10:59 -0800
  281. From: Mark Christenson <mchris@hooked.net>
  282. Subject: Re: (fractint) Viewwindows / correction
  283.  
  284. At 09:45 AM 3/8/98 -0800, I wrote:
  285. >Oddly, though, askvideo behaves
  286. >differently in 19.3 and 19.6.  In 19.3, it does what one would like,
  287. >resets the viewwindow without complications, but in 19.6 an image 
  288. >restored from gif is displayed in the current video mode (as opposed
  289. >to the mode it was saved in).  
  290.  
  291. This applies to restores from GIF, in both cases.  Of course, askvideo
  292. has no effect (good or bad) on restores from PAR.
  293.  
  294. >For those having trouble with losing slices of images when returning
  295. >from option screens or editing the palette...
  296.  
  297. I think I meant "loading a new palette", which is just another option
  298. screen.
  299.  
  300.  
  301. Bud
  302.  
  303.  
  304. - -
  305. - ------------------------------------------------------------
  306. Thanks for using Fractint, The Fractals and Fractint Discussion List
  307. Post Message:   fractint@xmission.com
  308. Get Commands:   majordomo@xmission.com "help"
  309. Administrator:  twegner@phoenix.net
  310. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  311.  
  312. ------------------------------
  313.  
  314. Date: Sun, 8 Mar 1998 13:18:47 -0600
  315. From: "Tim Wegner" <twegner@phoenix.net>
  316. Subject: (fractint) How to use simplgif (long)
  317.  
  318. Wizzle asked:
  319.  
  320. > 1. what is simplegif's purpose?
  321.  
  322. The main purpose of simplgif is to convert a multiple image GIF file 
  323. to a single image GIF. A multiple image GIF is a single file, but 
  324. within that file are separate images. The reason you might want to 
  325. do this is if you wanted to make a super resolution image.
  326.  
  327. Suppose you have just created the world's most dazzling fractal, and 
  328. you want to create a wall-sized version of it for your exhibition at 
  329. the Metropolitan Museum.
  330.  
  331. You might do the following steps. (In real life you can use a higher 
  332. resolution - this is just a low resolution example for you to 
  333. follow).
  334.  
  335. a. Generate a relatively low resolution version of your fractal, say 
  336. 320x200 (F3)
  337.  
  338. b. press <b> to take you to the screen that generates PAR files (The 
  339. "Save Current Parameters" screen.
  340.  
  341. For safety, enter the name of a brand new PAR file. At the bottom, 
  342. enter integral values for "X Multiples" and "Y Multiples". If you 
  343. used 2 and 2, this would result in a final image of 640x400.
  344.  
  345. After you press <enter>, exit Fractint, and in addition to a PAR file 
  346. you will see the file makemig.bat in the current directory. The 
  347. contents of this file is:
  348.  
  349. Fractint batch=yes overwrite=yes @fractint.par/test_00
  350. If Errorlevel 2 goto oops
  351. Fractint batch=yes overwrite=yes @fractint.par/test_01
  352. If Errorlevel 2 goto oops
  353. Fractint batch=yes overwrite=yes @fractint.par/test_10
  354. If Errorlevel 2 goto oops
  355. Fractint batch=yes overwrite=yes @fractint.par/test_11
  356. If Errorlevel 2 goto oops
  357. Fractint makemig=2/2
  358. Rem Simplgif fractmig.gif simplgif.gif  in case you need it
  359. :oops
  360.  
  361. The first lines of this batch file generate four 320x200 images that 
  362. each contain 1/4 of your total image.
  363.  
  364. The line
  365.  
  366. Fractint makemig=2/2
  367.  
  368. combines these images into a  multiple-image GIF file called
  369. fractmig.gif. Unfortunately most service bureaus who print images
  370. have never heard of a multiple image GIF. (You can view it in 
  371. Fractint though - you will see the images added the the total 
  372. image one piece at a time - try it.) This is where simplgif comes 
  373. in. The last line of the batch file, which is commented out, invokes 
  374. simplgif. If you uncommented it, it would look like:
  375.  
  376. Simplgif fractmig.gif simplgif.gif
  377.  
  378. This simply converts the multiple image GIF file fractmig.gif (the 
  379. file with fractint creates using that name) to a single image GIF 
  380. called simplgif.gif (or any other name you used as the second 
  381. parameter).
  382.  
  383. This example is silly because it only results in a 640x400 image. The 
  384. real excitement happens when you use a video mode of 
  385. something like 1600x1200 and, say, multiples of 4x4. This would 
  386. result in a final image of 6400x4800, which is a seriously high 
  387. resolution. You might want to go higher.
  388.  
  389. The earlier simplgif released with version 19.6 had various problems 
  390. with some images. The new simplgif is rock solid and capable of up to 
  391. 32000x32000 pixels IF you have enough disk space for the temporary 
  392. file. For that huge size the temporary file would be about a 
  393. gigabyte, which is no longer out of the question with today's disk 
  394. drives. A more practical limitation is the maximum image size a 
  395. service bureau who prints your image can take. Up to 16K pixels isn't 
  396. too hard to find, and an image that big looks good blown up to wall 
  397. sized. Jon Noring and others have made images for exhibitions that 
  398. big. Maybe Lee Skinner can tell us his experience.
  399.  
  400. I hope this helps. Try the simplfied example, then when you have lots 
  401. of free disk space and time. try a larger resolution.
  402.  
  403. Tim Wegner
  404.  
  405.  
  406.  
  407.  
  408.  (A  , which
  409. > 2. what are the steps for use?
  410. > 3. any warnings?
  411. > Angela
  412. > At 09:37 PM 3/4/98 -0600, you wrote:
  413. > >A while ago I mentioned that a new version of simplgif is available 
  414. > >at:
  415. > >
  416. > >ftp://ftp.phoenix.net/pub/USERS/twegner/simplgif.zip
  417. > >
  418. > >This utility combines the images in multiple-image GIFs created with 
  419. > >Fractint's "divide-and-conquer" mode.
  420. > >
  421. > >Just curious, is it bug free or have folks just not gotten around to 
  422. > >trying it? I'll tell you a secret if you promise not to tell. If 
  423. > >you add the -i option to the simplgif command line before the 
  424. > >filename arguments, it will produce an interlaced file. But no, 
  425. > >Fractint doesn't read interlaced files correctly yet <g!>
  426. > >
  427. > >Tim
  428. > -
  429. > ------------------------------------------------------------
  430. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  431. > Post Message:   fractint@xmission.com
  432. > Get Commands:   majordomo@xmission.com "help"
  433. > Administrator:  twegner@phoenix.net
  434. > Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  435.  
  436. - -
  437. - ------------------------------------------------------------
  438. Thanks for using Fractint, The Fractals and Fractint Discussion List
  439. Post Message:   fractint@xmission.com
  440. Get Commands:   majordomo@xmission.com "help"
  441. Administrator:  twegner@phoenix.net
  442. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  443.  
  444. ------------------------------
  445.  
  446. Date: Sun, 8 Mar 1998 13:31:03 
  447. From: "Lavondyss" <Nhan.H.Nguyen-1@tc.umn.edu>
  448. Subject: RE: (fractint) documentation
  449.  
  450. Wizzle
  451.  
  452. Yeah, it does help if one reads the manuals. I haven't read all of the 
  453. fractal stuff. Especially about writing your own formula files. Hehehe. I 
  454. don't know how to program. But I assume it's fairly difficult. I'm a chemist 
  455. mind you. Computer related subjects are just my hobby as well as graphics. 
  456.  
  457. Speaking of which, I might be getting a newer, faster computer soon. I'm 
  458. still running at P100Mhz, 2.1G, 64MB RAM. What is everyone else running at?
  459. I've gotta admit, my computer does run smoother than some new ones. It 
  460. doesn't crash as often and doesn't freeze as often either. I brought the 
  461. Fractint program to work and loaded it onto a p233 or higher and those 
  462. perform slightly better than the one I have now. I thought they would 
  463. perform astoundingly. Is that due to the program or the computer? 
  464.  
  465.  
  466. - -Lavondyss
  467.  
  468.  
  469.  
  470.  
  471. - -
  472. - ------------------------------------------------------------
  473. Thanks for using Fractint, The Fractals and Fractint Discussion List
  474. Post Message:   fractint@xmission.com
  475. Get Commands:   majordomo@xmission.com "help"
  476. Administrator:  twegner@phoenix.net
  477. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  478.  
  479. ------------------------------
  480.  
  481. Date: Sun, 08 Mar 1998 15:44:33 -0500
  482. From: Theran Cochran <theranc@geocities.com>
  483. Subject: (fractint) DJGPP
  484.  
  485. I'm pretty sure that someone has asked this before, but I'll try
  486. anyways.
  487.  
  488. Will Fractint compile with DJGPP? I want to try my hand at adding PNG
  489. support, but Fractint is a real mode program and DJGPP makes 32 bit
  490. protected mode exe's. The C part would probably compile OK, but I don't
  491. know about the assembler. It would be nice to know before going through
  492. the trouble of downloading, unpacking, and rewriting the makefiles.
  493.  
  494. - -
  495. - ------------------------------------------------------------
  496. Thanks for using Fractint, The Fractals and Fractint Discussion List
  497. Post Message:   fractint@xmission.com
  498. Get Commands:   majordomo@xmission.com "help"
  499. Administrator:  twegner@phoenix.net
  500. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  501.  
  502. ------------------------------
  503.  
  504. Date: Sun, 08 Mar 1998 17:34:51 -0800
  505. From: Peter Jakubowicz <pfjakub@earthlink.net>
  506. Subject: Re: (fractint) How to use simplgif (long)
  507.  
  508. Tim,
  509.  
  510. >The main purpose of simplgif is to convert a multiple image GIF file 
  511. >to a single image GIF. 
  512.  
  513. I have a bunch of new Fractint images I want to generate at 1600 x 1200 and
  514. then reduce to 640 x 480 (for anti-aliasing) for my web page. So if I make
  515. a mulipart GIF with simplegif will I then be able to load that into Picture
  516. Publisher whence I can reduce their size? 
  517.  
  518. Also, if this can be done, I am wondering how long this tends to take to do
  519. per image (say, on a Pentium/166). If they do not take too long, I wld be
  520. interested in checking whether either the DJGPP-compiled or the
  521. MSVC++-compiled executable is faster.    
  522.  
  523.  
  524. - -
  525. - ------------------------------------------------------------
  526. Thanks for using Fractint, The Fractals and Fractint Discussion List
  527. Post Message:   fractint@xmission.com
  528. Get Commands:   majordomo@xmission.com "help"
  529. Administrator:  twegner@phoenix.net
  530. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  531.  
  532. ------------------------------
  533.  
  534. Date: Sun, 08 Mar 1998 16:50:49 -0600
  535. From: "Damien M. Jones" <dmj@fractalus.com>
  536. Subject: Re: (fractint) How to use simplgif (long)
  537.  
  538. Peter,
  539.  
  540.  - I have a bunch of new Fractint images I want to generate at 1600 x 1200 and
  541.  - then reduce to 640 x 480 (for anti-aliasing) for my web page.
  542.  
  543. You don't need SIMPLGIF for that.  I do this sort of thing all the time
  544. (although I don't use Picture Publisher to resize).
  545.  
  546.  - So if I make a mulipart GIF with simplegif will I then be able to load that
  547.  - into Picture Publisher whence I can reduce their size? 
  548.  
  549. SIMPLGIF doesn't make multi-part GIFs, it takes multi-part GIFs built with
  550. FractInt's divide & conquer process and creates a *simple* GIF, one that
  551. any program with GIF support will read.  I have used this process before,
  552. and most programs do not support the multi-part GIF properly.  SIMPLGIF is
  553. essential.
  554.  
  555.  - Also, if this can be done, I am wondering how long this tends to take to do
  556.  - per image (say, on a Pentium/166).
  557.  
  558. It depends very much on the image.  I have images which render at 1600x1200
  559. in a matter of minutes on my P166; I have others which take hours.
  560.  
  561. Damien M. Jones   \\
  562. dmj@fractalus.com  \\  http://www.icd.com/tsd/ (temporary sanity designs)
  563.                     \\  http://www.fractalus.com/ (fractals are my hobby)
  564.  
  565. - -
  566. - ------------------------------------------------------------
  567. Thanks for using Fractint, The Fractals and Fractint Discussion List
  568. Post Message:   fractint@xmission.com
  569. Get Commands:   majordomo@xmission.com "help"
  570. Administrator:  twegner@phoenix.net
  571. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  572.  
  573. ------------------------------
  574.  
  575. Date: Sun, 08 Mar 1998 19:17:11 -0800
  576. From: Peter Jakubowicz <pfjakub@earthlink.net>
  577. Subject: (fractint) banana bug par
  578.  
  579. Opus #44           { ; The Bug Series (Banana Bug in Amber)
  580.                      ; Not to be confused w/ Fractal Excursions, or w/ Bach's
  581.                      ; sixth suite for unaccompanied cello
  582.   reset=1960 type=formula formulafile=*.frm
  583.   formulaname=tri-fn+fn function=cosxx/log
  584.   center-mag=-0.168051/0.00386238/0.6915625/1/90 params=16/4/0.5/0
  585.   float=y maxiter=1024 outside=summ decomp=256 periodicity=0
  586.   colors=000T90<199>zz0000<37>000R50<13>T80
  587.   }
  588.  
  589.  
  590. frm:tri-fn+fn    { ; Sylvie Gallet <sylvie_gallet@compuserve.com>, May 1997
  591.                ; Thanks to Kerry Mitchell for the idea!
  592.                ; real(p1) = bailout
  593.                ; imag(p1) must be different from 0 (>=1 recommended)
  594.                ; z=fn1(z) + p2*fn2(z)
  595.    ; This formula must be used with decomp = 256 and periodicity = 0
  596.    ;
  597.    z1 = pixel , mz1 = cabs(z1) , summ = iter = 0
  598.    b1 = abs(real(p1)) , f = b1^0.1
  599.    b2 = b1*f , b3 = b2*f , b4 = b3*f , b5 = b4*f , b6 = b5*f
  600.    b7 = b6*f , b8 = b7*f , b9 = b8*f , b10 = b9*f , b11 = b10*f
  601.    iter1 = iter2 = iter3 = iter4 = iter5 = iter6 = iter7       \
  602.          = iter8 = iter9 = iter10 = summ_tot = iter_tot = 0
  603.    k = imag(p1) * (0.0,6.28319530718)
  604.    :
  605.    iter = iter + 1 , za = fn1(z1) , a = cabs(za)
  606.    zb = p2*fn2(z1) , b = cabs(zb)
  607.    z1 = za + zb , mz1 = cabs(z1) , a_b = abs(a - b)
  608.    summ = summ + (mz1 - a_b) / (a+b - a_b)
  609.    IF (mz1 > b1)
  610.     IF (iter1==0)
  611.      iter1 = iter
  612.      iter_tot = iter_tot + iter1 , summ_tot = summ_tot + summ
  613.     ENDIF
  614.     IF (mz1 > b2)
  615.      IF (iter2==0)
  616.       iter2 = iter
  617.       iter_tot = iter_tot + iter2 , summ_tot = summ_tot + summ
  618.      ENDIF
  619.      IF (mz1 > b3)
  620.       IF (iter3==0)
  621.        iter3 = iter
  622.        iter_tot = iter_tot + iter3 , summ_tot = summ_tot + summ
  623.       ENDIF
  624.       IF (mz1 > b4)
  625.        IF (iter4==0)
  626.         iter4 = iter
  627.         iter_tot = iter_tot + iter4 , summ_tot = summ_tot + summ
  628.        ENDIF
  629.        IF (mz1 > b5)
  630.         IF (iter5==0)
  631.          iter5 = iter
  632.          iter_tot = iter_tot + iter5 , summ_tot = summ_tot + summ
  633.         ENDIF
  634.         IF (mz1 > b6)
  635.          IF (iter6==0)
  636.           iter6 = iter
  637.           iter_tot = iter_tot + iter6 , summ_tot = summ_tot + summ
  638.          ENDIF
  639.          IF (mz1 > b7)
  640.           IF (iter7==0)
  641.            iter7 = iter
  642.            iter_tot = iter_tot + iter7 , summ_tot = summ_tot + summ
  643.           ENDIF
  644.           IF (mz1 > b8)
  645.            IF (iter8==0)
  646.             iter8 = iter
  647.             iter_tot = iter_tot + iter8 , summ_tot = summ_tot + summ
  648.            ENDIF
  649.            IF (mz1 > b9)
  650.             IF (iter9==0)
  651.              iter9 = iter
  652.              iter_tot = iter_tot + iter9 , summ_tot = summ_tot + summ
  653.             ENDIF
  654.             IF (mz1 > b10)
  655.              IF (iter10==0)
  656.               iter10 = iter
  657.               iter_tot = iter_tot + iter10 , summ_tot = summ_tot + summ
  658.              ENDIF
  659.              IF (mz1 > b11)
  660.               iter_tot = iter_tot + iter , summ_tot = summ_tot + summ
  661.               z = exp (summ_tot * k / iter_tot)
  662.              ENDIF
  663.             ENDIF
  664.            ENDIF
  665.           ENDIF
  666.          ENDIF
  667.         ENDIF
  668.        ENDIF
  669.       ENDIF
  670.      ENDIF
  671.     ENDIF
  672.    ENDIF
  673.    mz1 <= b11
  674.    }
  675.  
  676.  
  677.  
  678. - -
  679. - ------------------------------------------------------------
  680. Thanks for using Fractint, The Fractals and Fractint Discussion List
  681. Post Message:   fractint@xmission.com
  682. Get Commands:   majordomo@xmission.com "help"
  683. Administrator:  twegner@phoenix.net
  684. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  685.  
  686. ------------------------------
  687.  
  688. Date: Sun, 8 Mar 1998 19:26:33 -0500
  689. From: "Peter Gavin" <pgavin@mindspring.com>
  690. Subject: (fractint) Bug report, I think?...
  691.  
  692. I got this wierd as heck looking picture using the params given in this
  693. par...  It must be a bug.  If not, it's the wierdest looking julia set I've
  694. EVER seen!!!  Really, you MUST see this.  Plug it in, and tell me what
  695. happens.  I won't tell you now, but I will once you email me back.  I want
  696. to find out if it's just my computer, or something.
  697.  
  698. I insist you try it out!!!
  699. Pete
  700.  
  701. WhatTheHell Julia  {
  702.   reset=1960 type=julia passes=1
  703.   corners=-1.0128777921781637e-008/-1.0115340421781637e-008/2.379957685677\
  704.   4754e-008/2.3809654981774755e-008
  705.   params=-0.5059243436387786/0.6932148034001859 float=y maxiter=65536
  706.   inside=0 logmap=1114 symmetry=none periodicity=4
  707.   colors=000U0U<12>303000000<14>zzzzzz<14>GGG<13>333222000000<13>0ET0GW0GW\
  708.   <13>023000000<14>kW0kW0<14>000000<13>T00W00W00<13>w0uz0zz0z<14>zzzzzz<14\
  709.   >000<60>U0UU0UV0VW0W
  710.   }
  711.  
  712.  
  713.  
  714.  
  715. - -
  716. - ------------------------------------------------------------
  717. Thanks for using Fractint, The Fractals and Fractint Discussion List
  718. Post Message:   fractint@xmission.com
  719. Get Commands:   majordomo@xmission.com "help"
  720. Administrator:  twegner@phoenix.net
  721. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  722.  
  723. ------------------------------
  724.  
  725. Date: Sun, 8 Mar 1998 16:55:20 -0800
  726. From: "Jay Hill" <ehill1@san.rr.com>
  727. Subject: Re: (fractint) Bug report, I think?...
  728.  
  729. Hi Pete,
  730.  
  731. The problem is that 
  732.  
  733. "Floating-point flag is activated"
  734.  
  735. and it should be arbitrary at this point. Even zooming in more
  736. does not activate it though.
  737.  
  738. I went to the MSet (hit space bar) and tried another Julia.
  739. It did switch to arbitrary precision after zooming to about 
  740. the depth of yours.
  741.  
  742. Jay
  743.  
  744. - ----------
  745. > From: Peter Gavin <pgavin@mindspring.com>
  746. > To: FractInt Mailing List <fractint@xmission.com>
  747. > Subject: (fractint) Bug report, I think?...
  748. > Date: Sunday, March 08, 1998 4:26 PM
  749. > I got this wierd as heck looking picture using the params given in this
  750. > par...  It must be a bug.  If not, it's the wierdest looking julia set I've
  751. > EVER seen!!!  Really, you MUST see this.  Plug it in, and tell me what
  752. > happens.  I won't tell you now, but I will once you email me back.  I want
  753. > to find out if it's just my computer, or something.
  754. > I insist you try it out!!!
  755. > Pete
  756. > WhatTheHell Julia  {
  757. >   reset=1960 type=julia passes=1
  758. >   corners=-1.0128777921781637e-008/-1.0115340421781637e-008/2.379957685677\
  759. >   4754e-008/2.3809654981774755e-008
  760. >   params=-0.5059243436387786/0.6932148034001859 float=y maxiter=65536
  761. >   inside=0 logmap=1114 symmetry=none periodicity=4
  762. >   colors=000U0U<12>303000000<14>zzzzzz<14>GGG<13>333222000000<13>0ET0GW0GW\
  763. >   <13>023000000<14>kW0kW0<14>000000<13>T00W00W00<13>w0uz0zz0z<14>zzzzzz<14\
  764. >   >000<60>U0UU0UV0VW0W
  765. >   }
  766.  
  767.  
  768. - -
  769. - ------------------------------------------------------------
  770. Thanks for using Fractint, The Fractals and Fractint Discussion List
  771. Post Message:   fractint@xmission.com
  772. Get Commands:   majordomo@xmission.com "help"
  773. Administrator:  twegner@phoenix.net
  774. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  775.  
  776. ------------------------------
  777.  
  778. Date: Sun, 8 Mar 1998 20:02:47 -0500
  779. From: Lee Skinner <LeeHSkinner@compuserve.com>
  780. Subject: (fractint) documentation
  781.  
  782. HI Wiz,
  783.  
  784. >>wizvoltera_lotta   { ; wizzle 3/7/98 w. creams4.map
  785.                      ; something different
  786.   reset=3D1960 type=3Dvolterra-lotka
  787.   center-mag=3D+1.04755944931163900/+1.38606010016694400/0.9661836/1/-90
  788.   params=3D0.739/0.5 float=3Dy colors=3D@creams4.map
  789.   }
  790.  
  791. The color map is a really good one to re-do in other colors.  It is what =
  792. I
  793. think of as a "blacks" map.....yup....lots of black here and there.  It w=
  794. as
  795. part of my "cream and gold" period....I'm now in my "grey" period. It
  796. cycles nicely too....so do try that....there is an amber-ish point, even.=
  797. <<
  798.  
  799. For those of us that don't have creams4.map, could you repost this par wi=
  800. th
  801. all the colors, please?  Thanks,
  802.  
  803. Lee
  804.  
  805. - -
  806. - ------------------------------------------------------------
  807. Thanks for using Fractint, The Fractals and Fractint Discussion List
  808. Post Message:   fractint@xmission.com
  809. Get Commands:   majordomo@xmission.com "help"
  810. Administrator:  twegner@phoenix.net
  811. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  812.  
  813. ------------------------------
  814.  
  815. Date: Sun, 8 Mar 1998 20:16:30 -0500
  816. From: "Peter Gavin" <pgavin@mindspring.com>
  817. Subject: Re: (fractint) Bug report, I think?...
  818.  
  819. Ignore this post, unless you want a good laff... : )
  820.  
  821. Pete
  822.  
  823. - -----Original Message-----
  824. From: Jay Hill <ehill1@san.rr.com>
  825. To: fractint@lists.xmission.com <fractint@lists.xmission.com>
  826. Date: Sunday, March 08, 1998 7:53 PM
  827. Subject: Re: (fractint) Bug report, I think?...
  828.  
  829.  
  830. >Hi Pete,
  831. >
  832. >The problem is that
  833. >
  834. >"Floating-point flag is activated"
  835. >
  836. >and it should be arbitrary at this point. Even zooming in more
  837. >does not activate it though.
  838. >
  839. >I went to the MSet (hit space bar) and tried another Julia.
  840. >It did switch to arbitrary precision after zooming to about
  841. >the depth of yours.
  842. >
  843. >Jay
  844. >
  845. >----------
  846. >> From: Peter Gavin <pgavin@mindspring.com>
  847. >> To: FractInt Mailing List <fractint@xmission.com>
  848. >> Subject: (fractint) Bug report, I think?...
  849. >> Date: Sunday, March 08, 1998 4:26 PM
  850. >>
  851. >> I got this wierd as heck looking picture using the params given in this
  852. >> par...  It must be a bug.  If not, it's the wierdest looking julia set
  853. I've
  854. >> EVER seen!!!  Really, you MUST see this.  Plug it in, and tell me what
  855. >> happens.  I won't tell you now, but I will once you email me back.  I
  856. want
  857. >> to find out if it's just my computer, or something.
  858. >>
  859. >> I insist you try it out!!!
  860. >> Pete
  861. >>
  862. >> WhatTheHell Julia  {
  863. >>   reset=1960 type=julia passes=1
  864. >>
  865. corners=-1.0128777921781637e-008/-1.0115340421781637e-008/2.379957685677\
  866. >>   4754e-008/2.3809654981774755e-008
  867. >>   params=-0.5059243436387786/0.6932148034001859 float=y maxiter=65536
  868. >>   inside=0 logmap=1114 symmetry=none periodicity=4
  869. >>
  870. colors=000U0U<12>303000000<14>zzzzzz<14>GGG<13>333222000000<13>0ET0GW0GW\
  871. >>
  872. <13>023000000<14>kW0kW0<14>000000<13>T00W00W00<13>w0uz0zz0z<14>zzzzzz<14\
  873. >>   >000<60>U0UU0UV0VW0W
  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. - ------------------------------------------------------------
  888. Thanks for using Fractint, The Fractals and Fractint Discussion List
  889. Post Message:   fractint@xmission.com
  890. Get Commands:   majordomo@xmission.com "help"
  891. Administrator:  twegner@phoenix.net
  892. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  893.  
  894. ------------------------------
  895.  
  896. Date: Sun, 8 Mar 1998 20:46:55 EST
  897. From: Genealogy1 <Genealogy1@aol.com>
  898. Subject: (fractint) A Julia variant ?
  899.  
  900. A Julia variant? Takes about 20 minutes on a Pentium 166 at a resolution of
  901. 1600 X 1200. Looks best at higher resolutions.
  902.  
  903. - --Bob Carr--
  904.  
  905. Carr3371(YAXIS){;Modified Sylvie Gallet frm.1996
  906. ;passes=1 needs to be used with this PHC formula
  907. pixel=-abs(real(pixel))+flip(imag(pixel))
  908. b6=conj(0.1/pixel),b7=flip(0.01/pixel),b8=cabs(0.002/pixel+cabs(0.002/pixel))
  909. b4=abs(conj(conj(pixel^2)))*conj(flip(pixel^3))-conj(0.1/pixel-
  910. flip(0.01/pixel))
  911. b5=conj(conj(pixel^3))*cabs(pixel+0.125)^4-b7-b6+1.75*b8-0.2
  912. c=whitesq*b4-(whitesq==0)*b4
  913. z=whitesq*b5^0.7456-(whitesq==0)*b5
  914. c1=1.5*z^1.2,c2=2.25*z,c3=3.375*z,c4=5.0625*z
  915. l1=real(p1),l2=imag(p1),l3=real(p2),l4=imag(p2)
  916. bailout=16,iter=0:
  917. t1=(iter==l1),t2=(iter==l2),t3=(iter==l3),t4=(iter==l4)
  918. t=1-(t1||t2||t3||t4),z=z*t,c=c*t+c1*t1+c2*t2+c3*t3+c4*t4
  919. z=z*z+(-0.7456,-0.13214)+conj(c/10)
  920. iter=iter+1
  921. (conj(|z|))<=bailout
  922. }
  923.  
  924. Carr3371          { ; Julia variant ?
  925.                          ; Copyright (c) 1998 Robert W. Carr, M.D.
  926.   reset=1960 type=formula formulafile=43gCarr.frm formulaname=Carr3371
  927.   passes=1 center-mag=0.0010622/-0.00591256/0.8687799
  928.   params=200/300/400/550 float=y maxiter=647 periodicity=0
  929.   colors=000<3>000C00<9>Z00`00`45<8>Xcr<9>`00<11>0000FM<12>zz0<10>`00<7>zy\
  930.   n<8>yUF<7>x4R<7>S6TO7TK7TG7UC5M83F427<14>VEtXFwZIv<14>zyn000<13>Xcr<15>0\
  931.   00232<10>5Pw<6>zo`<5>5Pw<6>000CC9<14>zyn<8>XFw<4>XVsXYsX`rXcrV`o<13>16F
  932.   }
  933.  
  934.  
  935.  
  936.  
  937.  
  938. - -
  939. - ------------------------------------------------------------
  940. Thanks for using Fractint, The Fractals and Fractint Discussion List
  941. Post Message:   fractint@xmission.com
  942. Get Commands:   majordomo@xmission.com "help"
  943. Administrator:  twegner@phoenix.net
  944. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  945.  
  946. ------------------------------
  947.  
  948. Date: Sun, 8 Mar 1998 19:27:40 -0800
  949. From: "Jay Hill" <ehill1@san.rr.com>
  950. Subject: Re: (fractint) Arbitrary Precision 
  951.  
  952. > From: Brederlow <goswin.brederlow@student.uni-tuebingen.de>
  953. > Hailman@PrepNet.ucc.on.ca writes:
  954. >=20
  955. > > Sorry bout the subject, but it does. I was generating =9Fberzoomed M-=
  956. Sets at
  957. > > 320x200x256, c. 2,000,000,000 iterations, and suddenly it stopped and=
  958.  no
  959. matter
  960. > > how long I waited it wouldn't draw another point. I tried again later=
  961. , and
  962. at
  963. > > 17-decimal arbitrary precision mode, it stopped at the same place. I =
  964. waited
  965. 24
  966. > > hours, and it was still at the same point, with the time around 25:32=
  967. :00.
  968. Is
  969.  
  970. Where is this point. You should post the par.  To be hung up this long wi=
  971. thout=20
  972. being a bug would require the point being VERY accurately on the edge of =
  973. the
  974. MSet. These points are quasichaotic, never converge nor diverge.=20
  975.  
  976. > > there something wrong with my computer, (P133), with Windows 95. It d=
  977. oes
  978. the
  979. > > same thing in DOS mode too.
  980. >=20
  981. > Maybe you just hit the M-Set. At 17-decimals and 2,000,000,000 a Point=20
  982. > in the M-Set will take rather long.
  983. >=20
  984.  
  985. We should be getting more than a million iterations per second.  Over on =
  986. the=20
  987. development lists they are bragging about 10 cycle iteration times. So wi=
  988. th=20
  989. a P100 that would be 10,000,000 iterations/sec or 200 sec per point at=20
  990. 2,000,000,000 iterations using floating point.  If you failed to back off
  991. enough,
  992. you might still be in arbitrary precision math.=20
  993.  
  994. Has anyone benchmarked iterations per second for arbitrary precision math
  995. just after you leave double?
  996.  
  997. >=20
  998. > I hope you see that you either have to decrease the iterations or
  999. > get a far bigger machine. With 17 decimals there is no need for that
  1000. > many iterations anyway.
  1001.  
  1002. If you are using period detection, the limit of 2,000,000,000 would occur
  1003. very rarely. The amount of time spent above what looks good and what
  1004. hits the limit is normally small.
  1005.  
  1006. Jay
  1007.  
  1008.  
  1009.  
  1010. - -
  1011. - ------------------------------------------------------------
  1012. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1013. Post Message:   fractint@xmission.com
  1014. Get Commands:   majordomo@xmission.com "help"
  1015. Administrator:  twegner@phoenix.net
  1016. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1017.  
  1018. ------------------------------
  1019.  
  1020. Date: Sun, 8 Mar 1998 22:43:06 -0500
  1021. From: "Brian E. Jones" <bejones@netunlimited.net>
  1022. Subject: Re: (fractint) A Julia variant ?
  1023.  
  1024. Hi Doc,
  1025.  
  1026. >>A Julia variant?<<
  1027.  
  1028. Cool image, Doc!
  1029.  
  1030. Brian
  1031. - -
  1032. http://ourworld.compuserve.com/homepages/Brian_E_Jones
  1033. - -
  1034. Brian_E_Jones@compuserve.com
  1035. - -
  1036. bejones@netunlimited.net
  1037.  
  1038.  
  1039.  
  1040. - -
  1041. - ------------------------------------------------------------
  1042. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1043. Post Message:   fractint@xmission.com
  1044. Get Commands:   majordomo@xmission.com "help"
  1045. Administrator:  twegner@phoenix.net
  1046. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1047.  
  1048. ------------------------------
  1049.  
  1050. Date: Mon, 09 Mar 1998 01:39:15 -0600
  1051. From: "Justin A. Kolodziej" <4wg7kolodzie@vms.csd.mu.edu>
  1052. Subject: Re: (fractint) Bug report, I think?...
  1053.  
  1054. Peter Gavin wrote:
  1055. > I got this wierd as heck looking picture using the params given in this
  1056. > par...  It must be a bug.  If not, it's the wierdest looking julia set I've
  1057. > EVER seen!!!  Really, you MUST see this.  Plug it in, and tell me what
  1058. > happens.  I won't tell you now, but I will once you email me back.  I want
  1059. > to find out if it's just my computer, or something.
  1060. > I insist you try it out!!!
  1061. > Pete
  1062.  
  1063. Yep, looks like we got a major problem here.  Even on Linux and
  1064. XFractint.  Something's definitely the wrong precision.
  1065.  
  1066. Regarding the arbitrary precision, it doesn't make the switch until a
  1067. "mag" on the order of 10^21, where it suddenly jumps to 26 decimals!!! 
  1068. Then the strange thing is that when you zoom back out, it stays at
  1069. arbitrary until you get down to below 17 decimals, the pops back into
  1070. floating point.
  1071.  
  1072. There is good news, however.  There is a way to control where the
  1073. switchovers occur between floating-point and arbitrary precision. 
  1074. Unfortunately, I couldn't find it in the XFractint help files.  Perhaps
  1075. someone else would like to help out???
  1076.  
  1077. Justin K.
  1078.  
  1079. - -
  1080. - ------------------------------------------------------------
  1081. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1082. Post Message:   fractint@xmission.com
  1083. Get Commands:   majordomo@xmission.com "help"
  1084. Administrator:  twegner@phoenix.net
  1085. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1086.  
  1087. ------------------------------
  1088.  
  1089. Date: 09 Mar 1998 13:37:22 +0100
  1090. From: Brederlow <goswin.brederlow@student.uni-tuebingen.de>
  1091. Subject: Re: (fractint) Arbitrary Precision
  1092.  
  1093. Jay Hill <ehill1@san.rr.com> writes:
  1094.  
  1095. > > From: Brederlow <goswin.brederlow@student.uni-tuebingen.de>
  1096. > > Hailman@PrepNet.ucc.on.ca writes:
  1097. > > =
  1098.  
  1099. > > > Sorry bout the subject, but it does. I was generating =9Fberzoomed =
  1100. M-Sets at
  1101. > > > 320x200x256, c. 2,000,000,000 iterations, and suddenly it stopped a=
  1102. nd no
  1103. > matter
  1104. > > > how long I waited it wouldn't draw another point. I tried again lat=
  1105. er, and
  1106. > at
  1107. > > > 17-decimal arbitrary precision mode, it stopped at the same place. =
  1108. I waited
  1109. > 24
  1110. > > > hours, and it was still at the same point, with the time around 25:=
  1111. 32:00.
  1112. > Is
  1113. > =
  1114.  
  1115. > Where is this point. You should post the par.  To be hung up this long =
  1116. without =
  1117.  
  1118. > being a bug would require the point being VERY accurately on the edge o=
  1119. f the
  1120. > MSet. These points are quasichaotic, never converge nor diverge. =
  1121.  
  1122. > =
  1123.  
  1124. > > > there something wrong with my computer, (P133), with Windows 95. It=
  1125.  does
  1126. > the
  1127. > > > same thing in DOS mode too.
  1128. > > =
  1129.  
  1130. > > Maybe you just hit the M-Set. At 17-decimals and 2,000,000,000 a Poin=
  1131. t =
  1132.  
  1133. > > in the M-Set will take rather long.
  1134. > > =
  1135.  
  1136. > =
  1137.  
  1138. > We should be getting more than a million iterations per second.  Over o=
  1139. n the =
  1140.  
  1141. > development lists they are bragging about 10 cycle iteration times. So =
  1142. with =
  1143.  
  1144. > a P100 that would be 10,000,000 iterations/sec or 200 sec per point at =
  1145.  
  1146. > 2,000,000,000 iterations using floating point.  If you failed to back o=
  1147. ff
  1148. > enough,
  1149. > you might still be in arbitrary precision math. =
  1150.  
  1151. > =
  1152.  
  1153. > Has anyone benchmarked iterations per second for arbitrary precision ma=
  1154. th
  1155. > just after you leave double?
  1156.  
  1157. I think 2**16 iterations per second is a good guess for arbitrary
  1158. precision with 17 digits, which would make it 9 hours a pixel and
  1159. about 3 pixels a day at 2**31 iterations.
  1160.  
  1161. > > I hope you see that you either have to decrease the iterations or
  1162. > > get a far bigger machine. With 17 decimals there is no need for that
  1163. > > many iterations anyway.
  1164. > =
  1165.  
  1166. > If you are using period detection, the limit of 2,000,000,000 would occ=
  1167. ur
  1168. > very rarely. The amount of time spent above what looks good and what
  1169. > hits the limit is normally small.
  1170.  
  1171. Murphys Law: It will occur!
  1172.  
  1173. And then you have to wait 9 hours.
  1174.  
  1175. How good is the period detection with 17 decimals precision? Points on =
  1176.  
  1177. the edge of the M-Set will converge slowly to the fix points and they
  1178. will most likely have a high period. Say you have a period of 50, then =
  1179.  
  1180. the period seen by the periodicy check could be >1000 because of
  1181. rounding errors. Also it could take millions of iterations until the
  1182. periodicy becomes clear.
  1183.  
  1184. Remember, some points converge real slowly towards their periodic
  1185. points and that will be the points you are zooming into, because there =
  1186.  
  1187. lie the intresting parts.
  1188.  
  1189.  
  1190. What would realy help here, would be SOI (Simultanious Orbital
  1191. Itteration). It does a bunch of iterations for 9 control points of a
  1192. rectangle and then divides it into 4 smaler rectangles doing another
  1193. bunch of iterations. The speedup of this method is poor for the
  1194. complete M-Set and the first zooms, but the deep one goes, the better
  1195. it gets. Its speedup grows with zoom and not decreases like the
  1196. methods fractint knows currently.
  1197.  
  1198. May the Source be with you.
  1199.             Mrvn
  1200.  
  1201. - -
  1202. - ------------------------------------------------------------
  1203. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1204. Post Message:   fractint@xmission.com
  1205. Get Commands:   majordomo@xmission.com "help"
  1206. Administrator:  twegner@phoenix.net
  1207. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1208.  
  1209. ------------------------------
  1210.  
  1211. End of fractint-digest V1 #126
  1212. ******************************
  1213.  
  1214.