Short Answer
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 as the initial term of the sequence:
Recursive Procedure: To find the next term in the sequence, square the preceding term and add the seed:
If the seed is , then find the term
Correct Answer:
Verified
Related Questions