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

galois_group problems #613

Closed
thofma opened this issue Aug 11, 2021 · 2 comments
Closed

galois_group problems #613

thofma opened this issue Aug 11, 2021 · 2 comments

Comments

@thofma
Copy link
Collaborator

thofma commented Aug 11, 2021

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

@tthsqe12
Copy link
Contributor

I only noticed this when updating singular, but is singular even used here?

@thofma
Copy link
Collaborator Author

thofma commented Aug 11, 2021

Has nothing to do with Singular whatsoever.

@fieker fieker closed this as completed in a2fa9d3 Aug 12, 2021
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

2 participants