sage:R.<x> = PolynomialRing(QQ); K.<a> = NumberField(R([2, -1, 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} - x + 2 \); class number \(1\).
sage:E = EllipticCurve([K([0,1]),K([1,0]),K([0,0]),K([-6,-15]),K([-6,17])])
E.isogeny_class()
sage:E.rank()
magma:Rank(E);
The elliptic curves in class 36992.2-d have
rank \( 0 \).
sage:E.isogeny_class().matrix()
\(\left(\begin{array}{rrrr}
1 & 6 & 2 & 3 \\
6 & 1 & 3 & 2 \\
2 & 3 & 1 & 6 \\
3 & 2 & 6 & 1
\end{array}\right)\)
sage:E.isogeny_class().graph().plot(edge_labels=True)
Elliptic curves in class 36992.2-d over \(\Q(\sqrt{-7}) \)
sage:E.isogeny_class().curves
Isogeny class 36992.2-d contains
4 curves linked by isogenies of
degrees dividing 6.
| Curve label |
Weierstrass Coefficients |
| 36992.2-d1
| \( \bigl[a\) , \( 1\) , \( 0\) , \( -15 a - 6\) , \( 17 a - 6\bigr] \)
|
| 36992.2-d2
| \( \bigl[a\) , \( 1\) , \( 0\) , \( -565 a - 226\) , \( -5593 a + 1974\bigr] \)
|
| 36992.2-d3
| \( \bigl[a\) , \( 1\) , \( 0\) , \( -215 a - 86\) , \( 1785 a - 630\bigr] \)
|
| 36992.2-d4
| \( \bigl[a\) , \( 1\) , \( 0\) , \( -515 a - 206\) , \( -6987 a + 2466\bigr] \)
|