The problem from MIT integration bee 2006

integrate( ((  x**(-Rational(1,2)  )   )  /   (1+x**(Rational(1,3))  )   )  
 )  

Answer of sympy:   
6*x**(1/6) + 6*atan(x**(-1/6))

MIT, wolframe alpha, symbolab answer: 
6 * x**(Rational(1,6)) - 6 *atan(x**(Rational(1,6))) 

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at https://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/4f338270-fdfa-4051-9db9-ac98ee9d1d25%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to