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 > ExcludedForms >

ExcludedForms

ExcludedForms
is an option for FullSimplify which can be set to a list of patterns for expressions that should not be touched if they are encountered at intermediate steps in the operation of FullSimplify.
  • A setting such as Gamma will cause FullSimplify to treat gamma functions as elementary objects which should not be transformed.
This gives no simplification:
Excluding transformations of allows you to expand the remaining terms:
This gives a result in terms of Arg:
This specifies that Log should not be transformed:
This gives no simplification:
In[1]:=
Click for copyable input
Out[1]=
Excluding transformations of allows you to expand the remaining terms:
In[2]:=
Click for copyable input
Out[2]=
 
This gives a result in terms of Arg:
In[1]:=
Click for copyable input
Out[1]=
This specifies that Log should not be transformed:
In[2]:=
Click for copyable input
Out[2]=
New in 3
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF