#16544: Implement `quo_rem` for `Polynomial_sparse_generic`
----------------------------+----------------------------------------------
Reporter: bruno | Owner:
Type: defect | Status: new
Priority: major | Milestone: sage-6.3
Component: commutative | Keywords: sparse polynomial, quo_rem
algebra | Authors:
Merged in: | Report Upstream: N/A
Reviewers: | Branch:
Work issues: | Dependencies:
Commit: |
Stopgaps: |
----------------------------+----------------------------------------------
It is not possible to compute the Euclidean division for generic sparse
polynomials.
{{{#!python
sage: p=R.rsage: R.<x>=PolynomialRing(ZZ,sparse=True)
sage: p=R.random_element(10)
sage: q=R.random_element(5)
sage: p//q
---------------------------------------------------------------------------
AttributeError
...
AttributeError: 'Polynomial_generic_sparse' object has no attribute
'quo_rem'
}}}
--
Ticket URL: <http://trac.sagemath.org/ticket/16544>
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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.