norm Mnorm(p, M)By default, the $\ell^\infty$ norm giving the maximum absolute entry is returned.
|
|
|
|
|
|
For finite $p$, the $\ell^p$ norm $$\|M\|_p = \left(\sum_{i,j} |M_{ij}|^p\right)^{1/p}$$ is returned. For example, when $p = 2$, this is the Frobenius norm.
|
|
The norm of a polynomial is the norm of the vector of its coefficients.
|
|
|
The object norm is a method function.
The source of this document is in /build/reproducible-path/macaulay2-1.26.05+ds/M2/Macaulay2/packages/Macaulay2Doc/ov_analytic_functions.m2:589:0.