Skip to content

Latest commit

 

History

History
69 lines (49 loc) · 3.23 KB

README.rst

File metadata and controls

69 lines (49 loc) · 3.23 KB

pyCollocation

Build Status Coverage Status Codacy Badge Latest Version Downloads DOI

Python package for solving initial value problems (IVP) and two-point boundary value problems (2PBVP) using the collocation method with various basis functions. Currently I have implemented the following basis functions:

Installation

Assuming you have pip on your computer (as will be the case if you've installed Anaconda) you can install the latest stable release of pycollocation by typing

pip install pycollocation

at a terminal prompt.

Example notebooks

Economics

There are a number of example notebooks that demonstrate how to use the library to solve seminal models in the economics literature.

Physics

More notebooks will be added in the near future (hopefully!)