Re: making simplification
- To: mathgroup at smc.vnet.net
- Subject: [mg117657] Re: making simplification
- From: Carsten <carsten_herrmann1 at gmx.net>
- Date: Tue, 29 Mar 2011 06:54:55 -0500 (EST)
- References: <imfa5a$int$1@smc.vnet.net>
On 24 Mrz., 13:32, olfa <olfa.mra... at yahoo.fr> wrote: > Hi mathematica community, > > if we have x=0||x=1||x=2||x=3||x=4 > is there a way to simplify it into 0<=x<5 or into 0<=x<=4? > > thank you very much. that does not make much sense as you write it (you would need to add a statement like x is an Integer), because it is not true and you should use == instead = (which is Set)