norm - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


norm

norm of a polynomial

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

norm(a, n, v)

Parameters

a

-

expanded polynomial

n

-

real constant >= 1 or the name infinity

v

-

(optional) variable specification

Description

• 

The norm function computes the nth norm of the polynomial a in the indeterminates v. For  1n the norm is defined:

norma,n,v=sumcn,forccoeffsa,v1n

• 

If v is not specified, the indetsa are used.

Examples

normx3y,1

4

(1)

normx3y,2

10

(2)

normx3y,

3

(3)

See Also

evala/Norm

indets

LinearAlgebra[Norm]

VectorCalculus[Norm]