About this document
Bisection Method Algorithm Guide by Sasal Marcon Arengh is a document available to read on EtoBox.
The document describes algorithms for three root finding methods: the bisection method, the regula falsi method, and the Newton-Raphson method. For each method, it provides the step-by-step algorithm and includes C code examples to implement the method. The algorithms take initial guesses and an error tolerance as input and iteratively find a root of the function by updating the guesses until the error is below the tolerance.
- Author
- Sasal Marcon Arengh
- Language
- EN