MathGroup Archive 2010

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

Search the Archive

Re: Bug in Mathematica 7.0.1.0 ?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg109322] Re: Bug in Mathematica 7.0.1.0 ?
  • From: "David Park" <djmpark at comcast.net>
  • Date: Thu, 22 Apr 2010 03:29:05 -0400 (EDT)

The surer and more stable method for manipulating complex expressions is
always ComplexExpand.

Conjugate[a b]; 
ComplexExpand[%, {b}, TargetFunctions -> {Conjugate}] 
a Conjugate[b] 

or

Conjugate[a b]; 
Simplify[%, a \[Element] Reals] 
a Conjugate[b] 


David Park
djmpark at comcast.net
http://home.comcast.net/~djmpark/ 



From: slawek [mailto:a at b.c] 

In[1] := Im[a] ^= 0; Conjugate[a b]

Out[1] := Conjugate[a b]

It is not funny, Mathematica 6 properly evaluates the result 

a Conjugate[b]

What happens?

slawek
 




  • Prev by Date: Imposing constraints on a system of equations
  • Next by Date: How to run GUIKitApplication module as Standalone Java Application?
  • Previous by thread: Re: Bug in Mathematica 7.0.1.0 ?
  • Next by thread: Re: Bug in Mathematica 7.0.1.0 ?