Re: Secant method vs Newton's method
- From: israel@xxxxxxxxxxx (Robert Israel)
- Date: 21 Sep 2006 22:14:38 GMT
In article <eev07e$8b7$1@xxxxxxxxxxxxxxxxxxxxx>,
Schizoid Man <schiz@xxxxxx> wrote:
Hi,
Under what circumstances would I prefer the secant method to Newton's
method?
Newton's method converges much faster and the number of
function calls
seem to be the same (if we assume the derivative is a function call).
Newton's method is great when it works, but it's only likely
to work if your initial guess is close to the actual root.
There are plenty of examples where it fails to converge, or
shoots off to infinity.
Robert Israel israel@xxxxxxxxxxx
Department of Mathematics http://www.math.ubc.ca/~israel
University of British Columbia Vancouver, BC, Canada
.
- References:
- Secant method vs Newton's method
- From: Schizoid Man
- Secant method vs Newton's method
- Prev by Date: Re: Secant method vs Newton's method
- Next by Date: numbers close to one
- Previous by thread: Re: Secant method vs Newton's method
- Next by thread: Re: Secant method vs Newton's method
- Index(es):
Relevant Pages
|