This is the mail archive of the
gsl-discuss@sources.redhat.com
mailing list for the GSL project.
error: 1d root finding with brent algoritm
- From: Kollányi Tibor<kollanyi at szgtirix dot szgt dot uni-miskolc dot hu>
- To: gsl-discuss at sources dot redhat dot com
- Date: Wed, 05 Feb 2003 21:15:08 +0100
- Subject: error: 1d root finding with brent algoritm
Hello,
there is a 1d function with one root in [a,b] intervall, but the solving
with brent or bisection or ... comes the next error:
gsl: brent.c:74: ERROR: endpoints do not straddle y=0
Default GSL error handler invoked.
It is possible the intervall is to big??
(example:[0,10000] and the root is about 10)
kt