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.
polar3+4I
polar5,arctan43
convert3+4I,polar
m≔abs3+4I
m≔5
ar≔argument3+4I
ar≔arctan43
polarm,ar
polar3I
polar3,π2
polara+bI
polara+Ib,arga+Ib
If a and b are intended to be real, map evalc onto this expression:
mapevalc,
polara2+b2,arctanb,a
polar−3,π2
polar4.,π
polar0
polar0,0
polarr,t2polars,u
simplify
polarr2s,2t+u
See Also
changecoords
convert/polar
evalc
Download Help Document