mig-elgt / numerical-methods

Algorithms to implement Numerical Methods for Engineering Problems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Numerical-Methods

Algorithms to implement Numerical Methods for Engineering Problems.

Solutions of No Linear Equation

  • Simple Iteration
  • Bisection
  • Regula Falsi
  • Secante
  • Newton Raphson
  • Newton Raphson Improved

Solutions of No Linear Equation

  • Gauss Elimination
  • Gauss Jordan Method

Interpolation

  • Linear Interpolation Method
  • Lagrange Interpolation
  • Newton's Divided Difference Interpolation

Curve Fitting

  • Least Squares

Lagrange Method

Alt text

Alt text

Alt text

Alt text

Alt text

Gauss Jordan Method

Alt text

Alt text

Alt text

Alt text

About

Algorithms to implement Numerical Methods for Engineering Problems.


Languages

Language:C++ 100.0%