Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica >
Built-in Mathematica Symbol

TargetFunctions

TargetFunctions
is an option for functions such as ComplexExpand that specifies what functions to attempt to generate in the output.
This gives an answer in terms of Re[z] and Im[z]:
With TargetFunctions->{Abs, Arg}, the answer is given in terms of Abs[z] and Arg[z]:
Use Conjugate as a target function:
This gives an answer in terms of Re[z] and Im[z]:
In[1]:=
Click for copyable input
Out[1]=
 
With TargetFunctions->{Abs, Arg}, the answer is given in terms of Abs[z] and Arg[z]:
In[1]:=
Click for copyable input
Out[1]=
 
Use Conjugate as a target function:
In[1]:=
Click for copyable input
Out[1]=
New in 3
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team