Skip to main content

A package for working with system dynamics symbolically and numerically

Project description

PyPI

DySys

A Python package for system dynamics and control systems utilities (using numpy, sympy, and control)

Installation

This package now published on PyPI and can be installed with

pip install dysys

Usage

To import the package into a script, use

import dysys as ds

Create a symbolic state-space model:

A = [[-4, -3, 0], [0, -8, 4], [0, 0, -1]]
B = [[0], [1], [0]]
C = [[0, 1, 0]]
D = [[0]]
sys = ds.sss(A, B, C, D)  # Create a symbolic state-space model

Now call

For further usage, see the documentation in the code.

Issues

If you have issues, please report them on the issues page.

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

dysys-0.1.2.tar.gz (6.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dysys-0.1.2-py3-none-any.whl (8.2 kB view details)

Uploaded Python 3

File details

Details for the file dysys-0.1.2.tar.gz.

File metadata

  • Download URL: dysys-0.1.2.tar.gz
  • Upload date:
  • Size: 6.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.0 CPython/3.11.8 Darwin/23.2.0

File hashes

Hashes for dysys-0.1.2.tar.gz
Algorithm Hash digest
SHA256 93d313f2a9dd839b8a5832fb62e03d5534475c8dc2b6830cfacf0df9fbe9a98c
MD5 89320a00979a3701e418bf7c0333e115
BLAKE2b-256 cfa876d073fa0f0b16cbcaa056f5daf3c118c5169c20430cb6cc762244443ca7

See more details on using hashes here.

File details

Details for the file dysys-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: dysys-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 8.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.0 CPython/3.11.8 Darwin/23.2.0

File hashes

Hashes for dysys-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 05930d158ac01344019e78387be396b547aa2f1d318d4749120debee70831c7e
MD5 0c12d3b363ac9b6aefb3e6579d1f0b87
BLAKE2b-256 2023f638eb2a0e2c8660527afdde3f4b41d2b4299d2961f3a4d8ec8bf07763d0

See more details on using hashes here.

Supported by

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