Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Mathematics and Algorithms > Formula Manipulation > Algebraic Transformations >

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.
Specify that Simplify should use t as the only transformation:
Here Simplify uses both t and all built-in transformations:
By default FullSimplify does not use Reduce:
Specify that FullSimplify should use Reduce with respect to x over the real domain:
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
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team