Properties

Label 11.11.285...921.1
Degree $11$
Signature $(11, 0)$
Discriminant $2.850\times 10^{22}$
Root discriminant \(109.99\)
Ramified prime $641$
Class number $1$
Class group trivial
Galois group $C_{11}:C_5$ (as 11T3)

Related objects

Downloads

Learn more

Show commands: Magma / Oscar / Pari/GP / SageMath

Normalized defining polynomial

Copy content comment:Define the number field
 
Copy content sage:x = polygen(QQ); K.<a> = NumberField(x^11 - 4*x^10 - 52*x^9 + 200*x^8 + 977*x^7 - 3574*x^6 - 8260*x^5 + 27863*x^4 + 32219*x^3 - 92821*x^2 - 47911*x + 97441)
 
Copy content gp:K = bnfinit(y^11 - 4*y^10 - 52*y^9 + 200*y^8 + 977*y^7 - 3574*y^6 - 8260*y^5 + 27863*y^4 + 32219*y^3 - 92821*y^2 - 47911*y + 97441, 1)
 
Copy content magma:R<x> := PolynomialRing(Rationals()); K<a> := NumberField(x^11 - 4*x^10 - 52*x^9 + 200*x^8 + 977*x^7 - 3574*x^6 - 8260*x^5 + 27863*x^4 + 32219*x^3 - 92821*x^2 - 47911*x + 97441);
 
Copy content oscar:Qx, x = polynomial_ring(QQ); K, a = number_field(x^11 - 4*x^10 - 52*x^9 + 200*x^8 + 977*x^7 - 3574*x^6 - 8260*x^5 + 27863*x^4 + 32219*x^3 - 92821*x^2 - 47911*x + 97441)
 

\( x^{11} - 4 x^{10} - 52 x^{9} + 200 x^{8} + 977 x^{7} - 3574 x^{6} - 8260 x^{5} + 27863 x^{4} + \cdots + 97441 \) Copy content Toggle raw display

Copy content comment:Defining polynomial
 
Copy content sage:K.defining_polynomial()
 
Copy content gp:K.pol
 
Copy content magma:DefiningPolynomial(K);
 
Copy content oscar:defining_polynomial(K)
 

Invariants

Degree:  $11$
Copy content comment:Degree over Q
 
Copy content sage:K.degree()
 
Copy content gp:poldegree(K.pol)
 
Copy content magma:Degree(K);
 
Copy content oscar:degree(K)
 
Signature:  $(11, 0)$
Copy content comment:Signature
 
Copy content sage:K.signature()
 
Copy content gp:K.sign
 
Copy content magma:Signature(K);
 
Copy content oscar:signature(K)
 
Discriminant:   \(28501271562015485137921\) \(\medspace = 641^{8}\) Copy content Toggle raw display
Copy content comment:Discriminant
 
Copy content sage:K.disc()
 
Copy content gp:K.disc
 
Copy content magma:OK := Integers(K); Discriminant(OK);
 
Copy content oscar:OK = ring_of_integers(K); discriminant(OK)
 
Root discriminant:  \(109.99\)
Copy content comment:Root discriminant
 
Copy content sage:(K.disc().abs())^(1./K.degree())
 
Copy content gp:abs(K.disc)^(1/poldegree(K.pol))
 
Copy content magma:Abs(Discriminant(OK))^(1/Degree(K));
 
Copy content oscar:OK = ring_of_integers(K); (1.0 * abs(discriminant(OK)))^(1/degree(K))
 
Galois root discriminant:  not computed
Ramified primes:   \(641\) Copy content Toggle raw display
Copy content comment:Ramified primes
 
Copy content sage:K.disc().support()
 
Copy content gp:factor(abs(K.disc))[,1]~
 
Copy content magma:PrimeDivisors(Discriminant(OK));
 
Copy content oscar:prime_divisors(discriminant(OK))
 
Discriminant root field:  \(\Q\)
$\Aut(K/\Q)$:   $C_1$
Copy content comment:Automorphisms
 
Copy content sage:K.automorphisms()
 
Copy content magma:Automorphisms(K);
 
Copy content oscar:automorphism_group(K)
 
