MathGroup Archive 2005

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

Search the Archive

Replacement Rule

  • To: mathgroup at smc.vnet.net
  • Subject: [mg60605] Replacement Rule
  • From: "Amir" <z64043 at netscape.net>
  • Date: Thu, 22 Sep 2005 02:08:02 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

In:    logo[a b c d] //. logo[x_ y_] :> Log[x]+Log[y]
Out:  Log[a]+Log[b c d]

Shouldn't the correct answer be( Log[a]+Log[b]+Log[c]+Log[d]) ????

Amir 



  • Prev by Date: Re: Simplify and Noncommutativity
  • Next by Date: Bug in MiniMaxApproximation
  • Previous by thread: Re: More strange behavior by ComplexExpand
  • Next by thread: Re: Replacement Rule