Use Newton's method to draw fractals for equations of the form F(z) = z^N + z^(N-1) + ... + z + 1 in C#

See these examples:

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.)

   

 

What did you think of this article?




Trackbacks
  • No trackbacks exist for this post.
Comments
  • No comments exist for this post.
Leave a comment

Submitted comments are subject to moderation before being displayed.

 Name

 Email (will not be published)

 Website

Your comment is 0 characters limited to 3000 characters.