|
[Date Index]
[Thread Index]
[Author Index]
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
Prev by Date:
Extracting Parameter Values from NonlinearModelFit
Next by Date:
Re: Landau letter, Re: Mathematica as a New Approach...
Previous by thread:
How to create links or bookmarks to jump to sections inside a notebook
Next by thread:
Re: How to create links or bookmarks to jump to sections inside a notebook
|