Skip to content

me-zo/Numerical-Methods-Api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Numerical Methods API

What's this?

This is an API that solves math approximation problems by simulating the basic algorithms that humans use to approximate them.

So far, we have all the implemented methods as internal methods. However, we are working on making these methods accessible via an API:

API:

The API (still in-development) is structured as a Micro-Service application using FastAPI as the backbone of the API, with each router in a service of its own. The whole app is connected to KAFKA for logging usage resembled in the history service.

In This Project The Following Methods Are Implemented in 'main' branch:

1) Taylor Series Method.

2) Bisection Method.

3) False Position Method.

4) Newton-Raphson Method.

5) Secant Method.

6) Mullar's Method.

7) Golden Section Search Method.

8) Newton's Method.

9) Hassian Matrix.

10) Lagrange Interpolating Polynomial.

11) Newton's Interpolating Polynomial.

Output Sample Screenshots :