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