Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 400 Bytes

File metadata and controls

4 lines (4 loc) · 400 Bytes

Root-finding-algorithms

Root-finding algorithms are mathematical and computational methods used to find the zeros or roots of continuous functions. These algorithms involve making an initial guess and then iteratively refining that guess until the root is found. There are many different root-finding algorithms, including the bisection algorithm, the Newton-Raphson method, and the secant method