Skip to content

This collection is dedicated to providing efficient and well-organized implementations of various numerical methods used in scientific computing and engineering.

License

Notifications You must be signed in to change notification settings

Tanvir-Mahamood/Numerical-Methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Numerical Methods

This repository contains implementations of various numerical methods commonly used in scientific computing. These methods were practiced in a Numerical Methods course and can be a valuable resource for students, researchers, and anyone interested in learning about numerical methods.

Covered Methods

The repository includes implementations for the following numerical methods:

  1. Integration
    • Trapezoidal Rule
    • Simpson's 1/3 Rule
    • Simpson's 3/8 Rule
    • Differentiation
  2. Solution of Ordinary Differential Equations
    • Euler's Method
    • Modified Euler's Method
  3. Root Finding Methods for Polynomial Equations
    • Bisection Method
    • False Position Method
    • Iteration Method
    • Newton-Raphson Method
    • Secant Method
  4. Interpolation
    • Newton's Forward Interpolation
    • Newton's Backward Interpolation
    • Gauss Forward Interpolation
    • Gauss Backward Interpolation
    • Lagrange Interpolation
  5. Least Square Curve Fitting
    • Fitting different curves with error calculations

๐Ÿ“„ License

This project is open source and available under the Apache 2.0 License.

About

This collection is dedicated to providing efficient and well-organized implementations of various numerical methods used in scientific computing and engineering.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages