Hi,
As the title says I'm looking for a software package that computes the roots of complex functions.
Languages: C/C++/C# Platform: Windows Functions: cos, sin, exp, log.
Thanks.
Hi,
As the title says I'm looking for a software package that computes the roots of complex functions.
Languages: C/C++/C# Platform: Windows Functions: cos, sin, exp, log.
Thanks.
I like CenterSpace's NMath library:
http://www.centerspace.net/doc/NMath/user/root-finding2.html#84800
The most common method I've seen in scientific literature is Mueller's method. The Wikipedia page contains a link to a Mathematica implementation. I've rewritten it a few times in various languages when I needed it, since it's basically just one function.
The book Computing the Zeros of Analytic Functions describes the theory behind the software package ZEAL which is available here.