Macaulay2 » Documentation
Packages » EllipticCurves :: Discriminant(EllipticCurve)
next | previous | forward | backward | up | index | toc

Discriminant(EllipticCurve) -- A method to compute the discriminant of an elliptic curve.

Synopsis

Description

i1 : E=ellCurve(3,8,GF(13))

o1 = Elliptic Curve defined by Y^2 = X^3 + 3 X + (-5)( over(GF 13 .))

o1 : EllipticCurve
i2 : Discriminant(E)

o2 = 4

o2 : GF 13

Ways to use this method: