Skip to content

Supomera/numerical_methods

Repository files navigation

numerical_methods

There are several numerical methods;

  • To find derivative of a function (Backward, Central, and Forward Methods)
  • To find roots of a function (Bisection, Newton, Secant Methods, and Regula Falsi)
  • To find the solution vector for Ax = b matrix form (Gauss Seidel Method (It can be easily converted to Jacobian Method))
  • Methods for Differential Equations (Euler, Midpoint, Heun (Without Iteration!) Methods)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages