Hello

I try to integrate he following (long) integral

    
sp.integrate(sp.asin((sp.cos(alpha)*sp.sqrt(vx**2+vy**2+R*dotphi*(2*vx*sp.sin(phi)-2*vy*sp.cos(phi)+R*dotphi)))/(sp.sqrt((vx*sp.cos(phi)+vy*sp.sin(phi))**2+(vx*sp.sin(phi)-vy*sp.cos(phi)+R*dotphi)**2)))-sp.atan((vx*sp.sin(phi)-vy*sp.cos(phi)+R*dotphi)/(vx*sp.cos(phi)+vy*sp.sin(phi))),
 
(phi,0,2*sp.pi))

and get the error

   ValueError: expected an expression convertible to a polynomial in Polynomial 
ring


What is the problem here?

Thanks for any hints.

Cheers,
Reza

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/e5b2aa46-a88a-4871-ba72-e0f6f5acfe23%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to