What is the mandelbrot set?
1 Answer
Jun 23, 2017
See explanation...
Explanation:
For any complex number
#f_c(x) = x^2+c#
Consider the sequence formed by repeatedly applying
#0# ,#f_c(0)# ,#f_c(f_c(0))# ,#f_c(f_c(f_c(0)))# ,...
If the sequence is bounded, then
When generating an image of the Mandelbrot set on a computer, the test for boundedness is usually crossing a circle of some radius like
[Image generated using fraqtive]
In this image, the black portion represents the actual Mandelbrot set.