Newton's method - Wikipedia
en.wikipedia.org › wiki › Newton&Given xn, define. x n + 1 = x n − f ( x n ) f ′ ( x n ) , {\displaystyle x_ {n+1}=x_ {n}- {\frac {f (x_ {n})} {f' (x_ {n})}},} which is just Newton's method as before. Then define. z n + 1 = z n − f ( z n ) f ′ ( x n ) , {\displaystyle z_ {n+1}=z_ {n}- {\frac {f (z_ {n})} {f' (x_ {n})}},}
Newton's method - Wikipedia
https://en.wikipedia.org/wiki/Newton's_methodWhen dealing with complex functions, Newton's method can be directly applied to find their zeroes. Each zero has a basin of attraction in the complex plane, the set of all starting values that cause the method to converge to that particular zero. These sets can be mapped as in the image shown. For many complex functions, the boundaries of the basins of attraction are fractals.