Normalize |  |
Normalize[v] gives the normalized form of a vector v. |
Normalize[z] gives the normalized form of a complex number z. |
Normalize[expr, f] normalizes with respect to the norm function f. |
- Normalize[v] is effectively v/Norm[v], except that zero vectors are returned unchanged.
- Except in the case of zero vectors, Normalize[v] returns the unit vector in the direction of v.
- Normalize[expr, f] is effectively expr/f[expr], except when there are zeros in f[expr].
| Out[1]= |  |
| |
|
|
|
|
 |
|
|