#10680: deal with BooleanMonomialMonoid in polynomial sequences
-----------------------------------+----------------------------------------
Reporter: malb | Owner: malb
Type: defect | Status: new
Priority: major | Milestone: sage-4.6.2
Component: commutative algebra | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-----------------------------------+----------------------------------------
Reported by Mate Soos:
{{{
#!python
sage: B.<a,b,c,d> = BooleanPolynomialRing()
sage: F0 = PolynomialSequence(map(lambda f: f.lm(),[a,b,c,d]))
sage: F0
[a, b, c, d]
sage: parent(F0[0])
MonomialMonoid of Boolean PolynomialRing in a, b, c, d
sage: type(parent(F0[0]))
<class 'sage.rings.polynomial.pbori.BooleanMonomialMonoid'>
sage: F0.groebner_basis()
AttributeError: 'BooleanMonomialMonoid' object has no attribute 'ideal'
}}}
In this case the matching ring should be used.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10680>
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.