/numerical-methods

Numerical calculation methods implemented in MATLAB

Primary LanguageMATLABMIT LicenseMIT

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