[SciPy-user] zeros of a function

lorenzo bolla lbolla at gmail.com
Wed May 23 06:04:13 EDT 2007


Hi all!
I'm working with scipy.optimize.fsolve to find the zeros of a function.
I'm wondering: is there an easy way to find ALL the zeros of a function
(within a given interval), instead of just ONE?
With fsolve, an initial guess value x0 must be given, and I can try many
different x0s to "scan" the function in the interval: however, this does not
assure me that I'm not missing any zero.
How would you solve this problem?
Thank you in advance,
Lorenzo.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20070523/6bd9d882/attachment.html>


More information about the SciPy-User mailing list