File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1910,16 +1910,17 @@ def linfnorm(sys, tol=1e-10):
1910
1910
-------
1911
1911
gpeak : non-negative scalar
1912
1912
L-infinity norm
1913
- fpeak : non-negatie scalar
1913
+ fpeak : non-negative scalar
1914
1914
Frequency, in rad/s, at which gpeak occurs
1915
1915
1916
1916
For stable systems, the L-infinity and H-infinity norms are equal;
1917
1917
for unstable systems, the H-infinity norm is infinite, while the
1918
1918
L-infinity norm is finite if the system has no poles on the
1919
1919
imaginary axis.
1920
1920
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
1923
1924
"""
1924
1925
1925
1926
if ab13dd is None :
You can’t perform that action at this time.
0 commit comments