Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.maple > #342
| From | Peter Pein <petsie@dordos.net> |
|---|---|
| Newsgroups | comp.soft-sys.math.maple |
| Subject | Re: Series Summation Question |
| Date | 2012-02-02 12:21 +0100 |
| Organization | 1&1 Internet AG |
| Message-ID | <jgdrk9$m77$1@online.de> (permalink) |
| References | (1 earlier) <87vcnywi1u.fsf@san.rr.com> <39d1ff7b-301a-48ee-99a6-3e4d0df84b7a@o13g2000vbf.googlegroups.com> <jftgbn$bt$1@online.de> <jfthpq$18d$1@online.de> <9oj066Fr04U1@mid.individual.net> |
Am 28.01.2012 20:21, schrieb Axel Vogt:
> On 27.01.2012 07:55, Peter Pein wrote:
> ....
>>
>> Sorry for posting too fast. One gets the result in a more simple form
>> by doing sth. more complicated:
>>
>> In[1]:= f[q_] = q^(-6 + 4*n)/(1 - q^(-5 + 4*n));
>> assum = SumConvergence[f[q], n]
>> s[q_] = Together[Subtract @@ (Limit[Sum[f[q], n], n -> #1, Assumptions
>> -> assum] & ) /@ {Infinity, 0}]
>> N[s[1/10]]
>>
>>
>> Out[2]= q != 0 && Abs[q]^4 < 1
>> Out[3]= (Log[1 - q^4] + QPolyGamma[0, -(Log[q^5]/Log[q^4]),
>> q^4])/(q*Log[q^4])
>> Out[4]= -21.1012
>
> I am not aware that Maple has a command to find a
> condition for convergence.
>
> And it does not provide a symbolic solution (where
> I guess the above cryptic command does just that)
yes, see: http://reference.wolfram.com/mathematica/ref/QPolyGamma.html
and/or
http://mathworld.wolfram.com/q-PolygammaFunction.html
Back to comp.soft-sys.math.maple | Previous | Next — Previous in thread | Find similar | Unroll 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