8000 Fix docstring, and add reference to slycot.ab13dd · python-control/python-control@c941cdd · GitHub
[go: up one dir, main page]

Skip to content

Commit c941cdd

Browse files
committed
Fix docstring, and add reference to slycot.ab13dd
1 parent 0b86c62 commit c941cdd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

control/statesp.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1910,16 +1910,17 @@ def linfnorm(sys, tol=1e-10):
19101910
-------
19111911
gpeak : non-negative scalar
19121912
L-infinity norm
1913-
fpeak : non-negatie scalar
1913+
fpeak : non-negative scalar
19141914
Frequency, in rad/s, at which gpeak occurs
19151915
19161916
For stable systems, the L-infinity and H-infinity norms are equal;
19171917
for unstable systems, the H-infinity norm is infinite, while the
19181918
L-infinity norm is finite if the system has no poles on the
19191919
imaginary axis.
19201920
1921-
For systems with an undefined time base (i.e., sys.dt is None), a
1922-
ValueError is raised.
1921+
See also
1922+
--------
1923+
slycot.ab13dd : the Slycot routine linfnorm that does the calculation
19231924
"""
19241925

19251926
if ab13dd is None:

0 commit comments

Comments
 (0)
0