#1245: Error coercing multivariate polynomial rings with one variable into
composite integer rings
---------------------------------------------------------------+------------
Reporter: ncalexan | Owner:
malb
Type: defect | Status:
closed
Priority: critical | Milestone:
sage-3.1.4
Component: commutative algebra | Resolution:
fixed
Keywords: coercion coerce multivariate univariate composite |
---------------------------------------------------------------+------------
Changes (by mhansen):
* status: new => closed
* resolution: => fixed
* milestone: sage-3.2.1 => sage-3.1.4
Comment:
This has been fixed in at least Sage 3.1.4
{{{
sage: sage: PolynomialRing(ZZ, 1, 'x').gen() * Mod(1, 3)
x
sage: sage: PolynomialRing(ZZ, 1, 'x').gen() * Mod(1, 9)
x
sage: _.parent()
Univariate Polynomial Ring in x over Ring of integers modulo 9
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/1245#comment:7>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---