Hacker News new | ask | show | jobs
by solarist 1423 days ago
I was hoping that a random Mandelbrot shows up at the end.

(Spoiler: it doesn’t)

1 comments

Try this:

  Z := 1/Z - Z - C
(in complex numbers, with Z0 = i). Plenty of Mandelbrot sets in there.

[Edit for Z0 value]