I am using Sage 9.7 running in Arch linux over WSL2 I get different results for an integral using numerical integration (which seems to agree with Mathematica) and symbolic integration:
numerical_integral(x^2*(log(x))^4/((x+1)*(1+x^2)),0,1) (0.07608822217400527, 1.981757967172001e-07) integral(x^2*(log(x))^4/((x+1)*(1+x^2)),x,0,1) 6*I*polylog(5, I) - 6*I*polylog(5, -I) + 765/64*zeta(5) integral(x^2*(log(x))^4/((x+1)*(1+x^2)),x,0,1).n() 0.440633136273036 -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/4e75aaeb-5416-4ef8-826b-675c24fb297fn%40googlegroups.com.