Re
Usage
Notes
Further Examples
This extracts the real part of this complex number.
In[1]:=
|
Out[1]=
|
Since either a or b might be complex, Re and Im don't evaluate further.
In[2]:=
|
Out[2]=
|
ComplexExpand assumes the variables a and b are real.
In[3]:=
|
Out[3]=
|
|