Properties

Label 11.11.1822837804...1449.1
Degree $11$
Signature $[11, 0]$
Discriminant $67^{10}$
Root discriminant $45.72$
Ramified prime $67$
Class number $1$
Class group Trivial
Galois group $C_{11}$ (as 11T1)

Related objects

Downloads

Learn more about

Show commands for: Magma / SageMath / Pari/GP

magma: R<x> := PolynomialRing(Rationals()); K<a> := NumberField(R![29, 243, 35, -1758, 1960, -101, -698, 220, 63, -30, -1, 1]);
 
sage: x = polygen(QQ); K.<a> = NumberField(x^11 - x^10 - 30*x^9 + 63*x^8 + 220*x^7 - 698*x^6 - 101*x^5 + 1960*x^4 - 1758*x^3 + 35*x^2 + 243*x + 29)
 
gp: K = bnfinit(x^11 - x^10 - 30*x^9 + 63*x^8 + 220*x^7 - 698*x^6 - 101*x^5 + 1960*x^4 - 1758*x^3 + 35*x^2 + 243*x + 29, 1)
 

Normalized defining polynomial

\( x^{11} - x^{10} - 30 x^{9} + 63 x^{8} + 220 x^{7} - 698 x^{6} - 101 x^{5} + 1960 x^{4} - 1758 x^{3} + 35 x^{2} + 243 x + 29 \)

magma: DefiningPolynomial(K);
 
sage: K.defining_polynomial()
 
gp: K.pol
 

Invariants

Degree:  $11$
magma: Degree(K);
 
sage: K.degree()
 
gp: poldegree(K.pol)
 
Signature:  $[11, 0]$
magma: Signature(K);
 
sage: K.signature()
 
gp: K.sign
 
Discriminant:  \(1822837804551761449=67^{10}\)
magma: Discriminant(Integers(K));
 
sage: K.disc()
 
gp: K.disc
 
Root discriminant:  $45.72$
magma: Abs(Discriminant(Integers(K)))^(1/Degree(K));
 
sage: (K.disc().abs())^(1./K.degree())
 
gp: abs(K.disc)^(1/poldegree(K.pol))
 
Ramified primes:  $67$
magma: PrimeDivisors(Discriminant(Integers(K)));
 
sage: K.disc().support()
 
gp: factor(abs(K.disc))[,1]~
 
This field is Galois and abelian over $\Q$.
Conductor:  \(67\)
Dirichlet character group:    $\lbrace$$\chi_{67}(64,·)$, $\chi_{67}(1,·)$, $\chi_{67}(40,·)$, $\chi_{67}(9,·)$, $\chi_{67}(14,·)$, $\chi_{67}(15,·)$, $\chi_{67}(22,·)$, $\chi_{67}(24,·)$, $\chi_{67}(25,·)$, $\chi_{67}(59,·)$, $\chi_{67}(62,·)$$\rbrace$
This is not a CM field.

Integral basis (with respect to field generator \(a\))

$1$, $a$, $a^{2}$, $a^{3}$, $a^{4}$, $a^{5}$, $a^{6}$, $a^{7}$, $a^{8}$, $a^{9}$, $\frac{1}{256447} a^{10} - \frac{92780}{256447} a^{9} - \frac{120859}{256447} a^{8} + \frac{32149}{256447} a^{7} - \frac{16794}{256447} a^{6} - \frac{42144}{256447} a^{5} + \frac{30666}{256447} a^{4} + \frac{4159}{8843} a^{3} - \frac{104882}{256447} a^{2} - \frac{34302}{256447} a - \frac{61}{8843}$

magma: IntegralBasis(K);
 
sage: K.integral_basis()
 
gp: K.zk
 

Class group and class number

Trivial group, which has order $1$

magma: ClassGroup(K);
 
sage: K.class_group().invariants()
 
gp: K.clgp
 

Unit group

magma: UK, f := UnitGroup(K);
 
sage: UK = K.unit_group()
 
Rank:  $10$
magma: UnitRank(K);
 
sage: UK.rank()
 
gp: K.fu
 
Torsion generator:  \( -1 \) (order $2$)
magma: K!f(TU.1) where TU,f is TorsionUnitGroup(K);
 
sage: UK.torsion_generator()
 
gp: K.tu[2]
 
Fundamental units:  Units are too long to display, but can be downloaded with other data for this field from 'Stored data to gp' link to the right
magma: [K!f(g): g in Generators(UK)];
 
sage: UK.fundamental_units()
 
gp: K.fu
 
Regulator:  \( 330512.248088 \)
magma: Regulator(K);
 
sage: K.regulator()
 
gp: K.reg
 

Galois group

$C_{11}$ (as 11T1):

magma: GaloisGroup(K);
 
sage: K.galois_group(type='pari')
 
gp: polgalois(K.pol)
 
A cyclic group of order 11
The 11 conjugacy class representatives for $C_{11}$
Character table for $C_{11}$

Intermediate fields

The extension is primitive: there are no intermediate fields between this field and $\Q$.

Frobenius cycle types

$p$ 2 3 5 7 11 13 17 19 23 29 31 37 41 43 47 53 59
Cycle type ${\href{/LocalNumberField/2.11.0.1}{11} }$ ${\href{/LocalNumberField/3.11.0.1}{11} }$ ${\href{/LocalNumberField/5.11.0.1}{11} }$ ${\href{/LocalNumberField/7.11.0.1}{11} }$ ${\href{/LocalNumberField/11.11.0.1}{11} }$ ${\href{/LocalNumberField/13.11.0.1}{11} }$ ${\href{/LocalNumberField/17.11.0.1}{11} }$ ${\href{/LocalNumberField/19.11.0.1}{11} }$ ${\href{/LocalNumberField/23.11.0.1}{11} }$ ${\href{/LocalNumberField/29.1.0.1}{1} }^{11}$ ${\href{/LocalNumberField/31.11.0.1}{11} }$ ${\href{/LocalNumberField/37.1.0.1}{1} }^{11}$ ${\href{/LocalNumberField/41.11.0.1}{11} }$ ${\href{/LocalNumberField/43.11.0.1}{11} }$ ${\href{/LocalNumberField/47.11.0.1}{11} }$ ${\href{/LocalNumberField/53.11.0.1}{11} }$ ${\href{/LocalNumberField/59.11.0.1}{11} }$

Cycle lengths which are repeated in a cycle type are indicated by exponents.

magma: p := 7; // to obtain a list of $[e_i,f_i]$ for the factorization of the ideal $p\mathcal{O}_K$:
 
magma: idealfactors := Factorization(p*Integers(K)); // get the data
 
magma: [<primefactor[2], Valuation(Norm(primefactor[1]), p)> : primefactor in idealfactors];
 
sage: p = 7; # to obtain a list of $[e_i,f_i]$ for the factorization of the ideal $p\mathcal{O}_K$:
 
sage: [(e, pr.norm().valuation(p)) for pr,e in K.factor(p)]
 
gp: p = 7; \\ to obtain a list of $[e_i,f_i]$ for the factorization of the ideal $p\mathcal{O}_K$:
 
gp: idealfactors = idealprimedec(K, p); \\ get the data
 
gp: vector(length(idealfactors), j, [idealfactors[j][3], idealfactors[j][4]])
 

Local algebras for ramified primes

$p$LabelPolynomial $e$ $f$ $c$ Galois group Slope content
$67$67.11.10.1$x^{11} - 67$$11$$1$$10$$C_{11}$$[\ ]_{11}$