fricas dilog and sage dilog are not the same:
sage: fricas(polylog(3, x))
polylog(3,x)
sage: fricas(dilog(x))
dilog(- x + 1)
sage: integrand=(dilog(-x + 1)^2 - log(-x + 1)*polylog(3, x))/x
sage: fricas(integrand)
2
- log(- x + 1)polylog(3,x) + dilog(x)
--
The questions "what is the problem? Did I do something wrong?" do not seem
to be sage development questions, so they should be asked on a different
forum, such as ask.sagemath.org
On Friday, January 10, 2025 at 12:50:25 PM UTC-7 Nasser M. Abbasi wrote:
> I have installed sagemath 10.5 and also
I have installed sagemath 10.5 and also fricas 1.3.11, all using pacman
package manager on EOS/Arch based linux.
i.e. I did not build sagemath 10.5 from sources.
I was trying this integration, where it works using Fricas directly, but
when I use sagemath and give the algorithm as "fricas", it