Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Is it error in Sage or mwrank

Sage is unable to compute generators of this elliptic curve:

E=EllipticCurve([0,0,0,-3904/3,-144025/27])
E.gens()

The curve has quite small point (-1373/300, 22927/1000).

Is it error in Sage or in mwrank algorithm?

Is it error in Sage or mwrank

Sage is unable to compute generators of this elliptic curve:

E=EllipticCurve([0,0,0,-3904/3,-144025/27])
E.gens()

The curve has quite small point (-1373/300, 22927/1000).

Is it error in Sage or in mwrank algorithm?

EDIT: Another example:

E=EllipticCurve([0,0,0,-106/3, -911/27])
E.gens()

It has small point: (-7/3, -6).

Sage is terrible.