|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
Element 
Element[x, dom]
or
asserts that x is an element of the domain dom.
Element[{x1, x2, ...}, dom]
asserts that all the
are elements of dom.
Element[patt, dom]
asserts that any expression matching the pattern patt is an element of dom.
DetailsDetails
can be entered as x EscelEsc dom or
. - Element can be used to set up assumptions in Simplify and related functions.
- Possible domains are:
-
Algebraics algebraic numbers Booleans True or False Complexes complex numbers Integers integers Primes prime numbers Rationals rational numbers Reals real numbers
if possible evaluates immediately when x is numeric.
is equivalent to
.
evaluates to
if its truth or falsity cannot immediately be determined.
New in 4 | Last modified in 5
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
