Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
linf
infinity norm
Syntax
linf(g [,eps],[tol])
Arguments
- g
is a
syslin
linear system.- eps
is error tolerance on n.
- tol
threshold for imaginary axis poles.
Description
returns the L_infinity norm of g
.
n=sup [sigmax(g(jw)] w
(sigmax largest singular value).
Report an issue | ||
<< hinf | H-infinity | linfn >> |