Rank $2$ Elliptic Curves

930 Views Asked by At

I'm on a quest for some rank $2$ elliptic curves. My question is actually twofold:

  • Is there a way to easily construct a curve with this property?

  • Is there a database of elliptic curves with given rank?

I know Cremona has an extensive list of curves, but it seems like access to his tables require Linux. Am I wrong on this? References on constructing curves to have a certain rank is welcome, as are Pari/GP and Sage programs that anyone may have.

2

There are 2 best solutions below

1
On BEST ANSWER

You can use the Sage Notebook to evaluate Sage code online.

For example:

    elliptic_curves.rank(n=5, rank=2, tors=0, labels=false)

With output:

Elliptic Curve defined by y^2 + y = x^3 + x^2 - 2*x over Rational Field

Elliptic Curve defined by y^2 + x*y = x^3 + 1 over Rational Field

Elliptic Curve defined by y^2 + x*y = x^3 - x^2 - 4*x + 4 over Rational Field

Elliptic Curve defined by y^2 + x*y + y = x^3 + x^2 - 15*x + 16 over Rational Field

Elliptic Curve defined by y^2 + y = x^3 + x^2 - 4*x + 2 over Rational Field

0
On

Accessing Cremona's tables does not need Linux:

Here is the first example with rank $2$ in the database: [0, 1, 1, -2, 0], i.e., $$E: y^2 +y=x^3+x^2-2x.$$