New Ostrowski-Halley root seeking algorithm
|
01-15-2017, 05:15 PM
Post: #1
|
|||
|
|||
New Ostrowski-Halley root seeking algorithm
As I promised last week, here is my new algorithm that enhances Halley's method using an approach by Ostrowski (that he applied to Newton's method). To get the PDF file containing the report and the two Excel files containing the test functions click here and select the last item at the bottom to download the ZIP file associated with.
The pseudo code for the new algorithm is: Code: Given the function f(x)=0, an initial guess, x, and a tolerance Toler for the guess: The report on my website actually shows and explains two flavors for the algorithm. The test functions are applied to both flavors. Enjoy Namir |
|||
01-16-2017, 09:12 PM
(This post was last modified: 01-16-2017 09:12 PM by Namir.)
Post: #2
|
|||
|
|||
RE: New Ostrowski-Halley root seeking algorithm
I uploaded a new version of the algorithm that compromises between the two flavors of the algorithm I posted yesterday. You can upload the new ZIP file using the link in my first message.
The pseudo-code for the new version is: Code: Given the function f(x)=0, an initial guess, x, and a tolerance Toler for the guess: |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)