Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhairparis/the-methods
The methods are a project created for the subject of numerical analysis, based on books such as Matemáticas para Ingeniería. Métodos numéricos con Python (2017) Análisis numérico / Richard L. Burden, J. Douglas Faires
https://github.com/jhairparis/the-methods
analysis mathematics numerical-analysis python windows11
Last synced: 9 days ago
JSON representation
The methods are a project created for the subject of numerical analysis, based on books such as Matemáticas para Ingeniería. Métodos numéricos con Python (2017) Análisis numérico / Richard L. Burden, J. Douglas Faires
- Host: GitHub
- URL: https://github.com/jhairparis/the-methods
- Owner: jhairparis
- License: other
- Created: 2023-09-21T05:18:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-16T01:05:59.000Z (about 1 year ago)
- Last Synced: 2024-11-11T16:55:54.631Z (about 2 months ago)
- Topics: analysis, mathematics, numerical-analysis, python, windows11
- Language: Python
- Homepage: https://jhairparis.com
- Size: 8.88 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# The methods
The methods are a project created for the subject of numerical analysis, based on books such as
- Matemáticas para Ingeniería. Métodos numéricos con Python (2017)
- Análisis numérico / Richard L. Burden, J. Douglas Faires## Use
Download .exe and execute [link](https://github.com/jhairparis/the-methods/releases)
or
With **Python 3.8.7** run each command in your terminal from windows
```bash
python -m venv envcd env/Scripts
activate.bat //In CMD or
Activate.ps1 //In Powershelcd ..
cd ..pip install -r requirements.txt
```
Look at examples [here](Examples.md)
To close project
```bash
deactivate
```## Build
```bash
pyinstaller.exe --onefile --windowed --icon=icons/icon.ico --name='The methods' main.py```
![](icons/license.png)