Once you know how to use Newton's methods to generate one kind of fractal, it's easy to make new ones. Simply use the second example above and change the equation and its derivative. This example is the same as the previous one except it uses the equation:
zN + zN - 1 + zN - 2 + ... + z + 1
See the code and the previous examples for details.
(Okay, I'll give fractals a rest for a while. They're fun but there's lots more to cover. If you find new and interesting fractals, email me or post them on this page.)
Comments