This is caused by the changes to symbolic functions in ticket #31047 and also affects the Mathematica interface. I have opened https://trac.sagemath.org/ticket/31756 for it.
Sébastien Labbé schrieb am Donnerstag, 25. März 2021 um 12:29:29 UTC+1: > sage -t --long --warn-long 79.7 --random-seed=0 > src/sage/symbolic/integration/integral.py > ********************************************************************** > File "src/sage/symbolic/integration/integral.py", line 579, in > sage.symbolic.integration.integral.integrate > Failed example: > f.integrate(x, algorithm="mathematica_free") # optional - internet > Expected: > x*y^z + sqrt(1/2)*sqrt(pi)*fresnel_sin(sqrt(2)*x/sqrt(pi)) > Got: > x*y^z + Sqrt(1/2*pi)*fresnel_sin(x*Sqrt(2/pi)) > ********************************************************************** -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/653725da-90fe-41ec-bf1a-d446fd112f2an%40googlegroups.com.
