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
galois_group
The following will throw eventually.
while true Zx, x = ZZ["x"] k, a = number_field(x^5-2) G, C = galois_group(k); @assert transitive_group_identification(G) == 3 end
@fieker
The text was updated successfully, but these errors were encountered:
I only noticed this when updating singular, but is singular even used here?
Sorry, something went wrong.
Has nothing to do with Singular whatsoever.
a2fa9d3
No branches or pull requests
The following will throw eventually.
@fieker
The text was updated successfully, but these errors were encountered: