We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c65263f + 584734c commit 129a053Copy full SHA for 129a053
control/bdalg.py
@@ -169,11 +169,6 @@ def negate(sys):
169
This function is a wrapper for the __neg__ function in the StateSpace and
170
TransferFunction classes. The output type is the same as the input type.
171
172
- If both systems have a defined timebase (dt = 0 for continuous time,
173
- dt > 0 for discrete time), then the timebase for both systems must
174
- match. If only one of the system has a timebase, the return
175
- timebase will be set to match it.
176
-
177
Examples
178
--------
179
>>> sys2 = negate(sys1) # Same as sys2 = -sys1.
0 commit comments