Chapter | # | Slide Deck (HTML) | |
---|---|---|---|
Introduction | 0.1 | ||
Dynamical Systems | 1.1 | ||
1.2 | |||
1.3 | |||
1.4 | |||
Linear Time-Invariant Systems | 2.1 | ||
2.2 | |||
2.3 | |||
Controller Design | 3.1 | ||
3.2 | |||
3.3 | |||
Observers | 4.1 |
The course materials are also available as Jupyter notebooks. To view, execute and edit them:
-
Download and extract this zip archive.1
-
Inside the project directory, type the terminal command
pixi run start
.
Alternatively, if want to use the conda package manager instead of pixi, skip step 1.,
perform step 2. as above, and then inside the project directory, type conda env create -f environment.yml
to create the conda project environment (once and for all). Then whenever you want to browse
the notebooks, type conda activate control-engineering-with-python
and then jupyter lab
.
🚧 Coming soon! 🚧
This work is licensed under a Creative Commons Attribution 4.0 International License.
Footnotes
-
or alternatively, if you are a git user,
git clone
thegh-pages
branch of the current repository. ↩