shaswata56 / Numerical_Analysis

Numerical Analysis course repository.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Numerical Analysis

Root finding methods:

  • Bisection Method
  • False Position Method (Regula Falsi)
  • Newton Raphson Method

Linear equation solving methods:

  • Gauss-Seidel Method
  • Gauss-Jaccobi Method

Differential equation solving methods:

  • Euler's Method
  • Runge-Kutta Method