|
[Date Index]
[Thread Index]
[Author Index]
Re: V5.0 and inequalities
- To: mathgroup at smc.vnet.net
- Subject: [mg62544] Re: V5.0 and inequalities
- From: Peter Pein <petsie at dordos.net>
- Date: Sun, 27 Nov 2005 02:41:35 -0500 (EST)
- References: <dm94t5$6l6$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
ivan.svaljek at gmail.com schrieb:
> Is there a way to get an answer to at least the simplest form of
> inequalities ?
>
> x+1
> ------ > 1
> x-2
>
In[1]:= Reduce[(x + 1)/(x - 2) > 1, x]
Out[1]= x > 2
Prev by Date:
Re: Output display of exponential function in Mathematica
Next by Date:
Re: V5.0 and inequalities
Previous by thread:
Re: V5.0 and inequalities
Next by thread:
Re: V5.0 and inequalities
|