/Numerical-Methods

Primary LanguagePythonMIT LicenseMIT

Numerical-Methods

  • Jacobi method
  • Gause-seidal method
  • Gause elimiantion method
  • Gause jordan method
  • Crouts Method (only genrates L and U triangular matrix )
  • Bisection Method
  • Secant method
  • Regula falsi
  • Newton raphson (+ Non homogenous single script)

Setup

git clone <this repo>
cd Numerical-Methods 
pip install -r requirements.txt 

Usage

Jacobi method Jacobi method
Gause-seidal method Gause-seidal method

Todo

  • Crouts with complete solution table
  • Interpolation