Enable scalar division of state-space objects by roryyorke · Pull Request #811 · python-control/python-control

added 2 commits

December 10, 2022 11:59
Attempt division by any non-LTI and non-NameIOSystem by translating G
/ k to G * (1/k).

Division of StateSpace by TransferFunction, etc., unchanged.
These aren't used in Python 3.

murrayrm

sawyerbfuller

sawyerbfuller

@roryyorke