Fractals


Julia Sets

image

This MATLAB GUI iterates the quadratic map f(z) = z2+ c, where z and c are complex numbers. The (filled in) Julia set is the set of initial conditions z0 such that successive iterates z1 = f(z0), z2 = f(z1), ..., zn+1 = f(zn), ... remain bounded.

Read more...