Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghaiszaher/interpolation-and-numerical-integration
Function interpolation using Newton & Lagrange Methods and Numerical Integration using Trapezoidal Integral & Simpson's
https://github.com/ghaiszaher/interpolation-and-numerical-integration
Last synced: about 2 months ago
JSON representation
Function interpolation using Newton & Lagrange Methods and Numerical Integration using Trapezoidal Integral & Simpson's
- Host: GitHub
- URL: https://github.com/ghaiszaher/interpolation-and-numerical-integration
- Owner: ghaiszaher
- Created: 2019-05-20T18:56:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-20T21:54:02.000Z (over 5 years ago)
- Last Synced: 2024-10-11T11:32:37.198Z (3 months ago)
- Language: C#
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Interpolation & Numerical Integration
Project contains:
* Function interpolation using Newton & Lagrange Methods
* Numerical Integration using Trapezoidal Integral & Simpson's## Note
Code is written using C# Windows Forms in 2012