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


Groups > comp.soft-sys.math.maple > #331

Re: Series Summation Question

From Axel Vogt <&noreply@axelvogt.de>
Newsgroups comp.soft-sys.math.maple
Subject Re: Series Summation Question
Date 2012-01-26 19:41 +0100
Message-ID <9odmcsFmigU1@mid.individual.net> (permalink)
References <1fe7f908-df47-4b54-949f-630a50b0551e@j14g2000vba.googlegroups.com>

Show all headers | View raw


On 26.01.2012 07:46, clashton wrote:
> 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?

Using Maple 15:

   Sum(q^(-6+4*n)/(1-q^(-5+4*n)),n = 0 .. infinity);
   eval(%, q=0.1);
   evalf(%);
                              -21.10120010

Back to comp.soft-sys.math.maple | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Series Summation Question clashton <clashton@gmail.com> - 2012-01-25 22:46 -0800
  Re: Series Summation Question Axel Vogt <&noreply@axelvogt.de> - 2012-01-26 19:41 +0100
  Re: Series Summation Question Joe Riel <joer@san.rr.com> - 2012-01-26 08:21 -0800
    Re: Series Summation Question clashton <clashton@gmail.com> - 2012-01-26 16:45 -0800
      Re: Series Summation Question Peter Pein <petsie@dordos.net> - 2012-01-27 07:31 +0100
        Re: Series Summation Question Peter Pein <petsie@dordos.net> - 2012-01-27 07:55 +0100
          Re: Series Summation Question clashton <clashton@gmail.com> - 2012-01-28 07:59 -0800
          Re: Series Summation Question Axel Vogt <&noreply@axelvogt.de> - 2012-01-28 20:21 +0100
            Re: Series Summation Question Peter Pein <petsie@dordos.net> - 2012-02-02 12:21 +0100

csiph-web