Skip to content

DeepBurner/numerical-methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Numerical methods in MATLAB

Many of the commonly used implementations of numerical methods used commonly in engineering and natural sciences, especially in modeling and simulations can be found here.

  • Least squares error approximation
  • Ordinary differential equations
    • Euler's method
    • Euler-Cromer method
    • Midpoint method
    • Leapfrog method
    • Verlet method
    • Velocity Verlet method
  • 4th Order Runge-Kutta Method
  • Runge-Kuttta-Fehlberg Method (a.k.a. adaptive Runge-Kutta)
  • Discrete-Finite Fourier Transform
  • DFT with Fast Fourier Transform
  • Solving the Poisson's Equation using Jacobi method

About

Numerical calculation methods implemented in MATLAB

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages