Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #3050
| From | David Skulsky <edskulsky@gmail.com> |
|---|---|
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | Re: querries |
| Date | 2011-06-10 10:39 +0000 |
| Organization | Steven M. Christensen and Associates, Inc and MathTensor, Inc. |
| Message-ID | <isss8j$jf8$1@smc.vnet.net> (permalink) |
If mu and lambda are both negative, then the expression may not be zero. Consider:
In[9]:= Assuming[{b, \[Lambda], \[Mu]} \[Element]
Reals, (\[Mu] \[Lambda])^b - \[Mu]^b \[Lambda]^b] // Simplify
Out[9]= -\[Lambda]^b \[Mu]^b + (\[Lambda] \[Mu])^b
vs.
In[24]:= Simplify[(\[Mu] \[Lambda])^b - \[Mu]^b \[Lambda]^b,
Assumptions -> {\[Lambda] < 0, \[Mu] > 0}]
Out[24]= 0
You'll get the same result (0) for lambda >0, mu <0 and lambda>0, mu >0.
David
Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar | Unroll thread
Re: querries David Skulsky <edskulsky@gmail.com> - 2011-06-10 10:39 +0000
csiph-web