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

GenerateConditions

Updated In 7 Graphic
GenerateConditions
is an option for Integrate, Sum, and similar functions that specifies whether explicit conditions on parameters should be generated in the result.
Obtain conditions for validity of the result in FourierTransform:
GenerateConditions is set to False by default in this case:
The result from Integrate contains conditions for validity:
Use GenerateConditions->False to obtain a result that is valid for a limited range of a:
Obtain conditions for validity of the result in FourierTransform:
In[1]:=
Click for copyable input
Out[1]=
GenerateConditions is set to False by default in this case:
In[2]:=
Click for copyable input
Out[2]=
 
The result from Integrate contains conditions for validity:
In[1]:=
Click for copyable input
Out[1]=
Use GenerateConditions->False to obtain a result that is valid for a limited range of a:
In[2]:=
Click for copyable input
Out[2]=
New in 3 | Last modified in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team