Student[LinearAlgebra][Normalize] - normalize a Vector
|
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
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
|
|
Download Help Document
Was this information helpful?