#12803: quotient of ideals throws up Singular bug
-------------------------------------------------+-------------------------
Reporter: mariah | Owner: malb
Type: defect | Status: new
Priority: major | Milestone: sage-6.4
Component: commutative algebra | Resolution:
Keywords: | Merged in:
Authors: | Reviewers:
Report Upstream: Fixed upstream, in a later | Work issues:
stable release. | Commit:
Branch: | Stopgaps:
Dependencies: |
-------------------------------------------------+-------------------------
Comment (by jakobkroeker):
the bug above is fixed by upgrade to Singular 3.1.7
but there is at least another one (fixed in 4.0.1, see ticket #17254):
{{{
R.<xe,xv> = ZZ[]
J = Ideal(4*xv^3+3*xv^2, 3*xe*xv^2+xe-2*xv);
I = Ideal(-3, -3*xv-1, -3);
I2 = Ideal(-3, -3*xv-1);
assert( I == I2 )
Q1 = J.quotient(I) # wrong
Q2 = J.quotient(I2)
assert( Q1 == Q2 ) # fails
}}}
--
Ticket URL: <http://trac.sagemath.org/ticket/12803#comment:8>
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 http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.