Updates:
Status: Fixed
Labels: -NeedsReview PassedReview
Comment #7 on issue 1432 by [email protected]: simplify gets hung up on
this expression
http://code.google.com/p/sympy/issues/detail?id=1432
Now in master:
In [1]: a = S("-x1 + F1/(Gc + k) + Gc*x1/(Gc + k) + Gc*xd/(Gc + k) +
k*x1/(Gc + k)")
In [2]: simplify(a)
Out[2]:
F₁ + Gc⋅xd
──────────
Gc + k
--
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.