Skip to content

anupamsaikia/nmcp

Repository files navigation

Numerical Methods and Computer Programming (NMCP)

This repository shows implementation of different Numerical Methods using C program. All these methods & programs are in the subject of NMCP (MA401) in B.Tech 4th semester, Central Institute of Technology, Kokrajhar

Transcendental and Polynomial Equations

Methods of iteration for finding solution of transcendental and equations:

  1. Bisection Method
  2. Regula-Falsi Method
  3. Newton Raphson Method
  4. Secant Method
  5. Successive Approximation Method

Curve Fitting and Interpolation

  1. Linear curve fitting
  2. Lagrange’s Interpolation Formula

Numerical Differentiation & Integration

Numerical Integration:

  1. Trapezoidal Rule
  2. Simpson’s one-third Rule

Numerical Solution of Ordinary Differential Equations

  1. Euler Method
  2. Improved Euler Method
  3. Modified Euler Method
  4. Runge - Kutta 4th order Method
  5. Runge - Kutta 3rd order Method

About

This repository shows implementation of different Numerical Methods using C program

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages