#19741: Fix coercions involving PolynomialQuotientRings
-------------------------------------+-------------------------------------
Reporter: mmezzarobba | Owner:
Type: defect | Status: new
Priority: minor | Milestone:
Component: algebra | Keywords:
Merged in: | Authors: Marc Mezzarobba
Reviewers: | Report Upstream: N/A
Work issues: | Branch:
Commit: | u/mmezzarobba/polyquo
b13d4df233c7e01e419c4c19c4fd4d63dc97c380| Dependencies:
Stopgaps: |
-------------------------------------+-------------------------------------
`PolynomialQuotientRing_generic.construction()` calls `is_field()` in
attempt to pass `as_field=True` to `QuotientFunctor` in some cases. As far
as I understand, this is not necessary, and probably even incorrect
(`PolynomialQuotientRing_generic` has no `field()` method, only
`number_field()`, and `NumberField`s are constructed using
`AlgebraicExtensionFunctor`, not `QuotientFunctor`), but this breaks basic
arithmetic when polynomial factorization over the cover ring is not
implemented.
{{{
sage: Pol.<y> = CBF[]
sage: Quo.<y> = Pol.quotient(y^3)
sage: CBF.zero()*y
...
NotImplementedError:
}}}
--
Ticket URL: <http://trac.sagemath.org/ticket/19741>
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 https://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.