Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: (Golf) Mandelbrot Fractal

by YuckFoo (Abbot)
on May 08, 2002 at 21:08 UTC ( [id://165179]=note: print w/replies, xml ) Need Help??


in reply to (Golf) Mandelbrot Fractal

Just because I spent way too much time and managed to get under 150, to 147

for($x=-1;$x<1;$x+=.05){for($y=-2.3;$y<.7;$y+=.05){$i=$y;$j=$x;$k=99; while($j<4&&--$k){($i,$j)=($i*$i-$j*$j+$y,2*$i*$j+$x)}print$k?'+':' '} +print$/}

BogeyFoo

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://165179]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-04-23 22:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found