Metadata-Version: 2.1 Name: StateModelRnD Version: 0.4.2 Summary: A library for finding State Space models of dynamical systems. Home-page: https://github.com/CameronDevine/StateModelRnD Author: Cameron Devine Author-email: camdev@uw.edu License: UNKNOWN Platform: UNKNOWN Classifier: Development Status :: 4 - Beta Classifier: Framework :: Jupyter Classifier: Intended Audience :: Education Classifier: Intended Audience :: Science/Research Classifier: License :: OSI Approved :: BSD License Classifier: Programming Language :: Python :: 2 Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.0 Classifier: Programming Language :: Python :: 3.1 Classifier: Programming Language :: Python :: 3.2 Classifier: Programming Language :: Python :: 3.3 Classifier: Programming Language :: Python :: 3.4 Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 Classifier: Operating System :: OS Independent Requires-Python: >=2.7 Description-Content-Type: text/markdown Requires-Dist: sympy (>=0.7.3) StateModelRnD is a package for finding the State Space models of dynamical systems. The package take input of the necessary equations in the form outlined by Rowell and Wormely in *System Dynamics: An Introduction*. The package then returns the state equation, state equation matricies, and transfer function.