nzmath.elliptic

ECoverQ

The class is for elliptic curves over Q (rational field).
The class is a subclass of ECGeneric.

Constructor

ECoverQ(Weierstrass list form)

All elements of Weierstrass list form have to be object of rational.Rational or an Python long integer.

In general, given EC characteristic specified, you should call EC for your profit. It is not recommended to call this class directly.

Methods

point(limit) [Experimental]

Returns a random point on elliptic curve.
If limit set, try search limit times. default is 1000 .
This function is Experimental. Since class definition, probably failed to searching point.