#5817: [with spkg, needs review] Update FLINT to 1.2.5 (latest upstream release)
----------------------+-----------------------------------------------------
Reporter: mabshoff | Owner: mabshoff
Type: defect | Status: assigned
Priority: major | Milestone: sage-4.0.1
Component: packages | Keywords:
----------------------+-----------------------------------------------------
Comment(by dmharvey):
Somewhere some coefficients are not being reduced properly:
{{{
sage: R.<x> = PolynomialRing(Integers(121))
sage: S.<y> = PolynomialRing(Integers(11))
sage: S(50*x)
6*y
sage: R(S(50*x))
50*x # !!!!!!
}}}
This happens for both the flint-1.2.4.p2 and flint-1.2.5 spkgs.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5817#comment:13>
Sage <http://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
-~----------~----~----~----~------~----~------~--~---