-
-
Notifications
You must be signed in to change notification settings - Fork 641
Closed
Description
See this ask.sagemath.org question.
sage: integral(log(cot(x)-1),x,0,pi/4)
ValueError: Integral is divergent.
But according to the poster it is pi log(2) / 8. And indeed in the most recent Maxima (5.28) we have
(%i5) display2d:false;
(%o5) false
(%i6) integrate(log(cot(x)-1),x,0,%pi/4);
Is %pi/8 an ?integer?
n;
Is %pi/4 an ?integer?
n;
Is 2*%pi an ?integer?
n;
(%o6) -(%i*(2*li[2](%i+1)-2*li[2](1-%i))+%pi*log(2))/4
+%i*li[2]((%i+1)/2)/2-%i*li[2](-(%i-1)/2)/2
though with the interaction this is not an improvement we can immediately use.
Component: calculus
Author: Peter Bruin
Branch: 59bb147
Reviewer: Ralf Stephan, Frédéric Chapoton
Issue created by migration from https://trac.sagemath.org/ticket/13733