I know how to generate a basic Mandelbrot fractal based on the system Z -> Z + C, which breaks down to:
X -> X² - Y² + A Y -> 2XY + B
Is there a basic definition for a Julia set though on the same simple level, or at least a relatively simple level?