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 > Assumptions and Domains >

Complexes

Complexes
represents the domain of complex numbers, as in xElementComplexes.
  • xElementComplexes evaluates immediately only if x is a numeric quantity.
  • Simplify[exprElementComplexes] can be used to try to determine whether an expression corresponds to a complex number.
  • The domain of real numbers is taken to be a subset of the domain of complex numbers.
ⅇ^(ⅈ sin(7)) is a complex number:
Exponential of a complex number is a complex number:
Find complex numbers that make an inequality well defined and True:
ⅇ^(ⅈ sin(7)) is a complex number:
In[1]:=
Click for copyable input
Out[1]=
 
Exponential of a complex number is a complex number:
In[1]:=
Click for copyable input
Out[1]=
 
Find complex numbers that make an inequality well defined and True:
In[1]:=
Click for copyable input
Out[1]=
Specify that all variables should be considered complex, even if they appear in inequalities:
By default, Reduce considers all variables that appear in inequalities to be real:
For every real number y there exists a complex number whose square is real and less than y:
By default, Resolve considers all variables that appear in inequalities to be real:
TraditionalForm of formatting:
Infinite quantities are not considered part of the Complexes:
New in 4
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team