Updates:
Labels: EasyToFix
Comment #4 on issue 1432 by asmeurer: simplify gets hung up on this
expression
http://code.google.com/p/sympy/issues/detail?id=1432
New polys come to the rescue again:
In [4]: a = S("-x1 + F1/(Gc + k) + Gc*x1/(Gc + k) + Gc*xd/(Gc + k) +
k*x1/(Gc + k)")
In [5]: a
Out[5]:
F₁ Gc⋅x₁ Gc⋅xd k⋅x₁
-x₁ + ────── + ────── + ────── + ──────
Gc + k Gc + k Gc + k Gc + k
In [6]: simplify(a)
Out[6]:
F₁ + Gc⋅xd
──────────
Gc + k
and again, I don't think it's tested.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--
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.