Re: Secant method vs Newton's method
- From: cri@xxxxxxxx (Richard Harter)
- Date: Thu, 21 Sep 2006 22:10:25 GMT
On Thu, 21 Sep 2006 22:29:08 +0100, 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).
This isn't quite right. The convergence rate for the secant method is
~1.6 for one function evaluation and ~2.6 for two. Newton's method is
~2 for one function evaluation and one derivative evaluation. If
function evaluations and derivative evaluations are equally costly the
secant method is faster. If derivative evaluations are cheap the
Newton method is faster. Also, the Newton method has better numerical
properties.
.
- References:
- Secant method vs Newton's method
- From: Schizoid Man
- Secant method vs Newton's method
- Prev by Date: Re: one difficult problem
- Next by Date: Re: Secant method vs Newton's method
- Previous by thread: Secant method vs Newton's method
- Next by thread: Re: Secant method vs Newton's method
- Index(es):