norm2(a)

Returns the norm2 of matrix a.


See also norm1 normf norminf 


Example


a = ( 1, 2 ; 3, 1 )

1  2

3  1

norm2( a )

3.6180