What's on your...
What's on your mind ?
#fractal #newtonFractal #mandelbrot #mathematicalArt
newton fractal iteration
z - f(z)/f'(z)
f(z) = z^3-z+c
(with z initialized to (0,0) and c initialized to the coordinates)
What's on your mind ?
#fractal #newtonFractal #mandelbrot #mathematicalArt
newton fractal iteration
z - f(z)/f'(z)
f(z) = z^3-z+c
(with z initialized to (0,0) and c initialized to the coordinates)
Newton fractal
z - a f(z)/f'(z)
f(z) = cos(z)^1-c with c = (0,0), a = (0.7,0)
#fractalArt #mathematicalArt
#fractal #genuary #genuary6 #newtonFractal
Newton fractal
f(z) = z^4+(c+z^3) with c = (-5,0), a = (0.55,0)
#fractal #keepitgoing #newtonFractal
newton fractal
z - a f(z)/f'(z)
f(z) = z^3-c
with c = (1,0)
a = (1,-0.8)