norminf

Navigation:  Language Reference > Functions > Matrix >

norminf

Previous pageReturn to chapter overviewNext page

Syntax

y = norminf(A);

Description

Returns the largest row sum of the absolute values of the matrix A:

 

Norminf

Examples

A = [1,2;3,ramp(1)];

y = norminf(A);

Limitations

y must be a scalar.