Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lorransutter/discretemethods

Discrete methods library
https://github.com/lorransutter/discretemethods

discrete-mathematics euler-method finite-difference numpy python3 runge-kutta-4 runge-kutta-fehlberg secant-method

Last synced: 28 days ago
JSON representation

Discrete methods library

Awesome Lists containing this project

README

        

# Discrete Methods

Library create in order to have useful procedures in Métodos Discretos (Discrete Methods) course of [Universidade Federal de Juiz de Fora](http://www.ufjf.br/ufjf/)

## :pencil: Dependencies

```sh
pip3 install numpy
```

## :mag: Methods

- Norm
- Inifinity norm
- Central finite difference (3rd order)
- Secant method
- Forward Euler method
- Backward Euler method
- Runge-Kutta 4th order method
- Runge-Kutta-Fehlberg method