This repository is meant to provide numerical methods to solve math problems using Python based on already existing numerical approches. Various algorithms are implemented in this project to approximate equations and problems which are not easily solvable by generic formulas.
- Root finding methods (Bisection, Secant, Newton's, .etc)
- Interpolation methods (Lagrange Polynomials, Newton Divided Difference, Forward Difference, .etc)
- Numerical Differentiation & Integeration (Trapezoid Rule, Simpson's Rule, .etc)
- Systems Of Linear Equations (Direct Methods, Iterative Methods(
- Numerical Solutions to Partial Differential Equations
- Error Analysis
This project is licensed under the MIT License - see the LICENSE file for details.