First time here? Check out the FAQ!
answered 2017-01-17 10:29:57 +0100
Try this:
sage: F = QQ['t'].fraction_field() sage: t = F.gen() sage: E = EllipticCurve(F, [t^4, t + t^3])