Comment #2 on issue 1368 by asmeurer: solve((a**2 + 1) * (sin(a*x) + cos(a*x)), x) fails
http://code.google.com/p/sympy/issues/detail?id=1368

I think it is zero. cos(I*x) == cosh(x) and sin(I*x) == sinh(x). If you do this, replace it with the exp definitions, and reduce the logs, you will find that everything cancels. Maybe we should expand .rewrite() to handle this conversion.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-iss...@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