Hacker News new | ask | show | jobs
by pvg 5926 days ago
Yes, if if, isomorphic, if, etc. The fact is you need to invent a whole pile of stuff that was nowhere on the horizon between 1200 and 1270 to draw a Mandelbrot set. And that's plainly obvious to anyone with the most superficial knowledge of the history of maths.
2 comments

Not to disagree, but I'd like to mention that you don't actually need full complex number arithmetic to draw a Mandelbrot set. If you translate the Mandelbrot update rule into pairs of numbers, you get the following recursive equations:

    x_{n+1} = x_n^2 - y_n^2 + x_0
    y_{n+1} = 2 x_n y_n + y_0
(Not 100% sure I got this right, but it's late.) The Mandelbrot set is then the set of points x_0, y_0 for which these values don't escape to infinity, or even more simply, escape the circle of radius 2 around (0, 0).
I think we're getting a little hung up on 'complex numbers' and things they might be isomorphic to. My point was that in order to come up with the Mandelbrot set in the 13th century you need bits of mathematical apparatus that were not invented till centuries later. I liked the piece, it's just that the eye-poking anachronism right off the bat sort of gave it away too early, for me.
Most people don't have a superficial knowledge of the history of maths, apart from perhaps the Greeks doing geometry and Roman numerals not having 0. Many people are surprised to find out that Arabic numerals are Arabic! (Yes yes, Hindu too, but that only drives home the point.)