Click here to Skip to main content
15,896,313 members
Articles / Programming Languages / C# 4.0

Three Methods for Root-finding in C#

Rate me:
Please Sign up or sign in to vote.
4.85/5 (26 votes)
26 Jun 2014BSD5 min read 92.4K   3.3K   52  
Three numerical algorithms for solving equations, each implemented in C#

Revisions


  

Compare Revision Minor Date Status Editor
3 - publicly available Yes 3-Dec-15 1:03 Available John D. Cook
Updates in content.
2 No 26-Jun-14 10:01 Available John D. Cook
Updates in content. Changes: 154
1 No 6-May-10 8:00 Available Deeksha Shenoy

License

This article, along with any associated source code and files, is licensed under The BSD License


Written By
President John D. Cook Consulting
United States United States
I work in the areas of applied mathematics, data analysis, and data privacy.

Check out my blog or send me a note.

 


Comments and Discussions