NAG Library Routine Document
c05azf
(contfn_brent_rcomm)
1
Purpose
c05azf locates a simple zero of a continuous function in a given interval by using Brent's method, which is a combination of nonlinear interpolation, linear extrapolation and bisection. It uses reverse communication for evaluating the function.
2
Specification
Fortran Interface
Integer, Intent (In) | :: |
ir | Integer, Intent (Inout) | :: |
ind,
ifail | Real (Kind=nag_wp), Intent (In) | :: |
fx,
tolx | Real (Kind=nag_wp), Intent (Inout) | :: |
x,
y,
c(17) |
|
C Header Interface
#include nagmk26.h
void |
c05azf_ (
double *x,
double *y,
const double *fx,
const double *tolx,
const Integer *ir,
double c[],
Integer *ind,
Integer *ifail) |
|
3
Description
You must supply
x and
y to define an initial interval
containing a simple zero of the function
(the choice of
x and
y
must be such that
). The routine combines the methods of bisection, nonlinear interpolation and linear extrapolation (see
Dahlquist and Björck (1974)), to find a sequence of sub-intervals of the initial interval such that the final interval
contains the zero and
is less than some tolerance specified by
tolx and
ir (see
Section 5). In fact,
since the intermediate intervals
are determined only so that
, it is possible that the final interval may contain a discontinuity or a pole of
(violating the requirement that
be continuous).
c05azf checks if the sign change is likely to correspond to a pole of
and gives an error return in this case.
A feature of the algorithm used by this routine is that unlike some other methods it guarantees convergence within about
function evaluations, where
is related to the argument
tolx. See
Brent (1973) for more details.
c05azf returns to the calling program for each evaluation of . On each return you should set and call c05azf
again.
The routine is a modified version of procedure ‘zeroin’ given by
Brent (1973).
4
References
Brent R P (1973) Algorithms for Minimization Without Derivatives Prentice–Hall
Bus J C P and Dekker T J (1975) Two efficient algorithms with guaranteed convergence for finding a zero of a function ACM Trans. Math. Software 1 330–345
Dahlquist G and Björck Å (1974) Numerical Methods Prentice–Hall
5
Arguments
Note: this routine uses
reverse communication. Its use involves an initial entry, intermediate exits and re-entries, and a final exit, as indicated by the argument
ind. Between intermediate exits and re-entries,
all arguments other than fx must remain unchanged.
- 1: – Real (Kind=nag_wp)Input/Output
- 2: – Real (Kind=nag_wp)Input/Output
-
On initial entry:
x and
y must define an initial interval
containing the zero, such that
. It is not necessary that
.
On intermediate exit:
x contains the point at which
must be evaluated before re-entry to the routine.
On final exit:
x and
y define a smaller interval containing the zero, such that
, and
satisfies the accuracy specified by
tolx and
ir, unless an error has occurred. If
,
x and
y generally contain very good approximations to a pole; if
,
x and
y generally contain very good approximations to the zero (see
Section 6). If a point
x is found such that
, on final exit
(in this case there is no guarantee that
x is a simple zero). In all cases, the value returned in
x is the better approximation to the zero.
- 3: – Real (Kind=nag_wp)Input
-
On initial entry: if
,
fx need not be set.
If
,
fx must contain
for the initial value of
x.
On intermediate re-entry: must contain
for the current value of
x.
- 4: – Real (Kind=nag_wp)Input
-
On initial entry: the accuracy to which the zero is required. The type of error test is specified by
ir.
Constraint:
.
- 5: – IntegerInput
-
On initial entry: indicates the type of error test.
- The test is: .
- The test is: .
- The test is: .
Suggested value:
.
Constraint:
, or .
- 6: – Real (Kind=nag_wp) arrayInput/Output
-
On initial entry: if
, no elements of
c need be set.
If
,
must contain
, other elements of
c need not be set.
On final exit: is undefined.
- 7: – IntegerInput/Output
-
On initial entry: must be set to
or
.
- fx and need not be set.
- fx and must contain and respectively.
On intermediate exit:
contains
,
or
. The calling program must evaluate
at
x, storing the result in
fx, and re-enter
c05azf with all other arguments unchanged.
On final exit: contains .
Constraint:
on entry , , , or .
Note: any values you return to c05azf as part of the reverse communication procedure should not include floating-point NaN (Not a Number) or infinity values, since these are not handled by c05azf. If your code inadvertently does return any NaNs or infinities, c05azf is likely to produce unexpected results.
- 8: – IntegerInput/Output
-
On initial entry:
ifail must be set to
,
. If you are unfamiliar with this argument you should refer to
Section 3.4 in How to Use the NAG Library and its Documentation for details.
For environments where it might be inappropriate to halt program execution when an error is detected, the value
is recommended. If the output of error messages is undesirable, then the value
is recommended. Otherwise, because for this routine the values of the output arguments may be useful even if
on exit, the recommended value is
.
When the value is used it is essential to test the value of ifail on exit.
On final exit:
unless the routine detects an error or a warning has been flagged (see
Section 6).
6
Error Indicators and Warnings
If on entry
or
, explanatory error messages are output on the current error message unit (as defined by
x04aaf).
Errors or warnings detected by the routine:
-
On entry, and have the same sign with neither equalling .
-
On entry, , , , or .
-
On entry, | , |
or | , or . |
-
An interval
has been determined satisfying the error tolerance specified by
tolx and
ir and such that
. However, from observation of the values of
during the calculation of
, it seems that the interval
contains a pole rather than a zero. Note that this error exit is not completely reliable: the error exit may be taken in extreme cases when
contains a zero, or the error exit may not be taken when
contains a pole. Both these cases occur most frequently when
tolx is large.
-
The tolerance
tolx is too small for the problem being solved. This indicator is only set when the interval containing the zero has been reduced to one of relative length at most
, where
is the
machine precision, but the exit condition specified by
ir is not satisfied. It is unsafe to continue reducing the interval beyond this point, but the final values of
x and
y returned are accurate approximations to the zero.
An unexpected error has been triggered by this routine. Please
contact
NAG.
See
Section 3.9 in How to Use the NAG Library and its Documentation for further information.
Your licence key may have expired or may not have been installed correctly.
See
Section 3.8 in How to Use the NAG Library and its Documentation for further information.
Dynamic memory allocation failed.
See
Section 3.7 in How to Use the NAG Library and its Documentation for further information.
7
Accuracy
The accuracy of the final value
x as an approximation of the zero is determined by
tolx and
ir (see
Section 5). A relative accuracy criterion (
) should not be used when the initial values
x and
y are of different orders of magnitude. In this case a change of origin of the independent variable may be appropriate. For example, if the initial interval
is transformed linearly to the interval
, then the zero can be determined to a precise number of figures using an absolute
(
) or relative (
) error test and the effect of the transformation back to the original interval can also be determined. Except for the accuracy check, such a transformation has no effect on the calculation of the zero.
8
Parallelism and Performance
c05azf is not threaded in any implementation.
For most problems, the time taken on each call to c05azf will be negligible compared with the time spent evaluating between calls to c05azf.
If the calculation terminates because
,
then on return
y is set to
x. (In fact,
on return only in this case and, possibly, when
.) There is no guarantee that the value returned in
x corresponds to a
simple
root and you should check whether it does. One way to check this is to compute the derivative of
at the point
x, preferably analytically, or, if this is not possible, numerically, perhaps by using a central difference estimate. If
, then
x must correspond to a multiple zero of
rather than a simple zero.
10
Example
This example calculates a zero of with an initial interval , and a mixed error test.
10.1
Program Text
Program Text (c05azfe.f90)
10.2
Program Data
None.
10.3
Program Results
Program Results (c05azfe.r)