I get error when finding the generators of elliptic curve over number field with non-monic defining polynomial.
Session: sage: Z1.<Z>=ZZ[] sage: Nf.<w>=NumberField(13*Z^2+5) sage: E=EllipticCurve(Nf,[w,0]) sage: ge=E.gens() TypeError: Coordinates [-1/4, -1/8*w + 1, 1] do not define a point on Elliptic Curve defined by y^2 = x^3 + w*x over Number Field in w with defining polynomial 13*Z^2 + 5 -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/CAGUWgD-ROP%3DQVhPPtqjy7PsY2%3DZb-8tOc%2BuO29PGWzz1KQ10Jg%40mail.gmail.com.