Thread Closed

Mandelbrot Set and Fractals

 
Share Thread Thread Tools
Nov13-06, 02:49 AM   #1
 

Mandelbrot Set and Fractals


I am sure the same goes for you lot, I am fascinated by the complex patterns of fractals and recently found out it is generated by extremely simple algorithms (which takes weeks to run).

What do I actually need run some algorithms that generates fractals?
 
PhysOrg.com
PhysOrg
mathematics news on PhysOrg.com

>> Mathematicians analyze social divisions using cell phone data
>> Can math models of gaming strategies be used to detect terrorism networks?
>> Mathematician proves there are infinitely many pairs of prime numbers less than 70 million units apart
Nov13-06, 05:37 AM   #2
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
You can download Winfract or ther fractal generators for Windows, as a start.

http://spanky.triumf.ca/www/fractint/getting.html

This runs on Windows 95 and newer versions of Windows, Fractint is a DOS program.
 
Nov13-06, 07:42 AM   #3
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
"Which takes weeks to run"? What vintage computer are you running these things on?

Many years ago, I wrote a program to draw Mandlebrot's set (and the Julia sets). I would start it running and go to class. When I got back about an hour later, it would be almost finished! Now exactly the same program take a few seconds.

Julia sets, Jc, are those starting points (thought of as complex numbers: (x,y)= x+ iy= z), z0, for which the sequence zn+1= zn2+ c converges.
The Mandlebrot set, sort of an "index" to Julia sets, are those c values for which zn+1= zn2+ c, with z0= 0, converges.
 
Thread Closed
Thread Tools


Similar Threads for: Mandelbrot Set and Fractals
Thread Forum Replies
Measure of the Mandelbrot Set General Math 6
Zooming in on the Mandelbrot Set General Math 0
Mandelbrot Set General Math 0
Mandelbrot General Math 0
Fractals of rational dimension and fractals of integral powers General Math 3