An open API service indexing awesome lists of open source software.

https://github.com/notshrirang/numerical-methods

Numerical Methods for obtaining root of given polynomial or integrating given expression etc.
https://github.com/notshrirang/numerical-methods

numerical-methods

Last synced: about 1 year ago
JSON representation

Numerical Methods for obtaining root of given polynomial or integrating given expression etc.

Awesome Lists containing this project

README

          

# Numerical methods
1. Methods to find root of given polynomial. -> Newton-Raphson, Bisection method.
2. Method for integration -> Simpson's 1/3rd rule. Simpson's 3/8th rule

Runner code is the runnable file which can run Newton-Raphson and Bisection Methods.