Hi,

Currently SymPy can't do this integral:

integrate(sqrt(a**2/(a**2-x**2)), x)

and I reported it here:

https://code.google.com/p/sympy/issues/detail?id=4010

It seems SymPy cannot even do this integral:

integrate(sqrt(1/(1-x**2)), x)

the solution of which is asin(x), at least for real "x".

Any ideas how to "help" sympy do this kind of integral?

Ondrej

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to