Re: Issue 3799 in sympy: trigsimp goes too far?

2013-05-01 Thread sympy
Comment #1 on issue 3799 by smi...@gmail.com: trigsimp goes too far? http://code.google.com/p/sympy/issues/detail?id=3799 yes, it uses the induced formula transformation to reduce 2 functions to one...and having fewest functions is the criteria that fu uses. You can always go back with expa

Issue 3799 in sympy: trigsimp goes too far?

2013-05-01 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium Simplify New issue 3799 by asmeu...@gmail.com: trigsimp goes too far? http://code.google.com/p/sympy/issues/detail?id=3799 In [3]: simplify(exp(x)*sin(x)/2 + exp(x)*cos(x)/2) Out[3]: ___ x⎛π⎞ ╲╱ 2 ⋅ℯ ⋅sin⎜x + ─⎟