Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Elliptic curves - morphism

Consider the example from the documentation:

sage: R.<u,v,t> = QQ[]
sage: Jacobian(u^3+v^3+t, variables=[u,v])
Elliptic Curve defined by y^2 = x^3 + (-27/4*t^2) over
Multivariate Polynomial Ring in u, v, t over Rational Field

how to obtain the morphism in this case?

click to hide/show revision 2
retagged

Elliptic curves - morphism

Consider the example from the documentation:

sage: R.<u,v,t> = QQ[]
sage: Jacobian(u^3+v^3+t, variables=[u,v])
Elliptic Curve defined by y^2 = x^3 + (-27/4*t^2) over
Multivariate Polynomial Ring in u, v, t over Rational Field

how to obtain the morphism in this case?