Updates:
        Labels: smichr NeedsReview

Comment #4 on issue 2849 by smi...@gmail.com: integration of cos(x)/sin(x)**n
http://code.google.com/p/sympy/issues/detail?id=2849

The solution now looks like this after mods of https://github.com/sympy/sympy/pull/772 :

diff(integrate(cos(x)/sin(x)**7, x), x)
(36*sin(x)*cos(x)**5 - 72*sin(x)*cos(x)**3 + 36*sin(x)*cos(x))/(6*cos(x)**6 - 18
*cos(x)**4 + 18*cos(x)**2 - 6)**2
trigsimp(_)
cos(x)/sin(x)**7


--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to