Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/leynier/numerical-integral-equation

School project about Numerical Integral Equation of the Computer Science degree of the Faculty of Mathematics and Computing of the University of Havana.
https://github.com/leynier/numerical-integral-equation

computer-science matcom numerical-integral-equation school-project university-of-havana

Last synced: 1 day ago
JSON representation

School project about Numerical Integral Equation of the Computer Science degree of the Faculty of Mathematics and Computing of the University of Havana.

Awesome Lists containing this project

README

        

# Numerical Integral Equation

School project about Numerical Integral Equation of the Computer Science degree of the [Faculty of Mathematics and Computing](http://www.uh.cu/ciencias-de-la-computacion) of the [University of Havana](http://www.uh.cu).

## Getting started

### Install dependencies

```[bash]
pip install -r requirements.txt
```

### For run samples

```[bash]
python main.py samples
```

### For run program

```[bash]
python main.py
```