Status: Accepted
Owner: nicolas.pourcelot
Labels: Type-Defect Priority-Medium
New issue 2011 by nicolas.pourcelot: less self-confident simplify
http://code.google.com/p/sympy/issues/detail?id=2011
There is some case where simplify result is much more complicated than its
input value.
In interactive mode, this is not a problem, but simplify is often used
inside other function.
So, if output value is more complicated, it may be better that simplify
simply returns input value (at least by default).
One may use .count_ops() to compare input and output complexity.
(See also issue 1694 for some comments on this).
--
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.