This field is not Galois over $\Q$.
This is not a CM field.
This field has no CM subfields.

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}{133257556552321}a^{10}-\frac{41718082848977}{133257556552321}a^{9}-\frac{27729203956439}{133257556552321}a^{8}+\frac{63277957488948}{133257556552321}a^{7}-\frac{424445719732}{133257556552321}a^{6}-\frac{36703272043610}{133257556552321}a^{5}+\frac{36837449335763}{133257556552321}a^{4}-\frac{60939623055294}{133257556552321}a^{3}-\frac{36714019056147}{133257556552321}a^{2}-\frac{17258658480764}{133257556552321}a-\frac{38825014739497}{133257556552321}$ Copy content Toggle raw display

Copy content comment:Integral basis
 
Copy content sage:K.integral_basis()
 
Copy content gp:K.zk
 
Copy content magma:IntegralBasis(K);
 
Copy content oscar:basis(OK)
 

Monogenic:  Not computed
Index:  $1$
Inessential primes:  None

Class group and class number

Ideal class group:  Trivial group, which has order $1$
Copy content comment:Class group
 
Copy content sage:K.class_group().invariants()
 
Copy content gp:K.clgp
 
Copy content magma:ClassGroup(K);
 
Copy content oscar:class_group(K)
 
Narrow class group:  Trivial group, which has order $1$
Copy content comment:Narrow class group
 
Copy content sage:K.narrow_class_group().invariants()
 
Copy content gp:bnfnarrow(K)
 
Copy content magma:NarrowClassGroup(K);
 

Unit group

Copy content comment:Unit group
 
Copy content sage:UK = K.unit_group()
 
Copy content magma:UK, fUK := UnitGroup(K);
 
Copy content oscar:UK, fUK = unit_group(OK)
 
Rank:  $10$
Copy content comment:Unit rank
 
Copy content sage:UK.rank()
 
Copy content gp:K.fu
 
Copy content magma:UnitRank(K);
 
Copy content oscar:rank(UK)
 
Torsion generator:   \( -1 \)  (order $2$) Copy content Toggle raw display
Copy content comment:Generator for roots of unity
 
Copy content sage:UK.torsion_generator()
 
Copy content gp:K.tu[2]
 
Copy content magma:K!f(TU.1) where TU,f is TorsionUnitGroup(K);
 
Copy content oscar:torsion_units_generator(OK)
 
