Updates:
        Status: Fixed
        Labels: -NeedsReview PassedReview

Comment #7 on issue 1432 by matt...@gmail.com: 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-patches" group.
To post to this group, send email to sympy-patches@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-patches+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-patches?hl=en.

Reply via email to