-
-
Notifications
You must be signed in to change notification settings - Fork 480
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 conjugates in universal cyclotomic field miss the previously existing parameter m #18620
Comments
comment:1
Hello, I did remove the argument on purpose. The Galois conjugates do not depend on anything: it is the orbit of the Galois group (of
is a nonsense to me. The way you compute something should not change the result. Moreover, what is used to do is to duplicate the output a certain number of times (in a very inefficient way)
Why not using
if you want to duplicate the list? Vincent |
comment:2
Hi, you might be right in the sense that you will see the same elements multiple times or the same elements in a different order such as
You can argue that these elements live in the The orbit as a set does not depend on your choice above, but the order in which they come in the list depends on the field extension What I find more important is that you broke my code without providing a workaround. And I am also not a big fan of the rudeness or at least missing politeness that seems to become standard in SageMath discussions. Christian |
comment:3
Hello, Replying to @stumpc5:
I am sorry if I was rude or missed politeness.
Here I do not agree with the terminology. I very much understand the difference between:
Since you are mentioning wikipedia, you can read that the Galois conjugates are the root of the minimal polynomial. So there are as many as the degree of the minimal polynomial (which is just independent of any choice of I understand now that this feature was useful and I am sorry if I removed it in an abrupt way. I can provide the branch if you wish (tell me). If you write it, please be much clearer on the specifications. Vincent |
Commit: |
Author: Vincent Delecroix |
New commits:
|
Branch: public/18620 |
comment:5
Hi -- thanks for the quick fix! I usually don't remember all of Galois group theory off the top of my head, that's why I might not have given a clear description in the first place... Christian |
comment:6
The patchbot is happy with it and so am I. |
Reviewer: Christian Stump |
comment:7
Cool! |
Changed branch from public/18620 to |
It used to be possible to do
This functionality has now disappeared in #18152 -- but it is needed to this functionality in the implementation of complex reflection groups in #11187.
CC: @videlec
Component: number fields
Author: Vincent Delecroix
Branch/Commit:
9a3e5cd
Reviewer: Christian Stump
Issue created by migration from https://trac.sagemath.org/ticket/18620
The text was updated successfully, but these errors were encountered: