MathGroup Archive 2011

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: making simplification

  • To: mathgroup at smc.vnet.net
  • Subject: [mg117687] Re: making simplification
  • From: Sseziwa Mukasa <mukasa at jeol.com>
  • Date: Tue, 29 Mar 2011 07:00:42 -0500 (EST)

On Mar 24, 2011, at 7:31 AM, olfa 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?


 In[70]:= FullSimplify[x == 0 || x == 1 || x == 2 || x == 3 || x == 4, x =E2=88=88 Integers]
 Out[70]= 0 <= x <= 4


  • Prev by Date: Re: making simplification
  • Next by Date: LUDecomposition
  • Previous by thread: Re: making simplification
  • Next by thread: Re: making simplification