MMDPROJECT / NumericalAnalysisMethods

MIT License
1 stars 0 forks source link

Number Analysis

Intruduction

This repository encompasses a variety of numerical analysis techniques, including root finding, interpolation, regression, integration, and differentiation.

Installation

at first install python and install the library in the requirement.txt file using this command

pip install -r requirements.txt

and then run the main file.

python main.py

Methods:

Root finding:

  1. by section:

    Interpolation:

  2. Chebyshew: chebyshew
  3. Hermit: hermit
  4. Lagrange: lagrange
  5. Newton:  Newton
  6. Piecewise: piecewise

    Integral:

  7. Gaussian:
  8. Newton_cotes:
  9. Rectangle:
  10. Romberg:

    Non linear systems:

    nonLinearSystem

    Differential:

  11. Taylor series taylorSeries
  12. Interpolation

    Contrbution:

    Contributions are welcome! Please feel free to submit a pull request.