maxnorm
find infinity norm of a polynomial
Calling Sequence
Parameters
Description
Thread Safety
Examples
maxnorm(a)
a
-
expanded polynomial with integer, rational, floating-point, or complex coefficients
The maxnorm(a) function computes the maximum of the absolute values of the coefficients of a.
For complex coefficients, the maxnorm routine finds the maximum of the absolute values of the real and imaginary parts.
The maxnorm command is thread-safe as of Maple 15.
For more information on thread safety, see index/threadsafe.
maxnorm⁡x−3⁢y
3
maxnorm⁡3−4⁢I⁢x−3⁢I⁢y
4
See Also
LinearAlgebra[Norm]
norm
VectorCalculus[Norm]
Download Help Document