Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

Secant method

Open Anirudh3167 opened this issue 1 year ago • 2 comments

Is your feature request related to a problem? Please describe. This is an algorithm used for finding the roots of a given equation in a specific interval

Describe the solution you'd like The secant method is a numerical algorithm used to find the root of a function. It is similar to the bisection method but instead of using an interval, it uses a sequence of approximations to the root. The secant method is an iterative process that approximates the root by drawing secant lines between two points on the function curve.

Describe alternatives you've considered None

Additional context This algorithm will find the roots of the equation

Kindly assign this issue to me

Anirudh3167 avatar Jun 11 '23 13:06 Anirudh3167

Assigned! @Anirudh3167 : C, C++, Python and Java

Kumar-laxmi avatar Jun 13 '23 13:06 Kumar-laxmi

I would like to work on this issue, kindly assign this to me.

Tanyamodi avatar Jul 14 '23 05:07 Tanyamodi

Stale issue message

github-actions[bot] avatar May 22 '24 16:05 github-actions[bot]