Skip to content

alienbrett/numerical-eqs-collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Numerical Methods

A collection of numerical routines (mostly built for various classes)

Includes:

  • Differential equation solvers
  • Quadrature methods
  • Function interpolation

Binder

To run locally, the package has to be installed, so I recommend using a virtualenv.

$ cd numerical-eqs-collection
$ virtualenv venv
$ source venv/bin/activate
$ pip install -e .
$ jupyter # to spin up an instance that can run the notebook files

The package will then be importable under numerical_eqs

Alternatively, I recommend using binder to evaluate the code, so you won't need any setup on your end.

Binder

About

A collection of ODE solvers and PDE solvers (mostly built for various classes)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published