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

Bug in groebner in Z_2 #78

Closed
sumiya11 opened this issue Sep 13, 2023 · 1 comment
Closed

Bug in groebner in Z_2 #78

sumiya11 opened this issue Sep 13, 2023 · 1 comment

Comments

@sumiya11
Copy link
Owner

sumiya11 commented Sep 13, 2023

using AbstractAlgebra, Groebner

R, (x,y,z) = GF(2)["x","y","z"]

groebner([x^2 + 1, x*y, y*z + 1])
3-element Vector{AbstractAlgebra.Generic.MPoly{AbstractAlgebra.GFElem{Int64}}}:
 y*z + 1
 x*y
 x^2 + 1

The actual basis is 1. The bug probably happens because of the randomized linear algebra.

@sumiya11
Copy link
Owner Author

This is fixed now.

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

No branches or pull requests

1 participant