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: 11 days ago
JSON representation
Contains methods for root finding (Bisection method, newton's method, Secant method) and interpolation (Lagrange, Newton divided difference, Spline)
- Host: GitHub
- URL: https://github.com/s1998/scientific-computing
- Owner: s1998
- Created: 2017-09-29T11:32:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-05T13:10:12.000Z (over 8 years ago)
- Last Synced: 2025-10-19T18:42:13.535Z (9 months ago)
- Language: C++
- Size: 234 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)