why mandelbrot's boundary is 2? [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 7 years ago . I'm trying to understand why we're iterating through Mandelbrot points until |z| < 4. why 4? is there somekind of a law? or is it based on statistical measurements? thanks, igal 回答1: Consider the Mandelbrot set with along y=0, which would would be z(i) = z(i-1)^2 + c . Consider when c = (x=-2, y=0) z(0) = 0 z(1)