Skip to content

Add Brent’s Method for root finding (Numerical Analysis) #13047

@harshgupta2125

Description

@harshgupta2125

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementThis PR modified some existing files

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions