|
[Date Index]
[Thread Index]
[Author Index]
Inequation problem
- To: mathgroup at smc.vnet.net
- Subject: [mg13952] Inequation problem
- From: Daniel Lichtblau <danl>
- Date: Fri, 11 Sep 1998 15:06:42 -0400
- References: <199809080635.CAA03997@smc.vnet.net.>
- Sender: owner-wri-mathgroup at wolfram.com
Client Prefere wrote:
> resoudre l inequatin
> (3-2x/x-1) <= (6-5x/x+2)
> merci pour vos solution
> nicolas d aout
In[1]:= <<Algebra`InequalitySolve`
In[2]:= InequalitySolve[(3-2x/x-1)^2 <=(6-5x/x+2)^2, x]
Out[2]= True
Daniel Lichtblau
Wolfram Research
Prev by Date:
Re: warning for Round[Log[2]/Log[4]]
Next by Date:
NO HELP FOR NOTATIONS PACKAGE
Previous by thread:
Re: Graphics options converted to primitives?
Next by thread:
NO HELP FOR NOTATIONS PACKAGE
|