 
 
 
 
 
 
Re: parametric inequalities
- To: mathgroup at smc.vnet.net
- Subject: [mg43652] Re: parametric inequalities
- From: Bill Rowe <readnewsATeartlinkDOTnet at mail.earthlink.net>
- Date: Sat, 27 Sep 2003 04:58:17 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
On 9/26/03 at 4:45 AM, dardik4 at netvision.net.il (dardikman moshe) wrote:
> i have the following problem:what is the solusion of: (x+t)/(2x-1)>2  ? & what 
> is the way to solve it.
In[1]:=
<<Algebra`InequalitySolve`;
InequalitySolve[(x+t)/(2x-1)>2,{x,t}]
Out[2]=
\!\(x < 1\/2 && t < 3\ x - 2 || x > 1\/2 && t > 3\ x - 2\)

