DADiSP Worksheet Functions > Function Categories > Complex Conversions > MAGNITUDE
Returns the magnitude component of an expression that is in Polar (magnitude/angle), Cartesian (Real/Imaginary) or other form.
MAGNITUDE(val)
val |
- |
A scalar, series or table. |
A scalar, series, or table.
magnitude(-3)
returns 3.
mag(3.0 + 4.0i)
yields 5, the hypotenuse length of a 3-4-5 triangle.
mag(W1)
returns a new series corresponding to the magnitude component of the original series, whether Polar or Cartesian form.
MAGNITUDE always returns real, positive values.
MAGNITUDE can be abbreviated MAG.