Status: Accepted
Owner: asmeurer
Labels: Type-Defect Priority-Medium Printing
New issue 2729 by asmeurer: Minus sign in pretty printed
-exp(-3*t)*sin(2*t) + exp(-3*t)*cos(2*t)
http://code.google.com/p/sympy/issues/detail?id=2729
In [64]: -exp(-3*t)*sin(2*t) + exp(-3*t)*cos(2*t)
Out[64]:
-3⋅t -3⋅t
- ℯ ⋅sin(2⋅t) + ℯ ⋅cos(2⋅t)
In [65]: -exp(-3*t)*sin(2*t)
Out[65]:
-3⋅t
-ℯ ⋅sin(2⋅t)
I thought I reported something similar to this already, bit I didn't find
it. The minus sign in the first one should be like the second one.
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sympy-issues?hl=en.