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

MPolynomialRing(BooleanPolynomial) #2055

Closed
malb opened this issue Feb 5, 2008 · 4 comments
Closed

MPolynomialRing(BooleanPolynomial) #2055

malb opened this issue Feb 5, 2008 · 4 comments

Comments

@malb
Copy link
Member

malb commented Feb 5, 2008

sage: B.<x,y,z> = BooleanPolynomialRing(3)
sage: P.<x,y,z> = MPolynomialRing(QQ,3)
sage: P(B.gen(0))
x

CC: @burcin

Component: commutative algebra

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

@malb malb added this to the sage-2.10.2 milestone Feb 5, 2008
@malb malb self-assigned this Feb 5, 2008
@malb
Copy link
Member Author

malb commented Feb 5, 2008

Attachment: trac_2055_mpolyring_call.patch.gz

@malb
Copy link
Member Author

malb commented Feb 14, 2008

fixes an exposed sigsegv in libsingular interface

@ncalexan
Copy link
Mannequin

ncalexan mannequin commented Feb 14, 2008

comment:1

Attachment: sigsegv.patch.gz

This should be applied.

The __call__ method is not as general as it could be. See ticket #2165 for an enhancement.

@ncalexan ncalexan mannequin added the s: positive review label Feb 14, 2008
@sagetrac-mabshoff
Copy link
Mannequin

sagetrac-mabshoff mannequin commented Feb 15, 2008

comment:2

Merged in Sage 2.10.2.alpha0

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

1 participant