Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #3421
| From | Phil J Taylor <xptaylor@gmail.com> |
|---|---|
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | Re: Bug in Sum? |
| Date | 2011-07-01 00:41 +0000 |
| Organization | Steven M. Christensen and Associates, Inc and MathTensor, Inc. |
| Message-ID | <iuj52v$nmf$1@smc.vnet.net> (permalink) |
| References | <201106301029.GAA15424@smc.vnet.net> |
Works in version 6.0
In[1]:= Sum[1/(n (1 + n)) 1/((1 - x)^4), {n, 1, M}]
$Version
Out[1]= M/((1 + M) (1 - x)^4)
Out[2]= "6.0 for Microsoft Windows (32-bit) (June 19, 2007)"
On Thu, Jun 30, 2011 at 6:29 AM, Bob Hanlon <hanlonr@cox.net> wrote:
>
> For a workaround, generalize the problem
>
> Sum[1/(n (1 + n)) 1/((1 - x)^r), {n, 1, M}]
>
> M/((1 - x)^r*(1 + M))
>
> % /. r -> 4
>
> M/((1 + M)*(1 - x)^4)
>
>
> Bob Hanlon
>
> ---- Dario <dario.benedetti@aei.mpg.de> wrote:
>
> =============
> 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?
>
>
>
>
Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar | Unroll thread
Re: Bug in Sum? Phil J Taylor <xptaylor@gmail.com> - 2011-07-01 00:41 +0000
csiph-web