Skip to content

ankanbose848/Numerical-methods

Repository files navigation

Numerical Methods

This is a repository that contains codes for the different algorithms of Numerical Methods.

Contents :

  1. Bisection method to find root of an equation.
  2. Regula Falsi method to find root of an equation.
  3. Newton Rhapson method to find root of an equation.
  4. Euler's method to find the value of a differential equation.
  5. Runge Kutta's method to find the value of a differential equation.
  6. Lagrange's Interpolation method
  7. Newton Forward Interpolation
  8. Newton Backward Interpolation
  9. Numerical Integration using Trapezoidal Rule
  10. Numerical Integration using Simpson's 1/3 Rule
  11. System of Linear Equations

Language used: C

About

Numerical Methods Algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages