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


Groups > comp.soft-sys.math.mathematica > #3380 > unrolled thread

Bug in Sum?

Started byDario <dario.benedetti@aei.mpg.de>
First post2011-06-29 21:42 +0000
Last post2011-06-29 21:42 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.soft-sys.math.mathematica


Contents

  Bug in Sum? Dario <dario.benedetti@aei.mpg.de> - 2011-06-29 21:42 +0000

#3380 — Bug in Sum?

FromDario <dario.benedetti@aei.mpg.de>
Date2011-06-29 21:42 +0000
SubjectBug in Sum?
Message-ID<iug693$9j0$1@smc.vnet.net>
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?

[toc] | [standalone]


Back to top | Article view | comp.soft-sys.math.mathematica


csiph-web