Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 509 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 509 Bytes

Pyndamics3

This file will become your README and also the index of your documentation.

Install

pip install pyndamics3

How to use

Some simple examples.

from pyndamics3 import Simulation
pyndamics3  version  0.0.2
sim=Simulation()
sim.add("p'=a*p*(1-p/K)",1,plot=True)
sim.params(a=1,K=50)
sim.run(50)

<Figure size 432x288 with 0 Axes>