maxnorm - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


maxnorm

find infinity norm of a polynomial

 

Calling Sequence

Parameters

Description

Thread Safety

Examples

Calling Sequence

maxnorm(a)

Parameters

a

-

expanded polynomial with integer, rational, floating-point, or complex coefficients

Description

• 

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.

Thread Safety

• 

The maxnorm command is thread-safe as of Maple 15.

• 

For more information on thread safety, see index/threadsafe.

Examples

maxnormx3y

3

(1)

maxnorm34Ix3Iy

4

(2)

See Also

LinearAlgebra[Norm]

norm

VectorCalculus[Norm]