| 1 | initial version |
Try this:
sage: F = QQ['t'].fraction_field()
sage: t = F.gen()
sage: E = EllipticCurve(F, [t^4, t + t^3])
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.