#21000: wrong result for minpoly
------------------------------+------------------------
Reporter: vdelecroix | Owner:
Type: defect | Status: new
Priority: major | Milestone: sage-7.3
Component: algebra | Resolution:
Keywords: | Merged in:
Authors: | Reviewers:
Report Upstream: N/A | Work issues:
Branch: | Commit:
Dependencies: | Stopgaps:
------------------------------+------------------------
Description changed by vdelecroix:
Old description:
> {{{
> sage: p = [1, -12, 70, -264, 757, -1872, 4258, -8796, 15922, -24900,
> 33886, -40608, 43117, -40608, 33886, -24900, 15922, -8796, 4258, -1872,
> 757, -264, 70, -12, 1]
> sage: p = ZZ['x'](p)
> sage: K.<r> = NumberField(p)
> sage: K.one().charpoly()
> x^24
> }}}
New description:
{{{
sage: p = [1, -12, 70, -264, 757, -1872, 4258, -8796, 15922, -24900,
33886, -40608, 43117, -40608, 33886, -24900, 15922, -8796, 4258, -1872,
757, -264, 70, -12, 1]
sage: p = ZZ['x'](p)
sage: K.<r> = NumberField(p)
sage: K.one().charpoly()
x^24
}}}
Original report
https://groups.google.com/forum/#!topic/sage-devel/GfanbBRor6M
--
--
Ticket URL: <https://trac.sagemath.org/ticket/21000#comment:1>
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.