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

Online Help

All Products    Maple    MapleSim


Student[MultivariateCalculus]

  

Norm

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Norm(a, p)

Parameters

a

-

Vector or Matrix with algebraic entries

p

-

(optional) a real number greater than or equal to 1, infinity, or Euclidean; defaults to 2

Description

• 

The Norm command computes the p-norm of a.

• 

If p is set to Euclidean, then the 2-norm is computed.

• 

For a real number p, the p-norm of a n-dimensional Vector v is given by i=1nvip1p.

• 

The infinity norm of a n-dimensional Vector v is given by maxi=1n|vi|.

• 

Let v denote the p-norm or infinity norm of a Vector v. The p-norm or infinity norm of a Matrix a is given by max||v||=1||a.v||.

• 

Only the 1, 2, and infinity norms are available for Matrices.

Examples

withStudent:-MultivariateCalculus:

v1,2,3

v123

(1)

Normv

14

(2)

Normv,

3

(3)

Normv,1

6

(4)

a1,2|3,4

a1324

(5)

Norma

15+221

(6)

Norma,1

7

(7)

Norma,

6

(8)

Compatibility

• 

The Student[MultivariateCalculus][Norm] command was introduced in Maple 2016.

• 

For more information on Maple 2016 changes, see Updates in Maple 2016.

See Also

Student,MultivariateCalculus,Normalize