Skip to content

Some numerical methods implemented in different languages

License

Notifications You must be signed in to change notification settings

lross2k/numerical-methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Some numerical methods implemented in different languages

Topics

Resources

License

Stars

Watchers

Forks

Languages