devanshuThakar / Numerical-Methods

This repositary contains the MATLAB implementation of main numerical methods like Newton-Raphson, Simpson's integration and numerical ODE solver.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Numerical-Methods

This repositary contains the MATLAB implementation of main numerical methods like Newton-Raphson, Simpson's integration and numerical ODE solver.

  1. Root Finder
    1. Bisection
    2. Euler
    3. Newton-Raphson
  2. Linear Equations
    1. Gauss Elimination
    2. Gauss Seidel
    3. Thomas Algorithm
  3. Numerical Integration
    1. Trapezoidal
    2. Simpson
  4. ODEs and PDEs
    1. Finite Difference Method
    2. Explicit Euler
    3. Heuns-RungeKutta-Midpoint
    4. Crank Nicholson
    5. Implicit Euler
    6. Alternating Direction Implicit (ADI)

About

This repositary contains the MATLAB implementation of main numerical methods like Newton-Raphson, Simpson's integration and numerical ODE solver.


Languages

Language:MATLAB 100.0%