Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.soft-sys.math.mathematica > #3055

Re: querries

From "Kevin J. McCann" <Kevin.McCann@umbc.edu>
Newsgroups comp.soft-sys.math.mathematica
Subject Re: querries
Date 2011-06-10 10:40 +0000
Organization Steven M. Christensen and Associates, Inc and MathTensor, Inc.
Message-ID <isssa7$jgm$1@smc.vnet.net> (permalink)
References <isq4o1$63f$1@smc.vnet.net>

Show all headers | View raw


It is probably because powers, x^y are multivalued. You can use 
expr//PowerExpand to short circuit these concerns. Be aware, however 
that the following does not give an answer

Sqrt[b^2]==b

but

Sqrt[b^2]==b//PowerExpand

Gives True, which means that the concerns about plus/minus are forgotten.

Kevin


On 6/9/2011 5:45 AM, Savits, Thomas H wrote:
> 1)       Why does Mathematica not give the value 0 to the expression
> (mu*lambda)^(b) - (mu^b)*(lambda^b)? It seems to treat the expression (mu*lambda) as a new variable. I used the greek letters from the palette in the actual expression.
>
> 2)       Many times I cannot get Mathematica to simplify expressions involving the exponential functions, e.g., it won't combine the arguments of the Exp functions. Is there a way to force this?
>
> Thanks,
> Tom Savits
> Statistics Department
> University of Pittsburgh

Back to comp.soft-sys.math.mathematica | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

querries "Savits, Thomas H" <savits@pitt.edu> - 2011-06-09 09:45 +0000
  Re: querries "Kevin J. McCann" <Kevin.McCann@umbc.edu> - 2011-06-10 10:40 +0000
  Re: querries "Dr. Wolfgang Hintze" <weh@snafu.de> - 2011-06-10 10:37 +0000

csiph-web