MathGroup Archive 2013

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Evaluating inequalities

  • To: mathgroup at smc.vnet.net
  • Subject: [mg131585] Re: Evaluating inequalities
  • From: Andrzej Kozlowski <akozlowski at gmail.com>
  • Date: Sun, 8 Sep 2013 03:07:54 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-outx@smc.vnet.net
  • Delivered-to: mathgroup-newsendx@smc.vnet.net
  • References: <20130907100331.ECB846A28@smc.vnet.net>

On 7 Sep 2013, at 12:03, sam.takoy at yahoo.com wrote:

> Hi,
> 
> Why doesn't this:
> 
> Assuming[w/k < KK, -k^2 + w^2/KK^2 > 0] // Simplify
> 
> evaluate to False?
> 
> Thanks!
> 
> Sam


FindInstance[w/k < KK && w^2/KK^2 - k^2 > 0, {w, k, KK}]

{{w -> -(3/2), k -> 1, KK -> 1}}

Andrzej Kozlowski




  • Prev by Date: Re: Evaluating inequalities
  • Next by Date: Re: Differencing two equations
  • Previous by thread: Evaluating inequalities
  • Next by thread: Re: Evaluating inequalities