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([-378,118]),K([2952,-1221])])
E.isogeny_class()
sage:E.rank()
magma:Rank(E);
The elliptic curves in class 2601.2-a have
rank \( 1 \).
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 2601.2-a over \(\Q(\sqrt{2}) \)
sage:E.isogeny_class().curves
Isogeny class 2601.2-a contains
4 curves linked by isogenies of
degrees dividing 10.
| Curve label |
Weierstrass Coefficients |
| 2601.2-a1
| \( \bigl[a\) , \( -a + 1\) , \( a + 1\) , \( 118 a - 378\) , \( -1221 a + 2952\bigr] \)
|
| 2601.2-a2
| \( \bigl[a\) , \( -a + 1\) , \( a + 1\) , \( -2 a + 2\) , \( 4 a - 12\bigr] \)
|
| 2601.2-a3
| \( \bigl[a\) , \( a + 1\) , \( 1\) , \( 6 a - 16\) , \( 10 a - 34\bigr] \)
|
| 2601.2-a4
| \( \bigl[a\) , \( a + 1\) , \( 1\) , \( 486 a - 1536\) , \( -11165 a + 24516\bigr] \)
|