Skip to content

Algorithms to implement Numerical Methods for Engineering Problems.

Notifications You must be signed in to change notification settings

mig-elgt/numerical-methods

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages