Normalize - 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]

  

Normalize

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Normalize(a, p)

Parameters

a

-

Vector with algebraic entries

p

-

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

Description

• 

The Normalize command computes a normalized by the p-norm.

• 

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

• 

Let a denote the p-norm or infinity norm. Then a normalized is given by aa.

Examples

withStudent:-MultivariateCalculus:

v1,2,3

v123

(1)

Normalizev

141414731414

(2)

Normalizev,

13231

(3)

Normalizev,1

161312

(4)

Compatibility

• 

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

• 

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

See Also

Student,MultivariateCalculus,Norm