The Julia Set \(J_{0.2+0.6i}\)

Depth:
Algorithm for Approximating a Julia Set, Jc
- Select a number c in the complex plane and select a positive integer D (depth).
- For each number z in the complex plane form the sequence:
{z, z2+c, (z2+c)2+c, ((z2+c)2+c)2+c, ...}. - Shade z if the first D numbers in its sequence have length less than 2.