Maxima Function
mat_norm (M, 1)
mat_norm(M,inf)
mat_norm(M,frobenius)
Return the matrix p-norm of the matrix M. The allowed values for p are 1, inf, and frobenius (the Frobenius matrix norm). The matrix M should be an unblocked matrix.
inf
frobenius