From: owner-fractint-digest@lists.xmission.com (fractint-digest) To: fractint-digest@lists.xmission.com Subject: fractint-digest V1 #373 Reply-To: fractint-digest Sender: owner-fractint-digest@lists.xmission.com Errors-To: owner-fractint-digest@lists.xmission.com Precedence: bulk fractint-digest Wednesday, March 3 1999 Volume 01 : Number 373 ---------------------------------------------------------------------- Date: Tue, 23 Feb 1999 14:12:31 +0100 From: Guy Marson Subject: Re: (fractint) The price of fractal software At 22:16 16.02.1999 -0600, you wrote: >I may even become a decent Windows programmer before I die :-) I hope you're not dying before Windows ... ):< guy PS: one more .frm/.par to send .. later!! - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Tue, 23 Feb 1999 12:39:27 -0700 (MST) From: Kerry Mitchell Subject: (fractint) Gravity formulas and pars I was attempting to re-create an image I did several years ago, when I was in the habit of not keeping parameter files. I managed to rebuild the formula, but the exact image is still eluding me. Until I find it, I offer these 2, along with their formulas. The formulas are loosely baseed on a satellite in orbit around a planet or a star. Z represents the orbit's radius, and dt2 represents the time step. Making z close to 1 and keeping dt2 small will keep the satellite in "orbit" longer (delaying bailout). In the "gravity-dt2=pix" formula, the time step is assigned to the pixel value and the initial z value is input. in the "gravity-z=pix" formula, the initial z value is assigned to the pixel, and dt2 is input. re-entry { ; copyright Kerry Mitchell 23feb99 reset=1960 type=formula formulafile=fractint.frm passes=1 float=y formulaname=gravity-dt2=pix center-mag=-0.11394227162006830/\ +0.11013412406947570/163.3133/1/-172.5 params=1/-0.03 maxiter=1000 inside=0 periodicity=0 colors=y50<2>y20x00w00<11>`00000<23>0001003\ 00<30>x00z00z00<61>zy2zz3zz3zz4<112>zzz cyclerange=0/255 } into-the-abyss { ; copyright Kerry Mitchell 23feb99 reset=1960 type=formula formulafile=fractint.frm passes=1 float=y formulaname=gravity-z=pix center-mag=+0.01027932659932658/+0.\ 10330465015210780/134.0573/1/-17.499/-40.475 params=0.01/0 inside=0 maxiter=1000 logmap=yes periodicity=0 colors=xsx<54>i1ih0hh0hg0g\ <61>000000100<60>y99zAAzAAzBB<61>zzzzzzzyz<4>yty cyclerange=0/255 } frm:gravity-z=pix { ; Kerry Mitchell 23feb99 ; ; loosely based on gravitational attraction formula ; ; p1 = "time step", small in magnitude (about .1 or less) ; z1=1, dt2=p1, z=pixel, bailout=1000: z0=z1, z1=z, f=1/z-1/sqr(z) z=2*z1-z0+f*dt2, |z| < bailout } frm:gravity-dt2=pix { ; Kerry Mitchell 23feb99 ; ; loosely based on gravitational attraction formula ; ; set p1 to about 1 in magnitude, e.g, (1.0,0.1) ; z1=1, z=p1, dt2=pixel, bailout=1000: z0=z1, z1=z, f=1/z-1/sqr(z) z=2*z1-z0+f*dt2, |z| < bailout } - ------------------------------------------------------------------------------- Kerry Mitchell lkmitch@primenet.com http://www.primenet.com/~lkmitch/ - ------------------------------------------------------------------------------- - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Tue, 23 Feb 1999 22:24:21 -0800 From: "Leon Duych" Subject: (fractint) re:Fractal sites "auf deutsch" Can anybody recommend sites in German? Leon leon_d@msn.com - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Tue, 23 Feb 1999 23:45:54 -0800 From: "Jon Camp" Subject: (fractint) one gravijul par, two images I was hunting around the popular gravijul fractal late last night looking for a flower to give to my girlfriend when I stummbled upon this one. I usualy only modify fractals with a paint program once in a blue moon but this one for some reason just screamed at me to be modified. So I have included the original par as well as links to the orignal fractal and the modified fractal. Tell me what you think! Thanks, Jon Camp chaotic n-space network @ http://www.cnspace.net Fractint gif: http://www.cnspace.net/ftp_cnspace/FRACT296.GIF Modified: http://www.cnspace.net/ftp_cnspace/Fract296.jpg jcamp110 { ; jon camp 1999 ; chaotic n-space network ; http://www.cnspace.net ; jcamp@cnspace.net reset=1960 type=formula formulafile=*.frm formulaname=gravijul function=atan/recip/sin center-mag=-1.7e-006/-0.0124754/0.3001137 params=1/0/0.1/0.1/12/0 maxiter=4096 inside=bof60 outside=atan decomp=256 biomorph=0 colors=000<109>00J00K01K12L<44>bkycmzcmz<84>111000000000<6>001 } frm: gravijul {; r^(-2) Mark Christenson 1/25/98 ; defaults: p1 = (1,0) p2 = (0,0) p3 = (4,0) z = pixel: w = fn1(z) z = fn3(p1/fn2(w*w)) + p2 |z| < p3 ;SOURCE: 98msg.frm } - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Thu, 25 Feb 1999 16:05:58 GMT From: "Andrew Coppin" Subject: (fractint) Prime Numbers For years Mathematitians have been trying to decypher the pattern of Prime Numbers. As far as I know, they still haven't managed to do it yet. I have a vague idea that this pattern might be fractal (or at lease self-similar). If it's true, it could certainly explane why no one has yet solved the puzzle. The reason for my idea comes from a sieving optimization I came up with. Start with a list of numbers, then cross off all the even ones. Now every other number is potentially prime (the odd numbers). Now we go to remove the multibles of 3, but every other one is already gone. Still, after removing the multibles of 3, we are left with so-called "twin Primes", which have the pattern 101000 101000 101000... Now, we go to remove the multibles of 5, but some of them are already gone, in the pattern 101000 101000... Self simular? Or just my simple mind getting confused? By the way, after removing the multibles of 5, the pattern stands at 100000100010100010100010000010 100000100010100010100010000010 If anyone has a different interpretation, I'd love to hear it! P. S. Has anyone else heard about the computer scientists reportedly using Chaos Theroy to create "Chaotic Lasers" that increase to bandwidth of fiber-optic cables? Far out! - --------------------------------- Nam et ipsa scientia potestus est! (Sir Francis Bacon) Andrew Orphi Coppin DMU MK. - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Thu, 25 Feb 1999 10:16:36 -0600 From: "Damien M. Jones" Subject: Re: (fractint) Prime Numbers Andrew, - The reason for my idea comes from a sieving optimization I came up - with. (laugh) Congratulations, you've just re-invented the Sieve of Eratosthenes, a well-known method for isolating prime numbers and a standard computer benchmark for many years. :-) Damien M. Jones \\ dmj@fractalus.com \\ Fractalus Galleries & Info: \\ http://www.fractalus.com/ Please do not post my e-mail address on a web site or in a newsgroup. Thank you. - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Thu, 25 Feb 1999 10:49:09 -1000 From: "Shauna Jones" Subject: (fractint) Fractint and ELSA GLoria Synergy card? I got an ELSA GLoria Synergy display adaptor (8MB SGRAM, hardware 2D and 3D acceleration, video-in/video-out capability). My desktops (OS/2 and W95) are running 1024x768 true color, the card can go up to 1920x1200x256 colors. But when I run the VESA2CFG utility, the max resolution it reports is 640x480x256. Trying to select 1024x768x256 gives me the message that this video mode isn't available. Anyone else using this card and figured out how to make it work with Fractint? Thanks ... Another blast of bits from David http://www.aloha.net/~shauna/ http://www.hawastsoc.org/ For the best Hawaii & Pacific Basin surf forecast: http://www.surfreporthawaii.com Random Thought for this Nanosecond Is a Users Manual a guide to the care and feeding of users? (D.Jones) - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Thu, 25 Feb 1999 15:14:34 -0600 From: "Damien M. Jones" Subject: Re: (fractint) Fractint and ELSA GLoria Synergy card? David, - But when I run the VESA2CFG utility, the max resolution it reports is - 640x480x256. It's entirely possible your card's BIOS doesn't support higher resolutions in VESA modes. With the decline of DOS, VESA support in video BIOSes is becoming unimportant... Damien M. Jones \\ dmj@fractalus.com \\ Fractalus Galleries & Info: \\ http://www.fractalus.com/ Please do not post my e-mail address on a web site or in a newsgroup. Thank you. - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Thu, 25 Feb 1999 20:17:57 PST From: "Justin Altman" Subject: (fractint) Area of fractals? Does anyone know a reliable approximation of the area of the Mandlebrot set? How about an exact number, or in terms of constants? Did you Know? - ------If you let the test term for the Mandl. be z there is a polynomial approximation given by z+z^2+2z^3+5z^4+14z^5+42z^6..., and this is remarkingly similar to a Taylor/MacLauren Series, so I tried to find a funtion that would lead to this result. f(0)=0 f'(0)=1 f"(0)=2 f(3)(0)=12 f(4)(0)=120 . . . f(n)(0)=2^(n-1)* (the product of the first n-2 odds). this leads to: f(0)=0 f'(0)=1, f(n)(0)=(4n-6)f(n-1)(0). Anyone know where to go from here? Just wondering. Justin Altman ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Thu, 25 Feb 1999 21:27:40 -0800 From: "Jay Hill" Subject: Re: (fractint) Area of fractals? You can start your research here... http://fractal.mta.ca/sci.fractals-faq/ and perhaps end it here .... :-) http://www.geocities.com/CapeCanaveral/Lab/3825/Period-Area-16.html - ---------- > From: Justin Altman > To: fractint@lists.xmission.com > Subject: (fractint) Area of fractals? > Date: Thursday, February 25, 1999 8:17 PM > > Does anyone know a reliable approximation of the area of the Mandlebrot > set? How about an exact number, or in terms of constants? > Did you Know? > ------If you let the test term for the Mandl. be z there is a polynomial > approximation given by z+z^2+2z^3+5z^4+14z^5+42z^6..., and this is > remarkingly similar to a Taylor/MacLauren Series, so I tried to find a > funtion that would lead to this result. > f(0)=0 > f'(0)=1 > f"(0)=2 > f(3)(0)=12 > f(4)(0)=120 > . > . > . > f(n)(0)=2^(n-1)* (the product of the first n-2 odds). > > this leads to: > f(0)=0 > f'(0)=1, f(n)(0)=(4n-6)f(n-1)(0). > > Anyone know where to go from here? > Just wondering. > > Justin Altman - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Fri, 26 Feb 1999 15:26:20 -1000 From: "Shauna Jones" Subject: Re: (fractint) Fractint and ELSA GLoria Synergy card? On 25 Feb 99 at 15:14, Damien M. Jones wrote: > - But when I run the VESA2CFG utility, the max > resolution it reports is - 640x480x256. > > It's entirely possible your card's BIOS doesn't support > higher resolutions in VESA modes. With the decline of > DOS, VESA support in video BIOSes is becoming > unimportant... Thanks. Sounds like I need to check the ELSA support site and see what VESA capabilities it has. The only mention of it in the manual is in connection with supporting DDC1 and DDC2 for communicating with monitors. For now, I guess I explore at 640x480, then render big images to disk/video (goes very fast when you tell the DOS session that it has a huge amount of extended memory - - able to do that under OS/2, don't know about W95). Another blast of bits from David http://www.aloha.net/~shauna/ http://www.hawastsoc.org/ For the best Hawaii & Pacific Basin surf forecast: http://www.surfreporthawaii.com Random Thought for this Nanosecond These are the voyages of the barship Enter-Hic, bearing a fully-loaded crew. (D.Jones) - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Fri, 26 Feb 1999 19:31:05 -0600 From: "Damien M. Jones" Subject: Re: (fractint) Fractint and ELSA GLoria Synergy card? David, - For now, I guess I explore at 640x480, then render big - images to disk/video (goes very fast when you tell the - DOS session that it has a huge amount of extended memory - - able to do that under OS/2, don't know about W95). Yes, you can do it under Win95 too. Damien M. Jones \\ dmj@fractalus.com \\ Fractalus Galleries & Info: \\ http://www.fractalus.com/ Please do not post my e-mail address on a web site or in a newsgroup. Thank you. - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Sat, 27 Feb 1999 05:43:37 -0500 From: Paul Derbyshire Subject: Re: (fractint) Area of fractals? At 08:17 PM 2/25/99 PST, you wrote: >this leads to: >f(0)=0 >f'(0)=1, f(n)(0)=(4n-6)f(n-1)(0). > >Anyone know where to go from here? Nowhere. You'll never find a function with these derivatives, because if you did, you'd have found a function whose Taylor series about 0 has a zone of convergence shaped rather differently than a circle, which can't happen according to a theorem in calculus. - -- .*. "Clouds are not spheres, mountains are not cones, coastlines are not - -() < circles, and bark is not smooth, nor does lightning travel in a `*' straight line." ------------------------------------------------- -- B. Mandelbrot |http://surf.to/pgd.net _____________________ ____|________ Paul Derbyshire pderbysh@usa.net Programmer & Humanist|ICQ: 10423848| - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Sat, 27 Feb 1999 11:51:34 -1000 From: "Shauna Jones" Subject: Re: (fractint) Fractint and ELSA GLoria Synergy card? On 26 Feb 99 at 19:31, Damien M. Jones wrote: > - For now, I guess I explore at 640x480, then render > big - images to disk/video (goes very fast when you > tell the - DOS session that it has a huge amount of > extended memory - - able to do that under OS/2, don't > know about W95). > > Yes, you can do it under Win95 too. Guess I'll have to try it out. Under our old Diamond card, we couldn't run Fractint under W95. Another blast of bits from David http://www.aloha.net/~shauna/ http://www.hawastsoc.org/ For the best Hawaii & Pacific Basin surf forecast: http://www.surfreporthawaii.com Random Thought for this Nanosecond How can you tell a politician's been in the room? You can feel the hot air. (D.Jones) - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Mon, 01 Mar 1999 00:38:37 -0500 From: Gedeon Peteri Subject: (fractint) Chebyshev page update I replaced all images on my Chebyshev Fractals -- Page 1 with new ones. I hope you enjoy them. Gedeon - -- - -------------------------------------------------------------- Fractals: http://www.geocities.com/~gedeonp/index.html Member Infinite Fractal Loop Last updated: March 1, 1999 - updated page Photography: http://members.xoom.com/gedeonp/index.html Last updated: February 23, 1999 - three new pages - -------------------------------------------------------------- - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Mon, 1 Mar 1999 15:41:08 EST From: Hackberg91@aol.com Subject: (fractint) fractals in modern art Hi friends. As I want to share my and my pupils' (primary school!) fascination for fractals with other teachers I have been asked to point out the significance of this "method" for modern art. So, does anyone know renown modern artists using fractals for fine or commercial art, galeries showing plots, and the like? Maybe URLs? Thanks a lot, I myself surely need no justification, all your astonishing pictures are prooving aesthetic value enough, but to talk to teachers of art I have to draw on an outside base. As Sylvie says: Cheers. Michael Hackenberger, Berlin (Germany) - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Tue, 2 Mar 1999 08:50:05 +1100 From: "Regina & Steve" Subject: Re: (fractint) fractals in modern art Not just a plug for myself...... There are a couple of us here http://home.earthlink.net/~havencars/iada I'm sure there are some more links if you go to the artists page. Regards, Regina Kucharska - sleepysams@sea.com - the sea is just a bigpond Flat Arc Discoveries is proudly sponsored by Beds Australia Web Page:Always being updated - new pictures added monthly http://www.geocities.com/SoHo/Workshop/3524/index.html - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Tue, 2 Mar 1999 11:08:22 GMT From: "Andrew Coppin" Subject: (fractint) My Web Site The internal structure of my web site has changed, so the URL I posted will no longer work. I may change the structure yet again in the near future, so you'll just have to navigate from the base of the pages via the links (which I will be re-pointing as I make alterations). The base address (in case you couldn't work it out) is: http://www.mk.dmu.ac.uk/~khcm8ac/index.htm From here, click on "Enter Site", "Fractals", "Complex Dynamics" to get to the page I mentioned in my last post. All comments are very welcome. Enjoy! - --------------------------------- Nam et ipsa scientia potestus est! (Sir Francis Bacon) Andrew Orphi Coppin DMU MK. - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Tue, 2 Mar 1999 13:22:59 GMT From: "Andrew Coppin" Subject: (fractint) Baby Brots Sorry to be a pain the the neck, but I remember someone send an email message detialing exactly the conditions under which Mandelbrot sets occur in other formulas. Could whoever it was please re-send that information (I stupidly deleted the message!) And I seem to recall that the message mentioned something about "primages". What is a "primage"? Thanks. - --------------------------------- Nam et ipsa scientia potestus est! (Sir Francis Bacon) Andrew Orphi Coppin DMU MK. - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Tue, 02 Mar 1999 12:23:35 -0800 From: Robyn Soares Subject: Re: (fractint) fractals in modern art - --------------56AC1893BB8DDE229D98CD45 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit These are the artists, and from your educational background you should be able to tell why. As to defending your opinion, just make sure you know it. Some of these artists have developed definite styles. It's obvious to me though I am a musician. Cheerfully, Robyn (also physic/math major) Hackberg91@aol.com wrote: > Hi friends. > As I want to share my and my pupils' (primary school!) fascination for > fractals with other teachers I have been asked to point out the significance > of this "method" for modern art. > So, does anyone know renown modern artists using fractals for fine or > commercial art, galeries showing plots, and the like? Maybe URLs? > Thanks a lot, I myself surely need no justification, all your astonishing > pictures are prooving aesthetic value enough, but to talk to teachers of art I > have to draw on an outside base. > As Sylvie says: Cheers. > Michael Hackenberger, Berlin (Germany) > > -------------------------------------------------------------- > Thanks for using Fractint, The Fractals and Fractint Discussion List > Post Message: fractint@lists.xmission.com > Get Commands: majordomo@lists.xmission.com "help" > Administrator: twegner@phoenix.net > Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" - --------------56AC1893BB8DDE229D98CD45 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit These are the artists, and from your educational background you should be able to tell why.  As to defending your opinion,  just make sure you know it.  Some of these artists have developed definite styles.  It's obvious to me though I am a musician.

