Hello!
I wonder which algorithm would you suggest for catching all the roots of equations(if any exists). I have defined the three point search, 5 point search(different in sense), Newton iteration methods, as well as Newton-Raphson method, but Im still searching for the perfect one since all of those defined above have some holes. I need the algorithm for a program which has to be relying. Im using C#/C++. Thank you.
I wonder which algorithm would you suggest for catching all the roots of equations(if any exists). I have defined the three point search, 5 point search(different in sense), Newton iteration methods, as well as Newton-Raphson method, but Im still searching for the perfect one since all of those defined above have some holes. I need the algorithm for a program which has to be relying. Im using C#/C++. Thank you.