On 10 Aug., 03:01, Aaron Meurer <asmeu...@gmail.com> wrote: > No. Right now, trigsimp() is very weak. It basically just applies > the various forms of sin**2 + cos**2 = 1. Improvements would be > welcome, though.
Rewriting as exp, simplifying, and rewriting as sin is sometimes more powerful than our current trigsimp. I think there is some toy code on the issue tracker. You have to be careful about the simplification step however, because it can blow up your expression, so this is the tricky part. Vinzent -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to sympy@googlegroups.com. To unsubscribe from this group, send email to sympy+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.