Cheerfully,
Robyn (also physic/math major)

Hackberg91@aol.com wrote:

Hi friends.
As I want to share my and my pupils' (primary school!) fascination for
fractals with other teachers I have been asked to point out the significance
of this "method" for modern art.
So, does anyone know renown modern artists using fractals for fine or
commercial art, galeries showing plots, and the like? Maybe URLs?
Thanks a lot, I myself surely need no justification, all your astonishing
pictures are prooving aesthetic value enough, but to talk to teachers of art I
have to draw on an outside base.
As Sylvie says: Cheers.
Michael Hackenberger, Berlin (Germany)

--------------------------------------------------------------
Thanks for using Fractint, The Fractals and Fractint Discussion List
Post Message:   fractint@lists.xmission.com
Get Commands:   majordomo@lists.xmission.com "help"
Administrator:  twegner@phoenix.net
Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"

- --------------56AC1893BB8DDE229D98CD45-- - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Tue, 2 Mar 1999 20:03:16 -0000 From: "peter k" Subject: Re: (fractint) fractals in modern art Hello. Perhaps I can recommend this place - the Museum of Computer Art http://www.donarcher.com/moca/ ...and of course my own little acre - http://www.qmi.pk.clara.net best wishes peter k - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Tue, 2 Mar 1999 13:27:24 -0700 (MST) From: Jon Jacobsen Subject: (fractint) IFS Question Hello, I am looking for a program that can generate IFS images which will allow various starting "points", i.e., begin with a square and generate the fern, or begin with a point and generate the fern, etc. It is for a lecture on the contraction mapping principle, and I would like the audience to see the square, point,etc converging to illustrate the ideas behind IFS. Is this type of feature available on fractint, or some other program? Preferrably such a program would run on Linux, but a Windows program would be ok too. Any help is appreciated, Jon - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Tue, 02 Mar 1999 15:45:17 -0500 From: Don Archer Subject: Re: (fractint) fractals in modern art Peter K: >Perhaps I can recommend this place - the Museum of Computer Art >http://www.donarcher.com/moca/ Thanks! For the record, a major exhibition of Les St. Clair's fractals has recently been installed at MOCA. And a long-standing Sylvie Gallet gallery remains. There is also some early fractal work by Lee Skinner and others. Don - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Tue, 2 Mar 1999 15:54:43 -0500 From: Barry N Merenoff <110144.2274@compuserve.com> Subject: (fractint) Re: Fractals in Modern Art Although it is neither computer-generated nor modern, I have always thoug= ht the famous "Nami (Wave)" painting (don't know the artist) is an excellent= example of a fractal. - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Tue, 2 Mar 1999 23:16:12 -0000 From: "Les St Clair" Subject: (fractint) February PAR collection The February par collection of postings to this mail list is now available at: http://ourworld.compuserve.com/homepages/Les_StClair/fml.htm (just the parameters) or, if you prefer the pars with their original messages left intact you can get this version: http://www.homeusers.prestel.co.uk/crosstrees/fml.htm The updated formula collection (frac_ml.frm) is available from both sites. cheers, Les - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Tue, 02 Mar 1999 23:09:26 -0600 From: "Paul N. Lee" Subject: (fractint) Resource List The following is a list of resources for FractInt users and Discussion List members. (Last update -- November 12, 1998) Thanks to Noel Giffin, this list is also available online at: http://spanky.triumf.ca/www/fractint/preslar.html Thanks also to Jay Hill for the list "echoed" at: http://home.san.rr.com/jayrhill/iFAQ/Resource.htm *** New entries FractInt At Spanky - http://spanky.triumf.ca/www/fractint/fractint.html Mirror site - http://fractal.mta.ca/fractint/fractint.html FractInt Documentation - http://spanky.triumf.ca/www/fractint/findex.html FractInt semi-official wish list - http://web.ukonline.co.uk/members/robin.b2/olig/fracwish.htm Information, Tutorials and Explanations Anti-Aliasing Explained (Damien M. Jones) - http://www.fractalus.com/misc/antialias.htm Basic FractInt Hints and Tips (Linda Allison) - http://wizzle.simplenet.com/linda/basic/basic-information.htm Coloring Algorithms Explained (Damien M. Jones) - http://www.fractalus.com/misc/implement.htm ColorMap tutorial (Linda Allison) - http://www.geocities.com/Paris/5519/colors.html http://wizzle.simplenet.com/linda/colormaps/colormaps.htm Color Map Magic (Wizzle) - http://wizzle.simplenet.com/fractals/wizmaps/wizmaps.htm Color Tricks (Linda Allison) - http://wizzle.simplenet.com/linda/colortricks/colortricks.htm Formula tutorial (Bradley Beacham) - http://spanky.triumf.ca/www/fractint/frm-tut/frm-tutor.html Fractals Explained (Linda Allison) - http://wizzle.simplenet.com/linda/define/fractals_defined.htm Fractal Information Page (Damien M. Jones) - http://www.fractalus.com/misc/info.htm FractInt Tutorial (Bill Rossi) - http://members.aol.com/billatny/fractopi.htm Guide to the Mandelbrot and Julia Sets (Paul Derbyshire) - http://www3.sympatico.ca/bob.beland/manguide.html Help for FractInt Discussion List newcomers!! (Wizzle) - http://wizzle.simplenet.com/fractals/hints/fractint_list_q&a.htm High Resolution tutorial (Linda Allison) - http://www.geocities.com/Paris/5519/lesson4.html Hints on getting started (Wizzle) - http://wizzle.simplenet.com/fractals/hints/tips-fractint.htm If...Else tutorial - http://spanky.triumf.ca/www/fractint/If_else.html Par and Frm tutorial (Linda Allison) - http://www.geocities.com/Paris/5519/lesson.html http://wizzle.simplenet.com/linda/pars_and_frms/lesson.html ParToBat, Tips and Hints for Using (or how to have a life AND generate a zillion fractals a day ;-) ) (Linda Allison) - http://www.geocities.com/Paris/5519/epic.html PHC and PTC Formula tutorial (Sylvie Gallet) - http://spanky.triumf.ca/www/fractint/phc/phc-tutor.html PNG vs. JPEG discussed (Damien M. Jones) - http://www.fractalus.com/misc/png-jpeg.htm Proportioning, Sizing, and Skewing tutorial (Linda Allison) - http://wizzle.simplenet.com/linda/proportion/proportions.htm sci.fractals FAQ - http://www.mta.ca/~mctaylor/sci.fractals-faq/ Windows 95, How to run FractInt for DOS under - http://fractal.mta.ca/fractint/fracwin95.html Zooming tutorial (Linda Allison) - http://wizzle.simplenet.com/linda/zoom/zoom-lesson.html FractInt Discussion List Fractal '98 Contest - http://www.fractalus.com/contest98/ FractInt Discussion List archive - ftp://ftp.xmission.com/pub/lists/fractint/archive/ 1997 Contest (thumbnails of all the entries) - http://www.fractalus.com/contest/ The 1997 Contest Kit (Re-create the magic at home!!) - http://home.san.rr.com/jayrhill/Contestk.zip Collection of Discussion List Pars & Formulas (Les St. Clair) (all the pars and frms since August 1997) - http://ourworld.compuserve.com/homepages/Les_StClair/fml.htm The iFAQ (collected topics from the list) - http://home.san.rr.com/jayrhill/iFAQ/iFAQ.html Copyrights Discussed (and discussed) - http://www.geocities.com/CapeCanaveral/Lab/3825/copyright.zip ColorMaps collected and organized by Wizzle - http://wizzle.simplenet.com/fractals/fractint_maps/newmaps.htm Dr. J's Fractal of the Night - http://home.san.rr.com/jayrhill/FotN/FotNindx.html List of FractInt Mailing List members with ICQ numbers - http://come.to/fractinticq Additional Programs & Utilities AddGifs program (Paul Carlson) - http://www.geocities.com/CapeCanaveral/Lab/3825/addgifs.zip FractInt Screensaver v1.70 (Thore Berntsen) - http://home.sol.no/~thbernt/fintsave.htm Fractal Map Generator (Paulo Guagliumi) - http://members.tripod.com/softwork/map MakeMap utility (Ron Barnett) - http://www.hiddendimension.com/makemap.zip Orgfrm program (George Martin) - http://spanky.triumf.ca/pub/fractals/programs/ibmpc/orgfrm.zip Partobat utility (ver. 3.4 for slower machines) (Michael Peters) - http://spanky.triumf.ca/pub/fractals/programs/IBMPC/PARTOB.ZIP http://ourworld.compuserve.com/homepages/JoWeber/jo_05.htm Partobat utility (ver. 3.5 for faster machines) (Michael Peters) - http://ourworld.compuserve.com/homepages/JoWeber/jo_05.htm XMAP and MMAP utilities (Jim Prickett) - http://www.geocities.com/SiliconValley/Way/9943 Infinite Fractal Loop Home Page - http://www.fractalus.com/ifl/ Graphical List - http://www.fractalus.com/ifl/list.htm Particularly Helpful Links Pages Wizzle's Graphlinks - http://wizzle.simplenet.com/fractals/hints/graphlinks.htm Fractal merchandise (posters, mouse mats, t-shirts, etc.) Lifesmith - http://www.lifesmith.com/ Refractal Design Inc. (fractal jewelry) - http://www.refractal.com Fractal-Art Mailing List Subscribe: majordomo@icd.com "subscribe fractal-art" Post Message: fractal-art@icd.com Get Commands: majordomo@icd.com "help" Administrator: fractal-art-owner@icd.com Unsubscribe: majordomo@icd.com "unsubscribe fractal-art" Archive of messages - ftp://ftp.fractalus.com/pub/lists/fractal-art/ Jim Muth's Fractal of the Day index (last few months) http://home.att.net/~Paul.N.Lee/FotD/FotD.html Jim Muth's complete FOTD archive of PARs and FRMs http://ourworld.compuserve.com/homepages/Les_StClair/pars.htm - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Wed, 03 Mar 1999 15:29:21 -0500 From: Tom Conally Subject: (fractint) par and question Hi fellow fractint afficiados Here is a par that I like accompanied by a question or two black_hole { ; Tom Conally, 1999, fractint ; t=0:0:15.87 586 ; SF7 ; color map by Tom Conally reset=1960 type=julia passes=b center-mag=-0.0369471/0.0814747/0.3765693 params=-0.02883675694465637/-0.033246248960495 float=y maxiter=1000 bailoutest=real fillcolor=111 decomp=16 colors=c00<4>f00`QL<6>ElcHib<14>rCmqEk<13>gESfDQgFQ<14>kpJknJd83<2>jWDlc\ Hl`H<8>pGCpJC<10>hUIgVJfWKeXLdZMaYO`XOZWO<12>765544322000<6>HIeKLkLMn<3>\ PPzTTz<14>CflEfk<3>HdfIceLce<13>zee<9>pcjobknbkmaklalk`m<10>ufxvgzudz<13\ >bGS`EPZET<13>LbtJdwKaw<14>j8MgAQ<12>bKjeKjgKiw32c00 } I did this with video mode SF7. I manipulated the colormap and saved the par. Now if I go back and run it in a different video mode, such as SF8, I get a very different color map-many fewer colors. Is this inherent in fractint? Do I need to save the colormap separately? Am I missing something? Thanks for your help in advance. Tom Conally In every boomerang there is a perfect throw. Your life, Grasshopper, is to practice till you find that throw and become one with that boomerang! Boomerangs http://www.angelfire.com/nc/conally Paradise http://www.netpath.net/~conally/ Fractal Images http://members.tripod.com/~afractal - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ End of fractint-digest V1 #373 ******************************