Comment #51 on issue 1598 by mattpap: New polynomials manipulation module
http://code.google.com/p/sympy/issues/detail?id=1598

> Do you think roots should return (gen, dict) as a result?

It might be useful. Actually I didn't care much about root-finding code  
yet, when
working on new polys. For example there should be a method roots() in Poly  
and the
function roots() should be implemented in polytools.py, whereas  
root-finding logic
should be placed in polyroots.py (e.g. _try_heuristics()). I'm going to  
work on this
in near future.

btw. Today I implemented minpoly() function (based on Groebner bases).  
Available in
polys3 branch.


--
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.


Reply via email to