yakout / numerical-methods

Implementation for different numerical algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

numerical-methods

Root finding algorithms

  • Bisection
  • The false position
  • Fixed-point
  • Newton-Raphson
  • Secant method

Systems of linear equations algorithms

  • Gauss method
  • Gauss-Jordan method
  • LU decomposition
  • Jacobi iterative method
  • Gauss-Seidel