Re: Mathematica doesn't recognize sum as e/(e+1)
- From: Vladimir Bondarenko <vb@xxxxxxxxxxxxxxx>
- Date: Thu, 24 Jan 2008 08:06:54 -0800 (PST)
On Jan 24, 3:28 am, Valeri Astanoff <astan...@xxxxxxxxx> writes:
VA> I wonder why such a powerful CAS as Mathematica 6
VA> doesn't recognize this sum as e/(e+1)
VA>
VA> In[1]:= Sum[-(2^(k+1)-1)*Zeta[-k]/k!, {k,0,Infinity}]
VA> Out[1]= Sum[((1 - 2^(1 + k))*Zeta[-k])/k!, {k,0,Infinity}]
True.
But consider, *none* of the Maple versions,
over decades (!) can calculate even THIS sum
sum((2^n+1)/n!, n=0..infinity);
sum((2^n+1)/n!,n = 0 .. infinity)
(!!)
Cheers,
Vladimir
--
Vladimir Bondarenko
VM and GEMM architect
Co-founder, CEO, Mathematical Director
http://www.cybertester.com/ Cyber Tester, LLC
http://maple.bug-list.org/ Maple Bugs Encyclopaedia
http://www.CAS-testing.org/ CAS Testing
On Jan 24, 3:28 am, Valeri Astanoff <astan...@xxxxxxxxx> wrote:
Good day,
I wonder why such a powerful CAS as Mathematica 6
doesn't recognize this sum as e/(e+1)
In[1]:= Sum[-(2^(k+1)-1)*Zeta[-k]/k!, {k, 0, Infinity}]
Out[1]= Sum[((1 - 2^(1 + k))*Zeta[-k])/k!, {k, 0, Infinity}]
In[2]:= %//N
During evaluation of In[2]:= NSum::nsumz: Some terms are zero.
The algorithms are not very applicable. >>
Out[2]= 0.731059
In[3]:= E/(E+1)//N
Out[3]= 0.731059
v.a.
.
- Follow-Ups:
- Re: Mathematica doesn't recognize sum as e/(e+1)
- From: G. A. Edgar
- Re: Mathematica doesn't recognize sum as e/(e+1)
- From: Vladimir Bondarenko
- Re: Mathematica doesn't recognize sum as e/(e+1)
- References:
- Mathematica doesn't recognize sum as e/(e+1)
- From: Valeri Astanoff
- Mathematica doesn't recognize sum as e/(e+1)
- Prev by Date: Least Square, Mean Square.
- Next by Date: Re: Mathematica doesn't recognize sum as e/(e+1)
- Previous by thread: Mathematica doesn't recognize sum as e/(e+1)
- Next by thread: Re: Mathematica doesn't recognize sum as e/(e+1)
- Index(es):
Relevant Pages
|
|