it> identifying...@iterative
selected: mandelbrot.txt
mb equations

f(x) = x2 + c
zn+1 = zn^2 +c
z = r*(sin(theta)cos(phi) + i cos(theta) + j sin(theta)sin(phi)

remember to check max iterations
-o

[]