Re: Secant method vs Newton's method
- From: "Julian V. Noble" <jvn@xxxxxxxxxxxx>
- Date: Fri, 22 Sep 2006 23:10:58 -0400
Schizoid Man 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).
When I can isolate a root I prefer a hybrid secant/binary search
method. The secant method can get "stuck" (of course it gets there
eventually) for certain functions, so putting in a binary search
step after each secant step speeds things up considerably in such
cases.
--
Julian V. Noble
Professor Emeritus of Physics
University of Virginia
.
- 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: Re: Secant method vs Newton's method
- Previous by thread: Re: Secant method vs Newton's method
- Next by thread: Re: Secant method vs Newton's method
- Index(es):
Relevant Pages
|
Loading