Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/apurva313/numerical-method

Join me in discovering innovative solutions for mathematical challenges. From optimization to simulations, let's journey through the realm of algorithms together.
https://github.com/apurva313/numerical-method

algorithms bisection-method c cpp euler-method gauss-elimination gauss-elimination-method lagrange-interpolation newton-interpolation newton-raphson numerical-methods regulafalsi-method runga-kutta-method secant-method simpson-method taylor-series trapezoidal-method trapezoidal-rule weddle-s-rule

Last synced: 1 day ago
JSON representation

Join me in discovering innovative solutions for mathematical challenges. From optimization to simulations, let's journey through the realm of algorithms together.

Awesome Lists containing this project

README

        

# Numerical Methods

Numerical methods greatly expand the types of problems you can address. They are capable of handling large systems of equations nonlinearities, and complicated geometries that are not uncommon in engineering and science and that are often impossible to solve analytically with standard calculus.

![numerical-methods](https://github.com/apurva313/Numerical_Method/assets/102182985/e0215f7b-0483-4246-8818-9d80f7b8c987)

## Authors

- [@apurva313](https://www.github.com/apurva313)

## Features

- Runge-Kutta Methods
- Bisection Methods
- Secant Methods
- Newton Raphson Methods
- Lagrange Methods
- Euler's Methods
- Taylor's Methods
- LU Factorization Methods
- Newton Forward
- Newton Backward
- GaussElimination Method
- Regula Falsi Methods
- Simpsonsonethird Rule
- Trapezoidal Rule
- Weddles Rule