control

Package — ScientificPython 3.7+Expert

Control systems library: transfer functions, state space, frequency response

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
NumPy, SciPy, matplotlib
Install
pip install control

Learn by Difficulty

Quick Example

python
# Install: pip install control
import control

# Basic control usage
print(f"Using control")
# See documentation for detailed examples

control is a third-party package. Control systems library: transfer functions, state space, frequency response. Install with: pip install control

Try in Playground

Tags

packagescientificengineeringresearch