Skip to main content

Python Numerical Dynamics Simulator

Project description

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>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyndamics3-0.0.36.tar.gz (34.0 kB view hashes)

Uploaded Source

Built Distribution

pyndamics3-0.0.36-py3-none-any.whl (33.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page