Student[MultivariateCalculus]
Normalize
Calling Sequence
Parameters
Description
Examples
Compatibility
Normalize(a, p)
a
-
Vector with algebraic entries
p
(optional) a real number greater than or equal to 1, infinity, or Euclidean; defaults to 2
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.
with⁡Student:-MultivariateCalculus:
v≔1,2,3
v≔123
Normalize⁡v
14141473⁢1414
Normalize⁡v,∞
13231
Normalize⁡v,1
161312
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
Download Help Document