/Numerical-Analysis-using-Matlab

Numerical Analysis Code in Matlab

Primary LanguageMATLAB

Numerical Analysis Using Matlab

Curve Fitting

  • Interpolation

  • Linear Fit

  • Quadratric Fit

  • 3rd & 4th Order Fit

Numerical Differentiation

  • Newton Forward Interpolation
  • Newton Backward Interpolation
  • Stirling Central Formula

Numerical Integration

Root Finding

  • Bisection method
  • Newton Method
  • Fixed Point Method
  • Regular Falsi Method
  • Newton Raphson Method