Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 272 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 272 Bytes

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