The bi section method is an algorithm for finding the root of a continuous function between two points where the function values have opposite signs. It works by repeatedly bisecting the interval and determining if the midpoint value is positive or negative, narrowing in on the root by half the interval length each iteration until a small enough interval is found.
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
15 views
Bisection Method
The bi section method is an algorithm for finding the root of a continuous function between two points where the function values have opposite signs. It works by repeatedly bisecting the interval and determining if the midpoint value is positive or negative, narrowing in on the root by half the interval length each iteration until a small enough interval is found.