norm1(M) Returns the L1 norm of the matrix M.
norm2(M) Returns the L2 norm of the matrix M.
norme(M) Returns the Euclidean norm of the matrix M.
normi(M) Returns the infinity norm of the matrix M.
M is a square matrix.