Skip to content

yakout/numerical-methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

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