Add type error checks, unit tests, documentation for real-valued systems by murrayrm · Pull Request #1142 · python-control/python-control

This PR addresses #1141 which suggested putting in checks for unsupported coefficient types in transfer functions (specifically complex numbers). This PR does that, including some small additions to the documentation and unit tests.

Note that attempting to pass a complex coefficient for a state space system was already caught as an error.