We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Attachment: trac_2055_mpolyring_call.patch.gz
Sorry, something went wrong.
fixes an exposed sigsegv in libsingular interface
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.
__call__
Merged in Sage 2.10.2.alpha0
malb
No branches or pull requests
CC: @burcin
Component: commutative algebra
Issue created by migration from https://trac.sagemath.org/ticket/2055
The text was updated successfully, but these errors were encountered: