Kumar-laxmi / Algorithms

A Repository for algorithms in C, C++, Python and Java
Apache License 2.0
326 stars 367 forks source link

Newton_Raphson_Method #1731

Closed AdarshInDev closed 1 year ago

AdarshInDev commented 1 year ago

🛠️ Issue (Number)

Issue no #

👨‍💻 Changes proposed

Adding a new algorithm in the maths directory under C++ ....namely Newton_raphson method

✔️ Check List (Check all the applicable boxes)

📄 Note to reviewers

This Algorithm (Newton_Raphson_Method) I added is used to Find roots of polynomial equations to a certain Accuracy.

📷 Screenshots

Screenshot 2023-07-15 130606

github-actions[bot] commented 1 year ago

Thanks for your contribution we will soon check your PR @AdarshInDev :)

AdarshInDev commented 1 year ago

@Kumar-laxmi please review ,and tell if I have to contribute same code in different languages too........