Student[LinearAlgebra]
Normalize
normalize a Vector
Calling Sequence
Parameters
Description
Examples
Normalize(V, p, options)
V
-
Vector
p
(optional) non-negative number, infinity, Euclidean, or Frobenius; norm selector
options
(optional) parameters; for a complete list, see LinearAlgebra[Normalize]
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.
with⁡StudentLinearAlgebra:
Normalize⁡3,0,4
35045
V≔1.55|1.56|1.53
V≔1.551.561.53
Normalize⁡V,1
0.33405172420.33620689660.3297413793
See Also
LinearAlgebra[Normalize]
Student[LinearAlgebra][Norm]
Download Help Document