MathGroup Archive 2011

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

Search the Archive

Bug in Sum?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg119903] Bug in Sum?
  • From: Dario <dario.benedetti at aei.mpg.de>
  • Date: Wed, 29 Jun 2011 05:27:27 -0400 (EDT)

I am very puzzled by the fact that Mathematica does not evaluate the following Sum (it keeps running endlessly):

Sum[1/(n  (1 + n)) 1/((1 - x)^4) , {n, 1, M}]

where x and M are some undefined variables,

but it does evaluate

Sum[1/(n  (1 + n)) 1/((1 - x)^2) , {n, 1, M}]

where I have only changed the power of (1-x), which should not matter as it must factor out!

Any help on this please?


  • Prev by Date: Re: How to find the difference between two lists (opposite of union[]?)
  • Next by Date: Re: How can I concatenate elements
  • Previous by thread: Re: How to write a "proper" math document
  • Next by thread: Re: Bug in Sum?