Skip to content

A program for ploting and analyzing any differential equation using numerical methods

Notifications You must be signed in to change notification settings

mfbsouza/numerical-methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Projeto de Metodos Numericos

Programa usando python 3, sympy e matplotlib para aproximação de equações diferencias

Requerimentos

  • Python 3
  • Sympy
  • Matplotlib Se voce ja tem python 3 instalado no seu Linux, parar instalar as bibliotecas use:
sudo python3 -m pip install -U sympy
sudo python3 -m pip install -U matplotlib

Rodando

python3 main.py

Exemplos de entrada: (metodo y0 t0 h n funcao)

  • euler 0 0 0.1 2 1-t+4*y

About

A program for ploting and analyzing any differential equation using numerical methods

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages