Skip to content

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

License

Notifications You must be signed in to change notification settings

jhairparis/the-methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The methods

Icon 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

or

With Python 3.8.7 run each command in your terminal from windows

python -m venv env

cd env/Scripts

activate.bat //In CMD or
Activate.ps1 //In Powershel

cd ..
cd ..


pip install -r requirements.txt

Look at examples here

To close project

deactivate

Build

pyinstaller.exe --onefile --windowed --icon=icons/icon.ico --name='The methods' main.py

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages