norm1(a)

Returns the norm1 of matrix a.


See also norm2 normf norminf 


Example


a = ( 1, 2 ; 3, 1 )

1  2

3  1

norm1( a )

4