Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deal with BooleanMonomialMonoid in polynomial sequences #10680

Closed
malb opened this issue Jan 24, 2011 · 8 comments
Closed

deal with BooleanMonomialMonoid in polynomial sequences #10680

malb opened this issue Jan 24, 2011 · 8 comments

Comments

@malb
Copy link
Member

malb commented Jan 24, 2011

Reported by Mate Soos:

As of Sage 5.5, Sequences of polynomials offers special methods:

sage: B.<a,b,c,d> = GF(2)[]
sage: F0 = Sequence(map(lambda f: f.lm(),[a,b,c,d]))
sage: F0.groebner_basis()
[a, b, c, d]

However, Sequences of boolean polynomials lack these special methods:

sage: B.<a,b,c,d> = BooleanPolynomialRing()
sage: F0 = Sequence(map(lambda f: f.lm(),[a,b,c,d]))
sage: F0.groebner_basis()
...
AttributeError: 'Sequence_generic' object has no attribute 'groebner_basis'

CC: @msoos @sagetrac-Bouillaguet

Component: commutative algebra

Author: Thierry Monteil

Branch/Commit: 3fd8230

Reviewer: Travis Scrimshaw

Issue created by migration from https://trac.sagemath.org/ticket/10680

@malb malb added this to the sage-5.11 milestone Jan 24, 2011
@malb malb self-assigned this Jan 24, 2011
@sagetrac-Bouillaguet

This comment has been minimized.

@jdemeyer jdemeyer modified the milestones: sage-5.11, sage-5.12 Aug 13, 2013
@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.1, sage-6.2 Jan 30, 2014
@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.2, sage-6.3 May 6, 2014
@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.3, sage-6.4 Aug 10, 2014
@sagetrac-tmonteil
Copy link
Mannequin

sagetrac-tmonteil mannequin commented Jul 13, 2017

@sagetrac-tmonteil
Copy link
Mannequin

sagetrac-tmonteil mannequin commented Jul 13, 2017

comment:7

This defect fixed itself with the time. Let me just add a corresponding doctest to avoid future regression.


New commits:

3fd8230#10680 : test Groebner basis of sequences of boolean polynomials.

@sagetrac-tmonteil
Copy link
Mannequin

sagetrac-tmonteil mannequin commented Jul 13, 2017

Author: Thierry Monteil

@sagetrac-tmonteil
Copy link
Mannequin

sagetrac-tmonteil mannequin commented Jul 13, 2017

Commit: 3fd8230

@tscrim
Copy link
Collaborator

tscrim commented Jul 13, 2017

Reviewer: Travis Scrimshaw

@tscrim
Copy link
Collaborator

tscrim commented Jul 13, 2017

comment:8

LGTM.

@vbraun
Copy link
Member

vbraun commented Jul 26, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants