On Sunday, April 9, 2017 at 5:37:55 AM UTC+2, Andrey Novoseltsev wrote:
>
> As reported, 
>
> var('r') 
> assume(r>0) 
> integrate(r * sqrt( (2*r*cos(x)/sqrt(3))^2 + ( 2/3 + 4*r*sin(x)/3 )^2 ), 
> x) 
>
> gives 
>
> -1/12*(2*r*x - r*sin(2*x))*r 
>
> which is indeed incorrect. Is the root cause known? 


sqrt(trig) seems to be problematic in general with the Maxima integrator.
https://trac.sagemath.org/ticket/18821
https://trac.sagemath.org/ticket/18599

FriCAS does not better. I stopped SymPy after a minute.

Regards,

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to