Updates:
Status: Fixed
Comment #2 on issue 3539 by [email protected]: match should not do solve's
work
http://code.google.com/p/sympy/issues/detail?id=3539
The workaround is to just not let an Add or Mul get more complex as
measured with count_ops. The old behavior (which gives a solve-like result)
can be obtained by using the keyword ``old=True`` as shown in the
docstring. Only one use of match in SymPy required the use of this flag,
and it should really be fixed so it doesn't need to rely on this behavior
(but I don't know how to write the function look-up table).
--
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.