WOLFRAM
Products
Wolfram|One
Mathematica
Wolfram Notebook Assistant + LLM Kit
Wolfram|Alpha Notebook Edition
System Modeler
All Products
Consulting & Solutions
Wolfram Consulting
Industry Solutions
Solutions for Education
Learning & Support
Wolfram U Courses
Wolfram Language Resources
Wolfram Community
Support FAQs
Contact Support
Company
About Wolfram
Careers
Events
Educational Programs
All Sites and Resources
Wolfram|Alpha
Wolfram Cloud
Your Account
Your Account
User Portal
Search
Close
Enable JavaScript to interact with content and submit forms on Wolfram websites.
Learn how
Legacy Documentation
The Mathematical Explorer
TM
(2001)
This is documentation for an obsolete product.
Current products and services
Assumptions
Assumptions
is an option for
Integrate
and other functions that specifies what assumptions are to be made about relations between parameters.
The default setting is
Assumptions->{}
.
Assumptions can be equalities and inequalities.
The assumptions
Im[
x
]
==
0
or
x
Reals
can be used to specify that
x
should be treated as a real variable.
See
The Mathematica Book
on the web:
Section 3.5.8
.
See also:
Simplify
,
Element
.
Further Examples