Benoit Mandelbrot, Mathematician, Dies at 85
Peter Korsten
EMAIL HIDDEN
Wed Oct 20 18:54:50 CEST 2010
Op 20-10-2010 12:02, Andrew Robinson schreef:
> I remember reading about his work in Scientific American when I was at
> school, and then bravely (or foolhardily if you prefer) trying to get
> a BBC Model B computer running BASIC to draw the Mandelbrot set. It
> actually worked, too - took about 4 hours to render something that
> very vaguely had the right shape (I was bailing out after about 16
> iterations, I think).
Ha, on my Amiga (with 32-bit registers) I managed to do fixed-point
32-bits math, and use the libraries in a clever way, to draw a 320x256
Mandelbrot set with 32 iterations in about 40 seconds.
It drew from bottom to top, because that way, I could use a slightly
faster 68000 instruction that decremented a counter until 0.
I considered doing a boundary scan, but that's not at all that trivial
to do.
- Peter
More information about the music-bar
mailing list