Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lross2k/numerical-methods

Some numerical methods implemented in different languages
https://github.com/lross2k/numerical-methods

matlab numerical-methods octave python

Last synced: 12 days ago
JSON representation

Some numerical methods implemented in different languages

Awesome Lists containing this project

README

        

# Numerical Methods
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.

## Methods Implemented
- 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

## Languages Used
- MATLAB/Octave

## Languages TODO
- Python
- Julia
- C++
- Rust
- R

## License
This repository is under the GNU General Public License v3.0, all use allowed unless used for closed source projects.