NCTM 2021
The Mandelbrot Set

For Julia sets, we chose a fixed value for c, and then changed the position of x0 to colour the plane. Now let’s fix the value of x0=0, and instead change the value of c:

xn=xn12+${complex(c)}
x0=${complex(x0)}
x1=${complex(x1)}
x2=${complex(x2)}
x3=${complex(x3)}
Bounded!Diverges!