Skip to content

Tclack88/numerical_solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

numerical_solutions

Numerical solutions to differential equations. Animated

https://github.com/Tclack88/blog/blob/gh-pages/assets/dynamical_systems/dynamic systems.png Read more about the project on my blog

non-standard dependencies:

            matplotlib      -       pip install matplotlib
            pygame          -       pip install pygame
            scipy           -       pip install scipy
            numpy           -       pip install numpy

Animations implemented separately:

  • using Matplotlib's Animation library
  • pygame (I've had past experience from this and it performs much faster)

It's not quite modular. The system of equations must be found, but the plotting has to be revisited in both pieces of code and you have to be careful in choosing what to draw/render.

About

Numerical solutions to differential equations. Animated

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages