Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lross2k/numerical-methods
- Owner: lross2k
- License: gpl-3.0
- Created: 2022-05-24T23:38:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-11T19:27:45.000Z (about 2 years ago)
- Last Synced: 2023-04-27T07:27:47.465Z (over 1 year ago)
- Topics: matlab, numerical-methods, octave, python
- Language: MATLAB
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.