Dynamics-and-Control
Dynamics-and-Control copied to clipboard
Jupyter notebooks for Dynamics and Control
[This template](https://github.com/firasm/jupyterbook_course_template) is an excellent version of what is possible.
In the current rendering on readthedocs [1], Slycot wasn't installed when the example was run. Slycot 0.4.0 is available from conda-forge for Linux, Windows, and macOS (all 64-bit only). [1]...
The idea of finding parameters by matching coefficients is used often in textbooks, for instance to find the matching PID parameters for a DS or IMC design.
No explanation of how to install keras
This appears to need slycot these days, perhaps add instructions on the correct install procedure or get rid of the dependency
Hi! I just came across your great collection of notebooks (almost a textbook in fact). While reading, I noticed a typo in the last link of https://dynamics-and-control.readthedocs.io/en/latest/2_Control/2_Laplace_domain_analysis_of_control_systems/Stability%20analysis.html > How can...
You're probably aware of this but there is a new [control module](https://docs.sympy.org/latest/modules/physics/control/control.html) under development in Sympy now which should make some of the tasks you are teaching easier. Just thought...