Wednesday, October 30, 2013
Mandelbrot Set
As it turns out, the Julia set of f(z)=z2+c is either "in on piece" or "totally dusty". This leads to the definition of a Mandelbrot set M, which is the set of all parameters c∈C for which such Julia set is connected:
M={c∈C:J(z2+c) is connected} |
J(z2+c) is connected if and only if 0 does not belong to A(∞) !In other words, {fn(0)} remains bounded under iteration. Furthermore,
A complex number c belongs to M if and only if |fn(0)|≤2 for all n≥1 !where f(z)=z2+c.
You can find more info at Analysis of a Complex Kind.