RE: no results with 'InequalitySolve'
- To: mathgroup at smc.vnet.net
- Subject: [mg42350] RE: [mg42334] no results with 'InequalitySolve'
- From: "John C. Erb, Ph.D." <John_C_Erb at prodigy.net>
- Date: Wed, 2 Jul 2003 06:36:12 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Oliver, Did you load the package containing InequalitySolve? First, Needs["Algebra`InequalitySolve`"]; Then you can try InequalitySolve[Sin[x] > 0.5, x] However, I'm not sure what you expect for an answer! John C. Erb email: John_C_Erb at prodigy.net -----Original Message----- From: Oliver Kowalke [mailto:oliver.kowalke at t-online.de] To: mathgroup at smc.vnet.net Subject: [mg42350] [mg42334] no results with 'InequalitySolve' Hi, I've Mathematica 4.1 on Linux. If I try to solve this: InequalitySolve[Sin[x] > 0.5, x] Mathematica recalls it without solving it. Why? What do I've to do? thx, Oliver