Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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