Well, it looks like the mandelbrot set. And it actually kinda is similar to how you generate a mandelbrot set. -- DUHuh? Mathematically it's completely different from the mandelbrot set. These are zeros of polynomials and the mandelbrot set has to do with whether an initial parameter of a recursive function will terminate (in C.S. terms). So it's really quite different.
for a in {-4, -4} and a ≠ 0
for b in {-4, -4} and b ≠ 0
...
for f in {-4, -4} and f ≠ 0
solve ax^5 + bx^4 + cx^3 + dx^2 + ex + f = 0
turn on pixels at each root
... etc.« Older Chess Boxing, a hybrid sport which combines boxing... | "N.B.--In telling a ladies for... Newer »
This thread has been archived and is closed to new comments
I think I'd still be doing something like that as a living -- working on game engines or something -- if I hadn't intentionally put computers aside as much as possible for a decade or two starting in my late teens, in favour of girls and booze and motorcycles and travel.
posted by stavrosthewonderchicken at 6:36 PM on January 4, 2010