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

is_abelian throws #1625

Closed
thofma opened this issue Sep 23, 2024 · 0 comments · Fixed by #1644
Closed

is_abelian throws #1625

thofma opened this issue Sep 23, 2024 · 0 comments · Fixed by #1644

Comments

@thofma
Copy link
Owner

thofma commented Sep 23, 2024

The following should work:

julia> F, a = cyclotomic_field(7,:a)
(Cyclotomic field of order 7, a)

julia> P,x = polynomial_ring(F,:x)
(Univariate polynomial ring in x over F, x)

julia> FG,dd = number_field(x^6 + (133486969//288*a^5 - 223759151//432*a^4 - 223759151//432*a^3 + 133486969//288*a^2 - 232474865//288)*x^3 - 840539241479//13824*a^5 - 18036715089631//9216*a^4 - 18036715089631//9216*a^3 - 840539241479//13824*a^2 - 7320065966297//9216)
(Relative number field of degree 6 over F, _$)

julia> is_abelian(FG)
ERROR: Number field element not in the order
Stacktrace:
 [1] error(s::String)
   @ Base ./error.jl:35

Error is due to "non-nice" defining polynomial.

thofma added a commit that referenced this issue Oct 9, 2024
@thofma thofma closed this as completed in 142fe2b Oct 9, 2024
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

Successfully merging a pull request may close this issue.

1 participant