| 1 | initial version |
Indeed the point P has no such method.
But its coordinates do.
Construct a new point whose coordinates are obtained
from those of P by applying the frobenius to them:
sage: Q = TestCurve([a.frobenius() for a in P])
sage: Q
(2*x + 5 : x + 6 : 1)
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.