|
Arg
Arg[z] gives the argument of the complex number z.
Arg[z] is left unevaluated if z is not a numeric quantity.
Arg[z] gives the phase angle of z in radians.
The result from Arg[z] is always between and .
See also: Abs, ArcTan, Im, Re.

Examples
Using InstantCalculators
Here is the InstantCalculator for the Arg function. Enter the parameters for your calculation and click Calculate to see the result.
In[1]:=
Out[1]=
Entering Commands Directly
You can paste a template for this command via the Text Input button on the Arg Function Controller.
The argument of a complex number z gives the angle that the line from to z makes with the positive real axis.
In[2]:=
Out[2]=
This gives the arguments of the units in the complex plane.
In[3]:=
Out[3]=
In[4]:=
Out[4]=
In[5]:=
Out[5]=
In[6]:=
Out[6]=
|