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


Student[LinearAlgebra]

  

Normalize

  

normalize a Vector

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Normalize(V, p, options)

Parameters

V

-

Vector

p

-

(optional) non-negative number, infinity, Euclidean, or Frobenius; norm selector

options

-

(optional) parameters; for a complete list, see LinearAlgebra[Normalize]

Description

• 

The Normalize(V) command returns a Vector in which each component of V has been divided by the Euclidean (2)-norm of V.

  

Note: The default norm in the top-level LinearAlgebra package is the infinity norm.

  

An alternate norm can be selected by using the Normalize(V, p) form of the calling sequence.

Examples

withStudentLinearAlgebra:

Normalize3,0,4

35045

(1)

V1.55|1.56|1.53

V1.551.561.53

(2)

NormalizeV,1

0.33405172420.33620689660.3297413793

(3)

See Also

LinearAlgebra[Normalize]

Student[LinearAlgebra]

Student[LinearAlgebra][Norm]