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 —
Cyclotomic polynomials
edit on github
Polynomials
$n$ 
$\Phi_n(x)$
INPUT{polynomials.yaml} (not shown in preview)
Definition
The $n$'th cyclotomic polynomial $\Phi_n(x)$ is the monic polynomial whose roots are the primitive $n$'th roots of unity.
Parameters
$n$
—   integer ($n \geq 1$)
Formulas
(1)
$\Phi_n(x) = \prod_{1\leq k \leq n: \gcd(n,k)=1} (x-\exp(2\pi ik/n))$.
Programs
(P1)
Sage
polynomials = {n: cyclotomic_polynomial(n) for n in [1..100]}
Links
Data properties
Entries are of type: integral polynomial
Table is complete: no