norminf(a)

Returns the infinity norm of matrix a.


See also norm1 norm2 normf 


Example


a = ( 1, 2 ; 3, 1 )

1  2

3  1

norminf( a )

4