This repository holds many of my implementations of numerical methods, with the intent of preservation, improving and reimplementing in different programming languages for learning purposes.
- Bisection Method
- Gaussian Elimination Method (+ pivot modification)
- False Position Method
- Runge-Kutta Method of order II and IV
- Newton Raphson Method (+ a modification)
- Secant Method
- Hermite Polynomial
- Steffensen's Method
- Euler Method
- Lagrange Polynomial
- Jacobi Method
- Gauss-Seidel Method
- Adams-Bashforth of order IV
- Adams-Moulton of order II
- MATLAB/Octave
- Python
- Julia
- C++
- Rust
- R
This repository is under the GNU General Public License v3.0, all use allowed unless used for closed source projects.