Hallo, what is going on here? The correct result of this integral is 2/3, but sage returns -2/3
I used SageMathCloud: from sage.symbolic.integration.integral import definite_integral f = sqrt(cos(x)-cos(x)^3) plot(f, x, 0, pi/2) definite_integral(f, x, 0, pi/2) -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
