PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
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.
EXAMPLES
CLOSE ALL
Basic Examples
(3)
This gives an answer in terms of
Re
[
z
]
and
Im
[
z
]
:
In[1]:=
Out[1]=
With
TargetFunctions->{
Abs
,
Arg
}
, the answer is given in terms of
Abs
[
z
]
and
Arg
[
z
]
:
In[1]:=
Out[1]=
Use
Conjugate
as a target function:
In[1]:=
Out[1]=
New in 3
© 2008 Wolfram Research, Inc.