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
groebner
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.
1
The text was updated successfully, but these errors were encountered:
This is fixed now.
Sorry, something went wrong.
No branches or pull requests
The actual basis is
1
. The bug probably happens because of the randomized linear algebra.The text was updated successfully, but these errors were encountered: