[sage-support] Re: Bug report-Sage

2018-02-13 Thread slelievre
PS: Found using the following trac query: https://trac.sagemath.org/query?order=id=1=~abs(sin -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[sage-support] Re: Bug report-Sage

2018-02-13 Thread slelievre
Sun 2018-02-11 21:55:14 UTC, Andrey Novoseltsev: > > I got this bug report and it seems that I have seen something similar > in the past but can't find it. Is it already known/tracked? > > show(integral(abs(sin(pi*x)), x, 0, 1)) > plot(abs(sin(pi*x)), 0, 1) > > The value of the integral is

[sage-support] Re: Bug report-Sage

2018-02-12 Thread Ralf Stephan
It's the pattern sqrt(f(x)) with f containing trigonometric functions. Use giac for such integrals. sage: integral(abs(sin(pi*x)), x, 0, 1, algorithm='giac') 2/pi There is no meta ticket for this, you can find integration tickets at https://trac.sagemath.org/wiki/symbolics#Integrationtickets