Skip to content

francescoseccamonte/odesolvers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ODE Solvers in Python

Travis status Codecov status MIT license

This repository contains simple Python implementations of some numerical solvers for ODEs.


HOW TO USE THE PACKAGE

The package is currently not distributed anywhere.

You can clone the repository and do the following:

  1. Create virtual environment:
$ cd <project-home>
$ python3 -m venv .env
  1. Activate virtual environment
$ source .env/bin/activate
  1. Install package for testing in the virtual environment
$ python3 setup.py develop
  1. Import the package and use it!

Releases

No releases published

Packages

No packages published

Languages