VittorioAccomazzi / julia

Julia Fractal Generator
1 stars 0 forks source link

Add support for Newton Fractals #11

Closed VittorioAccomazzi closed 4 years ago

VittorioAccomazzi commented 4 years ago

the newton Fractals seems to generate images and animation which are quite interesting. It is worth exploring and supporting them.

the fractal is generated using the formula : image where a is a complex number and it will be the one used to generate the animation. The function p(x) whcih is often used is image which provides 3 roots on the complex plane. Here are some of the images generates with this fractal using teh number of iterations for the colour, as for Mandelbrot and Julia : Screen Shot 2020-05-30 at 9 00 31 PM Screen Shot 2020-05-30 at 9 00 20 PM

VittorioAccomazzi commented 4 years ago

the fractals above are generated from a very narrow area. The rest of fractals are not as interesting.