Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 706 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 706 Bytes

[cs2solutions]

Python solution and helper package for the Control Systems II Jupyter Notebooks at ETHz. Exercise Notebooks can be found on: https://github.com/idsc-frazzoli/CS2-2024-notebooks

pip Installation

The cs2solutions package can be installed directly using '%pip install cs2solutions' in the Jupyter notebook or 'pip install cs2solutions' in the terminal.

pip install cs2solutions

Manual installation guide, such as for code contributions, can be found in the update guide.

Features

Contains:

  • Utility functions for control systems, such as plotting and generic formulas
  • Solutions for all notebooks
  • Unit tests to check student implementations of code