NumericalMethods Numerical methods designed to solve numerical problems, implemented using python and numpy. Contents Root Finding Incremental Search Bisection Search Newton-Raphson Method Secant Method Solving Linear Equations Naive Gaussian Elimination and Substitution Gaussian Elimination and Substitution with Partial Pivoting Gauss-Seidel Iterative Method LU Decomposition to invert a matrix Feel free to pull request! :D