#13651: padic _ntl_rep_abs incorrect for extension fields
------------------------+---------------------------------------------------
Reporter: saraedum | Owner: roed
Type: defect | Status: new
Priority: minor | Milestone: sage-5.5
Component: padics | Keywords:
Work issues: | Report Upstream: N/A
Reviewers: | Authors: Julian Rueth
Merged in: | Dependencies:
Stopgaps: |
------------------------+---------------------------------------------------
Currently, {{{_ntl_rep_abs()}}} is incorrect for some extension fields::
{{{
sage: K=Zp(3,3)
sage: R.<a>=K[]
sage: L.<a>=K.extension(a^2-3)
sage: L(3)._ntl_rep_abs()
([57], 0)
}}}
The correct result here would be {{{([3],0)}}}.
The attached patch fixes this.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13651>
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.