Preview for editing tables

In this editor you can enter or edit tables in YAML format, and you can get a preview of how numberdb would render it. You cannot save changes here. Once everything looks good, upload it to the git repository numberdb-data.
— preview —
Regulators of elliptic curves over $\mathbb{Q}$ of rank $1$
edit on github
Numbers
$N$
$c_4$, $c_6$ 
$\text{Reg}(E/\mathbb{Q})$
INPUT{numbers.yaml} (not shown in preview)
Definition
The regulator of an elliptic curve $E$ over $\mathbb{Q}$ is the determinant of the height pairing matrix for a Mordell--Weil basis of $E(\mathbb{Q})$. For elliptic curves of rank $1$, this is the same as the Néron-Tate height of a Mordell-Weil generator of the free part of $E(\mathbb{Q})$. This table lists regulators for elliptic curves over $\mathbb{Q}$ of rank $1$ for the first few conductors.
Parameters
$N$
—   conductor of $E$
$c_4$
—   invariant $c_4$ of a minimal model of $E$
$c_6$
—   invariant $c_6$ of a minimal model of $E$
Formulas
(1)
For an elliptic curve $E$ over a number field $K$, $\text{Reg}(E/K) = \det(\langle P_i, P_j\rangle)_{1\leq i, j \leq r}$, where $P_1, \ldots, P_r$ is a Mordell-Weil basis for $E(K)$ and $\langle ., .\rangle$ denotes the Néron-Tate height pairing.
Comments
(2)
The conductor $N$ can be deduced from $c_4$ and $c_6$. We display it for convenience.
(3)
A model of $E/\mathbb{Q}$ is given by $E: y^2 = x^3 - 27 c_4 x - 54 c_6$.
Programs
(P1)
Sage
numbers = [E.regulator() for E in cremona_curves([1..100])
                         if E.rank() == 1]
Links
Data properties
Entries are of type: real number
Table is complete: unknown
Sources of data: [1]