sage:R.<x> = PolynomialRing(QQ); K.<a> = NumberField(R([-2, 0, 1]))
pari:K = nfinit(Polrev(%s));
magma:R<x> := PolynomialRing(Rationals()); K<a> := NumberField(R!%s);
oscar:Qx, x = polynomial_ring(QQ); K, a = number_field(Qx(%s))
Generator \(a\), with minimal polynomial
\( x^{2} - 2 \); class number \(1\).
sage:E = EllipticCurve([K([0,1]),K([-1,-1]),K([1,1]),K([-60,-40]),K([-220,-153])])
E.isogeny_class()
sage:E.rank()
magma:Rank(E);
The elliptic curves in class 9.1-a have
rank \( 0 \).
sage:E.isogeny_class().matrix()
\(\left(\begin{array}{rrrr}
1 & 5 & 10 & 2 \\
5 & 1 & 2 & 10 \\
10 & 2 & 1 & 5 \\
2 & 10 & 5 & 1
\end{array}\right)\)
sage:E.isogeny_class().graph().plot(edge_labels=True)
Elliptic curves in class 9.1-a over \(\Q(\sqrt{2}) \)
sage:E.isogeny_class().curves
Isogeny class 9.1-a contains
4 curves linked by isogenies of
degrees dividing 10.
| Curve label |
Weierstrass Coefficients |
| 9.1-a1
| \( \bigl[a\) , \( -a - 1\) , \( a + 1\) , \( -40 a - 60\) , \( -153 a - 220\bigr] \)
|
| 9.1-a2
| \( \bigl[a\) , \( -a - 1\) , \( a + 1\) , \( 0\) , \( 0\bigr] \)
|
| 9.1-a3
| \( \bigl[a\) , \( a\) , \( a + 1\) , \( -2 a - 3\) , \( 0\bigr] \)
|
| 9.1-a4
| \( \bigl[a\) , \( a\) , \( a + 1\) , \( -162 a - 243\) , \( -1495 a - 2130\bigr] \)
|