AbhinavAtrishi / Numerical-Methods

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Numerical Methods

This repository contains the C++ implementation of the algorithms taught in Numerical Methods(EO021) course, taught at NSIT Delhi.

Currently implemented solutions are:

  1. Methods to solve Polynomial and Transcendental Equations
  • Method of Bisection
  • Secant Method
  • Regular Falsi Method
  • Newton Raphson Method
  1. Numerical Integration Methods
  • Trapezoidal Rule
  • Simpsons 1/3 Rule
  1. Methods to solve Ordinary Differential Equations
  • Euler's Method
  • Fourth Order Runge-Kutta Method
  1. Interpolation
  • Lagrange Interpolation

About


Languages

Language:C++ 100.0%