Newton fractal

 

 

Instructions:
To zoom in on an area, highlight it with mouse by dragging out a rectangle. To zoom out press reset button.
You can specify the
degree of polynomial. It should be in the range from 2 to 20
Gamma is the color scheme to be drawn. It can be change by pressing "+" and "-" buttons.


Descritpion:
Algorithm used to generate this fractal is based on Newton formula for finding roots of polynomial:
zp - 1
The formula is:
z0= pixel
zn+1= zn - (znp - 1)/(p.znp-1)

 







Back to main page