|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
Exists 
DetailsDetails
- Exists[x, expr] can be entered as
. The character
can be entered as EscexEsc or \[Exists]. The variable
is given as a subscript. - Exists[x, cond, expr] can be entered as
. - In StandardForm, Exists[x, expr] is output as
. - Exists[x, cond, expr] is output as
. - Exists can be used in such functions as Reduce, Resolve, and FullSimplify.
- The condition cond is often used to specify the domain of a variable, as in x
Integers. - Exists[x, cond, expr] is equivalent to Exists[x, cond&&expr].
- Exists[{x1, x2, ...}, ...] is equivalent to
. - The value of
in Exists[x, expr] is taken to be localized, as in Block.
New in 5
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

