Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 234 Bytes

File metadata and controls

7 lines (6 loc) · 234 Bytes

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