-
-
Notifications
You must be signed in to change notification settings - Fork 564
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
conversion between non-prime finite fields #8751
Comments
comment:1
any progress on the isomorphism between finite fields? Paul |
comment:2
Replying to @zimmermann6:
See #8335 |
comment:3
If anything has to be done here, it should definitely be after #8335 gets in indeed. |
comment:4
I guess here would be the place to craft a super fast system for "general" finite fields once #8335 and #11938 are done. Some references:
|
comment:5
Link to Allombert paper: Rains communicated me its work. So I guess I now have all that is needed to begin coding. |
comment:6
Replying to @jpflori:
Since he is a lead developer of pari and says in the paper that he has implemented his algorithm in pari, can we not just use that implementation by wrapping it?
|
comment:7
Replying to @JohnCremona:
Of course, but that will not give us "lattices of compatible finite fields". The way I see it, we should get the following tickets merged in that order:
|
comment:9
Replying to @jpflori Since it has been mentioned in the tickets related to this one, here's some more literature (by Doliskani, Schost and myself):
...still quite far from the complete picture. |
Changed keywords from none to sd51 |
comment:11
any progress on this ticket? |
comment:12
Not on my side...
|
comment:13
Here is PARI/GP commit: |
I noticed the following with Sage 4.3.5:
This is ok since indeed a=x+1 is not in the prime subfield.
But:
In this case b=1 is in the prime subfield!!!
Side question: is there a (simple) way to get the isomorphism between R and R2?
CC: @JohnCremona @jpflori @defeo @pjbruin
Component: basic arithmetic
Keywords: sd51
Issue created by migration from https://trac.sagemath.org/ticket/8751
The text was updated successfully, but these errors were encountered: