Calculate rational places of curve over large finite field (2^128) using SageMath
Is there a better way than just manually enumerating points?
Edit: I would still like some help on this. I put a comment with the code I'm trying to run below.
What are "rational places"? It'd help, if you provide a Sage code illustrating your question.
This is the code:
When I run this Sage stalls for a long time and then crashes. I was wondering if it was because the function field is too big.
My Sage 10.5.beta9 crashes right away for already for
GF(2^2)
andGF(3^2)
, and so it does not seem to be related to large fields but rather to non-prime fields.Please report the issue at https://github.com/sagemath/sage/issues
I have Sage 10.4, and both
GF(2^2)
andGF(3^2)
work fine for me.I've checked 10.5rc0 - it also works fine on
GF(2^2)
andGF(3^2)
.