Wolfram ResearchProductsPurchasingServices & ResourcesAbout UsOur Sites
Mathematica > Data Transforms and Smoothing >

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].
New in 6
© 2008 Wolfram Research, Inc. japanese.gif
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team