I am a little curious about whether Maple can evaluate a certain
infinite sum that fails with Mathematica (I do not have Maple so
cannot test it myself).
Here is the sum in Mathematica:
Sum[q^(-6 + 4*n)/(1 - q^(-5 + 4*n)), {n, 0, Infinity}] /. {q -> 0.1}
This leads to and error,
but
(Sum[q^(-6 + 4*n)/(1 - q^(-5 + 4*n)), {n, 0, 1}] /. {q -> 0.1)
+
(Sum[q^(-6 + 4*n)/(1 - q^(-5 + 4*n)), {n, 2, Infinity}] /. {q -> 0.1})
gives the correct answer, which I find a little strange.
> I am a little curious about whether Maple can evaluate a certain
> infinite sum that fails with Mathematica (I do not have Maple so
> cannot test it myself).
> Here is the sum in Mathematica:
> Sum[q^(-6 + 4*n)/(1 - q^(-5 + 4*n)), {n, 0, Infinity}] /. {q -> 0.1}
> This leads to and error,
> but
> (Sum[q^(-6 + 4*n)/(1 - q^(-5 + 4*n)), {n, 0, 1}] /. {q -> 0.1)
> +
> (Sum[q^(-6 + 4*n)/(1 - q^(-5 + 4*n)), {n, 2, Infinity}] /. {q -> 0.1})
> gives the correct answer, which I find a little strange.
clashton <clash...@gmail.com> writes:
> I am a little curious about whether Maple can evaluate a certain
> infinite sum that fails with Mathematica (I do not have Maple so
> cannot test it myself).
> Here is the sum in Mathematica:
> Sum[q^(-6 + 4*n)/(1 - q^(-5 + 4*n)), {n, 0, Infinity}] /. {q -> 0.1}
> This leads to and error,
> but
> (Sum[q^(-6 + 4*n)/(1 - q^(-5 + 4*n)), {n, 0, 1}] /. {q -> 0.1)
> +
> (Sum[q^(-6 + 4*n)/(1 - q^(-5 + 4*n)), {n, 2, Infinity}] /. {q -> 0.1})
> gives the correct answer, which I find a little strange.
> How does Maple perform on the original sum?
Summing numerically (and guessing at the meaning of the Mathematica):
> clashton <clash...@gmail.com> writes:
> > I am a little curious about whether Maple can evaluate a certain
> > infinite sum that fails with Mathematica (I do not have Maple so
> > cannot test it myself).
> > Here is the sum in Mathematica:
> > Sum[q^(-6 + 4*n)/(1 - q^(-5 + 4*n)), {n, 0, Infinity}] /. {q -> 0.1}
> > This leads to and error,
> > but
> > (Sum[q^(-6 + 4*n)/(1 - q^(-5 + 4*n)), {n, 0, 1}] /. {q -> 0.1)
> > +
> > (Sum[q^(-6 + 4*n)/(1 - q^(-5 + 4*n)), {n, 2, Infinity}] /. {q -> 0.1})
> > gives the correct answer, which I find a little strange.
> > How does Maple perform on the original sum?
> Summing numerically (and guessing at the meaning of the Mathematica):
> On Jan 26, 11:21 am, Joe Riel<j...@san.rr.com> wrote:
>> clashton<clash...@gmail.com> writes:
>>> I am a little curious about whether Maple can evaluate a certain
>>> infinite sum that fails with Mathematica (I do not have Maple so
>>> cannot test it myself).
>>> Here is the sum in Mathematica:
>>> Sum[q^(-6 + 4*n)/(1 - q^(-5 + 4*n)), {n, 0, Infinity}] /. {q -> 0.1}
>>> This leads to and error,
>>> but
>>> (Sum[q^(-6 + 4*n)/(1 - q^(-5 + 4*n)), {n, 0, 1}] /. {q -> 0.1)
>>> +
>>> (Sum[q^(-6 + 4*n)/(1 - q^(-5 + 4*n)), {n, 2, Infinity}] /. {q -> 0.1})
>>> gives the correct answer, which I find a little strange.
>>> How does Maple perform on the original sum?
>> Summing numerically (and guessing at the meaning of the Mathematica):
> Am 27.01.2012 01:45, schrieb clashton:
>> On Jan 26, 11:21 am, Joe Riel<j...@san.rr.com> wrote:
>>> clashton<clash...@gmail.com> writes:
>>>> I am a little curious about whether Maple can evaluate a certain
>>>> infinite sum that fails with Mathematica (I do not have Maple so
>>>> cannot test it myself).
>>>> Here is the sum in Mathematica:
>>>> Sum[q^(-6 + 4*n)/(1 - q^(-5 + 4*n)), {n, 0, Infinity}] /. {q -> 0.1}
>>>> This leads to and error,
>>>> but
>>>> (Sum[q^(-6 + 4*n)/(1 - q^(-5 + 4*n)), {n, 0, 1}] /. {q -> 0.1)
>>>> +
>>>> (Sum[q^(-6 + 4*n)/(1 - q^(-5 + 4*n)), {n, 2, Infinity}] /. {q -> 0.1})
>>>> gives the correct answer, which I find a little strange.
>>>> How does Maple perform on the original sum?
>>> Summing numerically (and guessing at the meaning of the Mathematica):