Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

Newton Raphson Method

Open Anirudh3167 opened this issue 2 years ago • 4 comments

Is your feature request related to a problem? Please describe. This is a root finding technique for a given equation without the need of specifying the intervals

Describe the solution you'd like The Newton-Raphson method, also known as Newton's method, is a numerical algorithm used to find the root of a function. It is an iterative process that uses the derivative of the function to approximate the root more efficiently than the bisection method or the secant method

Describe alternatives you've considered None

Additional context This method is considered as one of the fastest methods than the Bi section and Secant method as the number of iterations taken will be reduced as quadratic (i.e. Quadratic Convergence)

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

@Kumar-laxmi Could this issue be assigned to me as it's been over a week.

VSatwika avatar Jun 22 '23 06:06 VSatwika

I have already done the code.

Most of the time was consumed by the function customisation.

I will submit the PR by tomorrow

Anirudh3167 avatar Jun 22 '23 06:06 Anirudh3167

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]