Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit129a053

Browse files
authored
Merge pull request#331 from bnavigator/remove-negate-comment
remove docstring about second sys in negate()
2 parentsc65263f +584734c commit129a053

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

‎control/bdalg.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -169,11 +169,6 @@ def negate(sys):
169169
This function is a wrapper for the __neg__ function in the StateSpace and
170170
TransferFunction classes. The output type is the same as the input type.
171171
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-
177172
Examples
178173
--------
179174
>>> sys2 = negate(sys1) # Same as sys2 = -sys1.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp