Feature description
Algorithm to Add
Brent’s Method for root finding (Numerical Analysis)
Description
Brent’s Method is a robust, efficient algorithm for finding zeros of functions, combining bisection, secant, and inverse quadratic interpolation. It is widely used in scientific computing.
Motivation
Adding Brent’s Method would enhance the set of numerical root-finding algorithms in this repository, as it is often considered the gold standard for reliability and speed.
I would like to implement and contribute this algorithm.
This issue is created as part of Hacktoberfest 2025.
Feature description
Algorithm to Add
Brent’s Method for root finding (Numerical Analysis)
Description
Brent’s Method is a robust, efficient algorithm for finding zeros of functions, combining bisection, secant, and inverse quadratic interpolation. It is widely used in scientific computing.
Motivation
Adding Brent’s Method would enhance the set of numerical root-finding algorithms in this repository, as it is often considered the gold standard for reliability and speed.
I would like to implement and contribute this algorithm.
This issue is created as part of Hacktoberfest 2025.