Fundamental units:   $\frac{449847925016}{133257556552321}a^{10}-\frac{561364625602}{133257556552321}a^{9}-\frac{25161684675998}{133257556552321}a^{8}+\frac{21192371521767}{133257556552321}a^{7}+\frac{509139714200566}{133257556552321}a^{6}-\frac{227977706557420}{133257556552321}a^{5}-\frac{45\cdots 96}{133257556552321}a^{4}+\frac{367683764720970}{133257556552321}a^{3}+\frac{16\cdots 85}{133257556552321}a^{2}+\frac{28\cdots 93}{133257556552321}a-\frac{17\cdots 09}{133257556552321}$, $\frac{3814337538496}{133257556552321}a^{10}-\frac{5029859418224}{133257556552321}a^{9}-\frac{211918334369206}{133257556552321}a^{8}+\frac{194793763192036}{133257556552321}a^{7}+\frac{42\cdots 66}{133257556552321}a^{6}-\frac{22\cdots 47}{133257556552321}a^{5}-\frac{37\cdots 09}{133257556552321}a^{4}+\frac{56\cdots 38}{133257556552321}a^{3}+\frac{13\cdots 02}{133257556552321}a^{2}+\frac{16\cdots 37}{133257556552321}a-\frac{13\cdots 53}{133257556552321}$, $\frac{853299626381}{133257556552321}a^{10}+\frac{938506199957}{133257556552321}a^{9}+\frac{48023168156102}{133257556552321}a^{8}-\frac{34191055282362}{133257556552321}a^{7}-\frac{981355221147268}{133257556552321}a^{6}+\frac{344217073521122}{133257556552321}a^{5}+\frac{88\cdots 63}{133257556552321}a^{4}-\frac{319346621524245}{133257556552321}a^{3}-\frac{33\cdots 69}{133257556552321}a^{2}-\frac{54\cdots 12}{133257556552321}a+\frac{34\cdots 05}{133257556552321}$, $\frac{1927874613113}{133257556552321}a^{10}+\frac{2442952336046}{133257556552321}a^{9}+\frac{107154217243499}{133257556552321}a^{8}-\frac{93755731951319}{133257556552321}a^{7}-\frac{21\cdots 46}{133257556552321}a^{6}+\frac{10\cdots 20}{133257556552321}a^{5}+\frac{18\cdots 68}{133257556552321}a^{4}-\frac{24\cdots 15}{133257556552321}a^{3}-\frac{69\cdots 05}{133257556552321}a^{2}-\frac{81\cdots 49}{133257556552321}a+\frac{70\cdots 52}{133257556552321}$, $\frac{277761887491}{133257556552321}a^{10}+\frac{210894209167}{133257556552321}a^{9}+\frac{15246688436861}{133257556552321}a^{8}-\frac{8630349650863}{133257556552321}a^{7}-\frac{293451735846528}{133257556552321}a^{6}+\frac{124978484308865}{133257556552321}a^{5}+\frac{23\cdots 54}{133257556552321}a^{4}-\frac{722171741103110}{133257556552321}a^{3}-\frac{75\cdots 25}{133257556552321}a^{2}+\frac{12\cdots 17}{133257556552321}a+\frac{51\cdots 26}{133257556552321}$, $\frac{880424173691}{133257556552321}a^{10}-\frac{1060507296211}{133257556552321}a^{9}-\frac{48788703776901}{133257556552321}a^{8}+\frac{39318191070726}{133257556552321}a^{7}+\frac{977612637161704}{133257556552321}a^{6}-\frac{418072638391960}{133257556552321}a^{5}-\frac{86\cdots 13}{133257556552321}a^{4}+\frac{702849089699467}{133257556552321}a^{3}+\frac{31\cdots 01}{133257556552321}a^{2}+\frac{48\cdots 32}{133257556552321}a-\frac{32\cdots 23}{133257556552321}$, $\frac{1035620646365}{133257556552321}a^{10}+\frac{2667381998639}{133257556552321}a^{9}+\frac{51895814153286}{133257556552321}a^{8}-\frac{111040985725015}{133257556552321}a^{7}-\frac{912273309083182}{133257556552321}a^{6}+\frac{14\cdots 94}{133257556552321}a^{5}+\frac{68\cdots 61}{133257556552321}a^{4}-\frac{61\cdots 69}{133257556552321}a^{3}-\frac{22\cdots 35}{133257556552321}a^{2}+\frac{40\cdots 20}{133257556552321}a+\frac{19\cdots 55}{133257556552321}$, $\frac{681355687385}{133257556552321}a^{10}+\frac{2081152986406}{133257556552321}a^{9}+\frac{33234322582938}{133257556552321}a^{8}-\frac{89753644714257}{133257556552321}a^{7}-\frac{556378786012886}{133257556552321}a^{6}+\frac{12\cdots 54}{133257556552321}a^{5}+\frac{37\cdots 62}{133257556552321}a^{4}-\frac{60\cdots 22}{133257556552321}a^{3}-\frac{97\cdots 09}{133257556552321}a^{2}+\frac{70\cdots 13}{133257556552321}a+\frac{49\cdots 24}{133257556552321}$, $\frac{47736051848}{133257556552321}a^{10}+\frac{105075992193}{133257556552321}a^{9}+\frac{2495044474757}{133257556552321}a^{8}-\frac{4136803238008}{133257556552321}a^{7}-\frac{45056624272778}{133257556552321}a^{6}+\frac{47750159339847}{133257556552321}a^{5}+\frac{326372044497255}{133257556552321}a^{4}-\frac{120133770652245}{133257556552321}a^{3}-\frac{809120116329701}{133257556552321}a^{2}-\frac{351170758158366}{133257556552321}a-\frac{47431810348324}{133257556552321}$, $\frac{2990767464297}{133257556552321}a^{10}+\frac{3647462828489}{133257556552321}a^{9}+\frac{166836915982064}{133257556552321}a^{8}-\frac{140078762758269}{133257556552321}a^{7}-\frac{33\cdots 70}{133257556552321}a^{6}+\frac{15\cdots 88}{133257556552321}a^{5}+\frac{29\cdots 45}{133257556552321}a^{4}-\frac{35\cdots 82}{133257556552321}a^{3}-\frac{10\cdots 22}{133257556552321}a^{2}-\frac{13\cdots 98}{133257556552321}a+\frac{10\cdots 47}{133257556552321}$ Copy content Toggle raw display
Copy content comment:Fundamental units
 
