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.
polar⁡3+4⁢I
polar⁡5,arctan⁡43
convert⁡3+4⁢I,polar
m≔abs⁡3+4⁢I
m≔5
ar≔argument⁡3+4⁢I
ar≔arctan⁡43
polar⁡m,ar
polar⁡3⁢I
polar⁡3,π2
polar⁡a+b⁢I
polar⁡a+I⁢b,arg⁡a+I⁢b
If a and b are intended to be real, map evalc onto this expression:
map⁡evalc,
polar⁡a2+b2,arctan⁡b,a
polar⁡−3,π2
polar⁡4.,π
polar⁡0
polar⁡0,0
polar⁡r,t2⁢polar⁡s,u
simplify⁡
polar⁡r2⁢s,2⁢t+u
See Also
changecoords
convert/polar
evalc
Download Help Document