#10635: refactor polynomial_element.pyx factor function
--------------------------------+-------------------------------------------
Reporter: was | Owner: AlexGhitza
Type: enhancement | Status: new
Priority: minor | Milestone: sage-4.6.2
Component: basic arithmetic | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
--------------------------------+-------------------------------------------
Comment(by cjh):
As someone interested in this change, let me chime in with a few
suggestions of my own.
(1) A similar refactoring should be done for roots(). It's true factor()
can be used to find roots, but that's not necessarily the best approach.
This suggests the names ._univariate_polynomial_x for x=factor,roots,etc.
(2) So-called 'modular' gcd algorithms give a real boost to rings where
applicable, so it would be nice to let x=gcd in (1).
(3) Consider whether options such as 'multiplicities=False' should really
be options to .univariate_polynomial_factor() or whether they can be
handled 'universally'.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10635#comment:1>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" 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/sage-trac?hl=en.