Simplifying a combination of atomic inequalities
Publié : ven. juil. 18, 2014 11:34 am
How can I simplify (from Sage trac) to "false" (or find the empty solution set)?
I have had a look at the pdf manual, but did not get it.
The following does not work:
By the way, the link to the online reference is broken on http://www-fourier.ujf-grenoble.fr/~par ... c.html#doc.
Code : Tout sélectionner
(x == 0 and 1 < y and 0 != 0) or (x == 0 and y < 0 and 0 != 0)
I have had a look at the pdf manual, but did not get it.
The following does not work:
Code : Tout sélectionner
giac: simplify((x == 0 and 1 < y and 0 != 0) or (x == 0 and y < 0 and 0 != 0))
0
giac: solve((x == 0 and 1 < y and 0 != 0) or (x == 0 and y < 0 and 0 != 0),[x,y])
NaN