-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Joaquin Andresen
committed
Jun 18, 2022
1 parent
fd48af2
commit 337f19e
Showing
2 changed files
with
33 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,31 @@ | ||
# tp-numerico-fiuba | ||
# TP Numérico 1C 2022 | ||
|
||
### Librerías | ||
- Pandas | ||
- OS | ||
|
||
### Instrucciones para correr | ||
|
||
Antes de correr el programa asegurese de tener instaladas las librerías, en caso de no tenerlas, se deben instalar utilizando | ||
|
||
```bash | ||
pip3 pandas | ||
pip3 os | ||
``` | ||
|
||
Una vez instaladas las librerías, debe pararse en el directorio donde se encuentra el archivo euler.py, luego ejecute el siguiente comando: | ||
|
||
```bash | ||
python3 euler.py | ||
``` | ||
|
||
El programa va a generar una planilla de excel con los resultados. | ||
|
||
### Modificaciones | ||
|
||
Las variables que se pueden modificar son las siguientes: | ||
|
||
- NP (promedio de los padrones) | ||
- h (paso del tiempo) | ||
- i (iteraciones) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters