Find link

language:

jump to random article

Find link is a tool written by Edward Betts.

searching for Zero of a function 5 found (15 total)

alternate case: zero of a function

Secant method (1,623 words) [view diff] exact match in snippet view article find links to article

The secant method is an iterative numerical method for finding a zero of a function f. Given two initial values x0 and x1, the method proceeds according
Bisection method (2,800 words) [view diff] exact match in snippet view article find links to article
Algorithm for finding a zero of a function
Golden-section search (2,600 words) [view diff] exact match in snippet view article find links to article
interval. The Bisection method is a similar algorithm for finding a zero of a function. Note that, for bracketing a zero, only two points are needed, rather
Brent's method (2,495 words) [view diff] case mismatch in snippet view article find links to article
"Chapter 4: An Algorithm with Guaranteed Convergence for Finding a Zero of a Function", Algorithms for Minimization without Derivatives, Englewood Cliffs
Binary search (9,657 words) [view diff] exact match in snippet view article find links to article
and partition_point(). Bisection method – Algorithm for finding a zero of a function – the same idea used to solve equations in the real numbers Multiplicative