Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/leynier/numerical-integral-equation
- Owner: leynier
- License: mit
- Created: 2019-12-04T03:20:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-06T22:03:07.000Z (over 1 year ago)
- Last Synced: 2024-12-17T04:08:07.677Z (5 days ago)
- Topics: computer-science, matcom, numerical-integral-equation, school-project, university-of-havana
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- cuban-opensource - numerical-integral-equation
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
```