[SciPy-User] Finding Multiple Zeros of a Function within Interval

Charles R Harris charlesr.harris at gmail.com
Sat Sep 25 21:19:13 EDT 2010


On Sat, Sep 25, 2010 at 6:49 PM, Lorenzo Isella <lorenzo.isella at gmail.com>wrote:

> Dear All,
> I am looking for an algorithm able to find the (possibly more than one)
> zeros of a nonlinear function f(x,y,z) for x in [a,b] (maybe bad
> notation: let us say that y and z act as parameters since the only
> variable I can really tune is x) which does not require f(a)f(b)<0.
> I had a look at the optimization module in scipy, but it seems to be
> that most of the functions would return the first zero they can find and
> then stop.
> Any suggestion is really appreciated.
> Cheers
>
>
What does the function look like? One quick way if y and z are given is to
fit the function with a Chebyshev series and use the zeros of that.

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20100925/ad09d21e/attachment.html>


More information about the SciPy-User mailing list