simplifying inequalities
- To: mathgroup at smc.vnet.net
- Subject: [mg72272] simplifying inequalities
- From: "Chris Chiasson" <chris at chiasson.name>
- Date: Sun, 17 Dec 2006 06:20:34 -0500 (EST)
Why isn't the result of this command,
FullSimplify[
beamLength>5 x&&2 beamLength>5 x&&3 beamLength>5 x&&
4 beamLength>5 x,{beamLength>x>0}]
, equal to beamLength>5x?
Mathematica just returns all the inequalities as input. Can something
be done about this?
--
http://chris.chiasson.name/
- Follow-Ups:
- Re: simplifying inequalities
- From: "Chris Chiasson" <chris@chiasson.name>
- Re: simplifying inequalities
- From: Andrzej Kozlowski <akoz@mimuw.edu.pl>
- Re: simplifying inequalities