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)
- Host: GitHub
- URL: https://github.com/s1998/scientific-computing
- Owner: s1998
- Created: 2017-09-29T11:32:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-05T13:10:12.000Z (about 8 years ago)
- Last Synced: 2025-02-01T18:27:25.025Z (11 months ago)
- Language: C++
- Size: 234 KB
- Stars: 0
- Watchers: 2
- 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)