|
[Date Index]
[Thread Index]
[Author Index]
Re: V5.0 and inequalities
- To: mathgroup at smc.vnet.net
- Subject: [mg62522] Re: [mg62498] V5.0 and inequalities
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Sun, 27 Nov 2005 02:39:58 -0500 (EST)
- Reply-to: hanlonr at cox.net
- Sender: owner-wri-mathgroup at wolfram.com
ineq=(x+1)/(x-2)>1
(x + 1)/(x - 2) > 1
Simplify[ineq]
x>2
Reduce[ineq]
x>2
Bob Hanlon
>
> From: ivan.svaljek at gmail.com
To: mathgroup at smc.vnet.net
> Date: 2005/11/26 Sat AM 02:46:53 EST
> Subject: [mg62522] [mg62498] V5.0 and inequalities
>
> Is there a way to get an answer to at least the simplest form of
> inequalities ?
>
> x+1
> ------ > 1
> x-2
>
>
Prev by Date:
RE: V5.0 and inequalities
Next by Date:
Re: V5.0 and inequalities
Previous by thread:
RE: V5.0 and inequalities
Next by thread:
Re: V5.0 and inequalities
|