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?
1 | initial version |
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?
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.