Man Scilab

linf
Scilab Function

linf - infinity norm

Calling Sequence

linf(g [,eps],[tol])

Parameters

Description

returns the L_infinity norm of g .


    n=sup [sigmax(g(jw)] 
       w
   
    

(sigmax largest singular value).

See Also

h_norm ,   linfn ,  

Back