amannan-123 / numerical-methods

Numerical methods implementation in C++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Numerical Methods

This repo contains implementation of following numerical methods in C++:

  1. Derivation
    1. Newton Forward
    2. Newton Backward
  2. Integration
    1. Trapeziodal
    2. Simpson's 1/3
    3. Simpson's 3/8
    4. Boole
    5. Weddle
  3. Interpolation
    1. Newton Forward
    2. Newton Backward
    3. Gauss Forward
    4. Gauss Backward
    5. Lagrange
    6. Stirling
  4. Root Finding
    1. Bisection
    2. Secant
    3. Regula Falsi
    4. Newton Raphson
  5. ODE
    1. Runge-Kutta
    2. Euler
    3. Picard
  6. Linear Equations
    1. Jacobi
    2. Gauss–Seidel

About

Numerical methods implementation in C++.


Languages

Language:C++ 100.0%