Mathematica >

TransformationFunctions

TransformationFunctions
is an option for Simplify and FullSimplify which gives the list of functions to apply to try to transform parts of an expression.
  • The default setting TransformationFunctions->Automatic uses a built-in collection of transformation functions.
  • TransformationFunctions->{f1, f2, ...} uses only the functions fi.
  • TransformationFunctions->{Automatic, f1, f2, ...} uses built-in transformation functions together with the functions fi.
Specify that Simplify should use t as the only transformation:
In[1]:=
Click for copyable input
In[2]:=
Click for copyable input
Out[2]=
Here Simplify uses both t and all built-in transformations:
In[3]:=
Click for copyable input
Out[3]=
 
By default FullSimplify does not use Reduce:
In[1]:=
Click for copyable input
Out[1]=
Specify that FullSimplify should use Reduce with respect to x over the real domain:
In[2]:=
Click for copyable input
In[3]:=
Click for copyable input
Out[3]=
New in 4
© 2008 Wolfram Research, Inc.
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team