Copy content sage:UK.fundamental_units()
 
Copy content gp:K.fu
 
Copy content magma:[K|fUK(g): g in Generators(UK)];
 
Copy content oscar:[K(fUK(a)) for a in gens(UK)]
 
Regulator:  \( 60262018.5000102 \)
Copy content comment:Regulator
 
Copy content sage:K.regulator()
 
Copy content gp:K.reg
 
Copy content magma:Regulator(K);
 
Copy content oscar:regulator(K)
 
Unit signature rank:  \( 11 \)

Class number formula

\[ \begin{aligned}\lim_{s\to 1} (s-1)\zeta_K(s) =\mathstrut & \frac{2^{r_1}\cdot (2\pi)^{r_2}\cdot R\cdot h}{w\cdot\sqrt{|D|}}\cr \approx\mathstrut &\frac{2^{11}\cdot(2\pi)^{0}\cdot 60262018.5000102 \cdot 1}{2\cdot\sqrt{28501271562015485137921}}\cr\approx \mathstrut & 0.36552030969229 \end{aligned}\]

Copy content comment:Analytic class number formula
 
Copy content sage:# self-contained SageMath code snippet to compute the analytic class number formula x = polygen(QQ); K.<a> = NumberField(x^11 - 4*x^10 - 52*x^9 + 200*x^8 + 977*x^7 - 3574*x^6 - 8260*x^5 + 27863*x^4 + 32219*x^3 - 92821*x^2 - 47911*x + 97441) DK = K.disc(); r1,r2 = K.signature(); RK = K.regulator(); RR = RK.parent() hK = K.class_number(); wK = K.unit_group().torsion_generator().order(); 2^r1 * (2*RR(pi))^r2 * RK * hK / (wK * RR(sqrt(abs(DK))))
 
Copy content gp:\\ self-contained Pari/GP code snippet to compute the analytic class number formula K = bnfinit(x^11 - 4*x^10 - 52*x^9 + 200*x^8 + 977*x^7 - 3574*x^6 - 8260*x^5 + 27863*x^4 + 32219*x^3 - 92821*x^2 - 47911*x + 97441, 1); [polcoeff (lfunrootres (lfuncreate (K))[1][1][2], -1), 2^K.r1 * (2*Pi)^K.r2 * K.reg * K.no / (K.tu[1] * sqrt (abs (K.disc)))]
 
Copy content magma:/* self-contained Magma code snippet to compute the analytic class number formula */ Qx<x> := PolynomialRing(Rationals()); K<a> := NumberField(x^11 - 4*x^10 - 52*x^9 + 200*x^8 + 977*x^7 - 3574*x^6 - 8260*x^5 + 27863*x^4 + 32219*x^3 - 92821*x^2 - 47911*x + 97441); OK := Integers(K); DK := Discriminant(OK); UK, fUK := UnitGroup(OK); clK, fclK := ClassGroup(OK); r1,r2 := Signature(K); RK := Regulator(K); RR := Parent(RK); hK := #clK; wK := #TorsionSubgroup(UK); 2^r1 * (2*Pi(RR))^r2 * RK * hK / (wK * Sqrt(RR!Abs(DK)));
 
Copy content oscar:# self-contained Oscar code snippet to compute the analytic class number formula Qx, x = polynomial_ring(QQ); K, a = number_field(x^11 - 4*x^10 - 52*x^9 + 200*x^8 + 977*x^7 - 3574*x^6 - 8260*x^5 + 27863*x^4 + 32219*x^3 - 92821*x^2 - 47911*x + 97441); OK = ring_of_integers(K); DK = discriminant(OK); UK, fUK = unit_group(OK); clK, fclK = class_group(OK); r1,r2 = signature(K); RK = regulator(K); RR = parent(RK); hK = order(clK); wK = torsion_units_order(K); 2^r1 * (2*pi)^r2 * RK * hK / (wK * sqrt(RR(abs(DK))))
 

Galois group

$C_{11}:C_5$ (as 11T3):

Copy content comment:Galois group
 
Copy content sage:K.galois_group()
 
Copy content gp:polgalois(K.pol)
 
Copy content magma:GaloisGroup(K);
 
Copy content oscar:G, Gtx = galois_group(K); degree(K) > 1 ? (G, transitive_group_identification(G)) : (G, nothing)
 
