#13847: remove sage.crypto.mq.mpolynomialsystem
-----------------------------------+----------------------------------------
Reporter: malb | Owner: mvngu
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-5.7
Component: cryptography | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers: Alexander Dreyer
Authors: Martin Albrecht | Merged in:
Dependencies: | Stopgaps:
-----------------------------------+----------------------------------------
Changes (by jdemeyer):
* status: needs_review => needs_work
Comment:
This causes
{{{
sage -t --long "devel/sage/sage/rings/polynomial/polynomial_ring.py"
**********************************************************************
File
"/release/merger/sage-5.7.beta0/devel/sage/sage/rings/polynomial/polynomial_ring.py",
line 1641:
sage: R.lagrange_polynomial([(a^2+a,a),(a,1),(a^2,a^2+a+1)],
algorithm="neville", previous_row=p)[-1]
Expected:
a^2*x^2 + a^2*x + a^2
Got:
a^2*x^2 + a*x + a^2 + a
**********************************************************************
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13847#comment:11>
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.