Hi,

Today I needed to do some 3d integral, and it hangs [1], but I managed
to isolate the problem
to this very simple example:

integrate(sin(pi*(x - S(1)/2))**2, x)

The correct solution is not complicated [2]. Any ideas how to fix this
simple problem?
It will probably also fix the more difficult and messy 3D integral
from [1], but even if it doesn't, it'd be nice to be able to do this
simple integral anyway.

Thanks,
Ondrej


[1] http://code.google.com/p/sympy/issues/detail?id=3793
[2] 
http://www.wolframalpha.com/input/?i=integrate%28sin%28pi*%28x+-+1%2F2%29%29**2%2C+x%29

-- 
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 http://groups.google.com/group/sympy?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to