Hi
I don't know why the function "A=H.point()" at the followe program
for the finite field with size 101^5 don't work.
But for the finite field with size 101^2 it work.

sage: k.<x>=GF(101^5,'x');
sage: x=polygen(k);
sage: H = HyperellipticCurve(x^5 + 12*x^4 + 13*x^3 + 15*x^2 + 33*x);
sage: J = H.jacobian();
sage: J = J(J.base_ring());
sage: A=H.points();
sage: print A;

--

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to