Hi,
Here is an example:
sage: Qt = Frac(PolynomialRing(QQ,'t'))
sage: t = Qt.gen()
sage: R = PolynomialRing(Qt,'X')
sage: X = R.gen()
sage: k2 = X^2 -732*X + 94752
sage: E = EllipticCurve('11a1')
sage: E.isogeny(kernel=k2, model = "minimal")
Result: horrible, horrible error!
Thanks,
Jenny
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send an email to [email protected]
To unsubscribe from this group, send an email to
[email protected]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---