bisektiomenetelmä
The bisection method is a root-finding algorithm used in numerical analysis to find a root of a continuous function. It relies on the intermediate value theorem, which states that if a continuous function has values of opposite sign at two points, then it must have at least one root between those two points.
The method begins by selecting an interval [a, b] such that f(a) and f(b) have opposite signs.
The bisection method is guaranteed to converge to a root if an initial interval containing a root