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

https://github.com/s1998/scientific-computing

Contains methods for root finding (Bisection method, newton's method, Secant method) and interpolation (Lagrange, Newton divided difference, Spline)
https://github.com/s1998/scientific-computing

Last synced: 3 months ago
JSON representation

Contains methods for root finding (Bisection method, newton's method, Secant method) and interpolation (Lagrange, Newton divided difference, Spline)

Awesome Lists containing this project

README

          

# scintific-computing
Contains methods for root finding (Bisection method, newton's method, Secant method) and interpolation (Lagrange, Newton divided difference, Spline)