Assumptions does not work in Eliminate?
- To: mathgroup at smc.vnet.net
- Subject: [mg127886] Assumptions does not work in Eliminate?
- From: Andreas Talmon l'Armée at smc.vnet.net
- Date: Thu, 30 Aug 2012 04:07:46 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
- References: <20120829051425.4BC8B687E@smc.vnet.net>
Hello,
I am trying to use the $Assumptions command with the Eliminate in the
following form:
$Assumptions = {b > 0}
Eliminate[{a/b == c, a == d}, a]
The answer I get is:
d == b c && b != 0
The b!=0 is sensless for me because I stated b>0 above.
What am I doing wrong?
Thanks, Andreas
- References:
- How to create links or bookmarks to jump to sections inside a notebook
- From: luke wallace <lukewallace1990@gmail.com>
- How to create links or bookmarks to jump to sections inside a notebook