Multiple Choice
To answer the following question, refer to the Mandelbrot replacement process described by:
- Start: Choose an arbitrary complex number s, called the seed of the Mandelbrot sequence. Set the seed s to be the initial term of the sequence:
- Recursive Procedure: To find the next term in the sequence, square the preceding term and add the seed:
Which of the statements below is correct?
A) The seed initiates a Mandelbrot sequence which is escaping.
B) The seed initiates a Mandelbrot sequence which is periodic.
C) The seed initiates a Mandelbrot sequence which is attracted.
D) All of the above.
E) None of the above.
Correct Answer:
Verified
Related Questions