Ask Your Question

Revision history [back]

Try this:

sage: F = QQ['t'].fraction_field()
sage: t = F.gen()
sage: E = EllipticCurve(F, [t^4, t + t^3])