Talk:Dilogarithm
![]() | Mathematics Stub‑class Low‑priority | |||||||||
|
Is the intent here to write a full article? All it does currently is refer to dilogarithm, which refers back to polylogarithm. Why should polylogarithm link here, then? - Gauge 00:06, 11 August 2005 (UTC)
the relationship is two-fold: 1. if someone's looking for Spence's function, he might be looking for either definition, but only one is a polylogarithm, hence the difference has to be made clear 2. if someone reading up on polylogarithms wants to know about spence's function he'll go here, and see the two different definitions. Hence I think the current state is satisfying.
OTOH if anybody wants to expand the article with the history of Spence's integral or whatever, he can of course do so, I think it is more appropriate to add this information to the article on Polylogarithms. 217.237.151.171 20:06, 26 September 2005 (UTC)
Errorfix June 10, 2009
Changed from:
to:
I do not know where the original definition was taken from, but it was inconsistent with the series expansion. One of the two had to switch sign. To confirm, you can check e.g. with Mathematica:
In[1]:= Series[-Integrate[Log[1 + x]/x, {x, 0, a}], {a, 0, 3}] 2 3 a a 4 Out[1]= -a + -- - -- + O[a] 4 9
AmitAronovitch (talk • contribs) 14:23, 10 June 2009 (UTC)
Errorfix Aug 23 2012
I am writing C code to compute the dialog on the complex plane. I have found errors in several online sources concerning special values. I made one fix for Li2(–(1+√5)/2) with three sources of corroboration. I am confident in the change that I have made but I think that there is another error in Li2(–(√5-1)/2) as well. These expressions are devilishly error prone to manipulate and I am surprised that there are not more errors. I may do more editing when I have checked my results in a few independent ways.