polar
convert to polar form
Calling Sequence
Parameters
Description
Examples
polar(z)
polar(r, t)
z
-
expression
r
expression, understood to be real
t
The polar(z) calling sequence converts the complex-valued expression z to its representation in polar coordinates.
The expression is represented as polar(r, t) where r is the modulus and t is the argument of the complex value of the expression.
This function can also be invoked as a convert function: convert(z, polar). See convert/polar.
If a and b are intended to be real, map evalc onto this expression:
See Also
changecoords
convert/polar
evalc
Download Help Document