A solvable group of order 55
The 7 conjugacy class representatives for $C_{11}:C_5$
Character table for $C_{11}:C_5$

Intermediate fields

The extension is primitive: there are no intermediate fields between this field and $\Q$.
Copy content comment:Intermediate fields
 
Copy content sage:K.subfields()[1:-1]
 
Copy content gp:L = nfsubfields(K); L[2..length(L)]
 
Copy content magma:L := Subfields(K); L[2..#L];
 
Copy content oscar:subfields(K)[2:end-1]
 

Frobenius cycle types

$p$ $2$ $3$ $5$ $7$ $11$ $13$ $17$ $19$ $23$ $29$ $31$ $37$ $41$ $43$ $47$ $53$ $59$
Cycle type ${\href{/padicField/2.11.0.1}{11} }$ ${\href{/padicField/3.5.0.1}{5} }^{2}{,}\,{\href{/padicField/3.1.0.1}{1} }$ ${\href{/padicField/5.11.0.1}{11} }$ ${\href{/padicField/7.5.0.1}{5} }^{2}{,}\,{\href{/padicField/7.1.0.1}{1} }$ ${\href{/padicField/11.5.0.1}{5} }^{2}{,}\,{\href{/padicField/11.1.0.1}{1} }$ ${\href{/padicField/13.5.0.1}{5} }^{2}{,}\,{\href{/padicField/13.1.0.1}{1} }$ ${\href{/padicField/17.5.0.1}{5} }^{2}{,}\,{\href{/padicField/17.1.0.1}{1} }$ ${\href{/padicField/19.5.0.1}{5} }^{2}{,}\,{\href{/padicField/19.1.0.1}{1} }$ ${\href{/padicField/23.5.0.1}{5} }^{2}{,}\,{\href{/padicField/23.1.0.1}{1} }$ ${\href{/padicField/29.11.0.1}{11} }$ ${\href{/padicField/31.11.0.1}{11} }$ ${\href{/padicField/37.5.0.1}{5} }^{2}{,}\,{\href{/padicField/37.1.0.1}{1} }$ ${\href{/padicField/41.5.0.1}{5} }^{2}{,}\,{\href{/padicField/41.1.0.1}{1} }$ ${\href{/padicField/43.5.0.1}{5} }^{2}{,}\,{\href{/padicField/43.1.0.1}{1} }$ ${\href{/padicField/47.5.0.1}{5} }^{2}{,}\,{\href{/padicField/47.1.0.1}{1} }$ ${\href{/padicField/53.5.0.1}{5} }^{2}{,}\,{\href{/padicField/53.1.0.1}{1} }$ ${\href{/padicField/59.5.0.1}{5} }^{2}{,}\,{\href{/padicField/59.1.0.1}{1} }$

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

Copy content comment:Frobenius cycle types
 
Copy content sage:# to obtain a list of [e_i,f_i] for the factorization of the ideal pO_K for p=7 in Sage: p = 7; [(e, pr.norm().valuation(p)) for pr,e in K.factor(p)]
 
Copy content gp:\\ to obtain a list of [e_i,f_i] for the factorization of the ideal pO_K for p=7 in Pari: p = 7; pfac = idealprimedec(K, p); vector(length(pfac), j, [pfac[j][3], pfac[j][4]])
 
Copy content magma:// to obtain a list of [e_i,f_i] for the factorization of the ideal pO_K for p=7 in Magma: p := 7; [<pr[2], Valuation(Norm(pr[1]), p)> : pr in Factorization(p*Integers(K))];
 
Copy content oscar:# to obtain a list of [e_i,f_i] for the factorization of the ideal pO_K for p=7 in Oscar: p = 7; pfac = factor(ideal(ring_of_integers(K), p)); [(e, valuation(norm(pr),p)) for (pr,e) in pfac]
 

Local algebras for ramified primes

$p$LabelPolynomial $e$ $f$ $c$ Galois group Slope content
\(641\) Copy content Toggle raw display $\Q_{641}$$x$$1$$1$$0$Trivial$$[\ ]$$
Deg $5$$5$$1$$4$
Deg $5$$5$$1$$4$

Spectrum of ring of integers

(0)(0)(2)(3)(5)(7)(11)(13)(17)(19)(23)(29)(31)(37)(41)(43)(47)(53)(59)