Status: Accepted
Owner: [email protected]
Labels: Type-Defect Priority-Medium Solvers
New issue 2426 by [email protected]: solve uses .degree instead of .degree()
http://code.google.com/p/sympy/issues/detail?id=2426
This causes it to always simplify which is very costly on higher order
polynomials. The syntax should be .degree() Also, as there may be symbols
that are of higher degree but not part of the solution set, perhaps the
symbols should be used in the arguments of degree, too.
--
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.