Properties

Label 36.0.243...984.1
Degree $36$
Signature $(0, 18)$
Discriminant $2.438\times 10^{84}$
Root discriminant \(220.84\)
Ramified primes $2,3,7,47,67$
Class number not computed
Class group not computed
Galois group $C_2^2\times S_4^2$ (as 36T3379)

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^36 + 7*x^34 - 6*x^33 + 43*x^32 - 32*x^31 + 232*x^30 - 84*x^29 + 249*x^28 + 1084*x^27 - 5077*x^26 + 3864*x^25 - 160184*x^24 + 1428*x^23 - 392723*x^22 + 62334*x^21 + 2265243*x^20 + 155606*x^19 + 20361840*x^18 + 778766*x^17 + 7129517*x^16 + 21684224*x^15 - 124613413*x^14 + 13773482*x^13 + 200257783*x^12 - 65564958*x^11 + 306548006*x^10 + 140749772*x^9 - 298838636*x^8 + 29250664*x^7 + 894665816*x^6 - 609872*x^5 - 1101504*x^4 + 1726400*x^3 + 27136*x^2 - 5888*x + 512)
 
Copy content gp:K = bnfinit(y^36 + 7*y^34 - 6*y^33 + 43*y^32 - 32*y^31 + 232*y^30 - 84*y^29 + 249*y^28 + 1084*y^27 - 5077*y^26 + 3864*y^25 - 160184*y^24 + 1428*y^23 - 392723*y^22 + 62334*y^21 + 2265243*y^20 + 155606*y^19 + 20361840*y^18 + 778766*y^17 + 7129517*y^16 + 21684224*y^15 - 124613413*y^14 + 13773482*y^13 + 200257783*y^12 - 65564958*y^11 + 306548006*y^10 + 140749772*y^9 - 298838636*y^8 + 29250664*y^7 + 894665816*y^6 - 609872*y^5 - 1101504*y^4 + 1726400*y^3 + 27136*y^2 - 5888*y + 512, 1)
 
Copy content magma:R<x> := PolynomialRing(Rationals()); K<a> := NumberField(x^36 + 7*x^34 - 6*x^33 + 43*x^32 - 32*x^31 + 232*x^30 - 84*x^29 + 249*x^28 + 1084*x^27 - 5077*x^26 + 3864*x^25 - 160184*x^24 + 1428*x^23 - 392723*x^22 + 62334*x^21 + 2265243*x^20 + 155606*x^19 + 20361840*x^18 + 778766*x^17 + 7129517*x^16 + 21684224*x^15 - 124613413*x^14 + 13773482*x^13 + 200257783*x^12 - 65564958*x^11 + 306548006*x^10 + 140749772*x^9 - 298838636*x^8 + 29250664*x^7 + 894665816*x^6 - 609872*x^5 - 1101504*x^4 + 1726400*x^3 + 27136*x^2 - 5888*x + 512);
 
Copy content oscar:Qx, x = polynomial_ring(QQ); K, a = number_field(x^36 + 7*x^34 - 6*x^33 + 43*x^32 - 32*x^31 + 232*x^30 - 84*x^29 + 249*x^28 + 1084*x^27 - 5077*x^26 + 3864*x^25 - 160184*x^24 + 1428*x^23 - 392723*x^22 + 62334*x^21 + 2265243*x^20 + 155606*x^19 + 20361840*x^18 + 778766*x^17 + 7129517*x^16 + 21684224*x^15 - 124613413*x^14 + 13773482*x^13 + 200257783*x^12 - 65564958*x^11 + 306548006*x^10 + 140749772*x^9 - 298838636*x^8 + 29250664*x^7 + 894665816*x^6 - 609872*x^5 - 1101504*x^4 + 1726400*x^3 + 27136*x^2 - 5888*x + 512)
 

\( x^{36} + 7 x^{34} - 6 x^{33} + 43 x^{32} - 32 x^{31} + 232 x^{30} - 84 x^{29} + 249 x^{28} + 1084 x^{27} + \cdots + 512 \) 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:  $36$
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:  $(0, 18)$
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:   \(243\!\cdots\!984\) \(\medspace = 2^{38}\cdot 3^{12}\cdot 7^{18}\cdot 47^{18}\cdot 67^{12}\) 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:  \(220.84\)
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:  $2^{11/6}3^{1/2}7^{3/4}47^{3/4}67^{1/2}\approx 3902.862737609678$
Ramified primes:   \(2\), \(3\), \(7\), \(47\), \(67\) 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_2^2$
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 a CM field.
Reflex fields:  unavailable$^{131072}$

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}$, $a^{10}$, $\frac{1}{2}a^{11}-\frac{1}{2}a^{8}-\frac{1}{2}a^{5}-\frac{1}{2}a^{2}$, $\frac{1}{2}a^{12}-\frac{1}{2}a^{9}-\frac{1}{2}a^{6}-\frac{1}{2}a^{3}$, $\frac{1}{2}a^{13}-\frac{1}{2}a^{10}-\frac{1}{2}a^{7}-\frac{1}{2}a^{4}$, $\frac{1}{2}a^{14}-\frac{1}{2}a^{2}$, $\frac{1}{2}a^{15}-\frac{1}{2}a^{3}$, $\frac{1}{2}a^{16}-\frac{1}{2}a^{4}$, $\frac{1}{4}a^{17}-\frac{1}{4}a^{15}-\frac{1}{2}a^{10}-\frac{1}{2}a^{8}-\frac{1}{2}a^{7}-\frac{1}{2}a^{6}+\frac{1}{4}a^{5}-\frac{1}{2}a^{4}-\frac{1}{4}a^{3}-\frac{1}{2}a$, $\frac{1}{4}a^{18}-\frac{1}{4}a^{16}-\frac{1}{2}a^{9}-\frac{1}{2}a^{7}+\frac{1}{4}a^{6}-\frac{1}{4}a^{4}$, $\frac{1}{4}a^{19}-\frac{1}{4}a^{15}-\frac{1}{4}a^{7}-\frac{1}{2}a^{6}-\frac{1}{2}a^{4}-\frac{1}{4}a^{3}-\frac{1}{2}a$, $\frac{1}{4}a^{20}-\frac{1}{4}a^{16}-\frac{1}{4}a^{8}-\frac{1}{2}a^{7}-\frac{1}{2}a^{5}-\frac{1}{4}a^{4}-\frac{1}{2}a^{2}$, $\frac{1}{4}a^{21}-\frac{1}{4}a^{15}-\frac{1}{2}a^{10}-\frac{1}{4}a^{9}-\frac{1}{2}a^{7}-\frac{1}{2}a^{4}+\frac{1}{4}a^{3}-\frac{1}{2}a$, $\frac{1}{8}a^{22}-\frac{1}{8}a^{21}-\frac{1}{8}a^{20}-\frac{1}{8}a^{18}-\frac{1}{8}a^{17}+\frac{1}{8}a^{16}-\frac{1}{4}a^{14}-\frac{1}{4}a^{13}-\frac{1}{4}a^{12}-\frac{1}{4}a^{11}-\frac{3}{8}a^{10}-\frac{3}{8}a^{9}+\frac{1}{8}a^{8}-\frac{1}{4}a^{7}-\frac{1}{8}a^{6}-\frac{1}{8}a^{5}+\frac{1}{8}a^{4}-\frac{1}{4}a^{2}-\frac{1}{2}a$, $\frac{1}{8}a^{23}-\frac{1}{8}a^{20}-\frac{1}{8}a^{19}-\frac{1}{8}a^{16}-\frac{1}{8}a^{11}+\frac{1}{4}a^{10}-\frac{1}{2}a^{9}+\frac{3}{8}a^{8}+\frac{1}{8}a^{7}-\frac{1}{2}a^{6}-\frac{1}{2}a^{5}-\frac{1}{8}a^{4}+\frac{1}{4}a^{2}$, $\frac{1}{8}a^{24}-\frac{1}{8}a^{21}-\frac{1}{8}a^{20}-\frac{1}{8}a^{17}-\frac{1}{8}a^{12}-\frac{1}{4}a^{11}-\frac{1}{2}a^{10}+\frac{3}{8}a^{9}-\frac{3}{8}a^{8}-\frac{1}{2}a^{7}-\frac{1}{2}a^{6}+\frac{3}{8}a^{5}+\frac{1}{4}a^{3}-\frac{1}{2}a^{2}$, $\frac{1}{8}a^{25}-\frac{1}{8}a^{20}-\frac{1}{8}a^{17}-\frac{1}{8}a^{16}-\frac{1}{4}a^{15}-\frac{1}{4}a^{14}+\frac{1}{8}a^{13}-\frac{1}{4}a^{11}+\frac{1}{8}a^{8}-\frac{1}{4}a^{7}+\frac{3}{8}a^{5}+\frac{1}{8}a^{4}+\frac{1}{4}a^{3}+\frac{1}{4}a^{2}$, $\frac{1}{16}a^{26}-\frac{1}{16}a^{25}-\frac{1}{16}a^{24}-\frac{1}{16}a^{23}-\frac{1}{16}a^{20}-\frac{1}{16}a^{19}-\frac{1}{16}a^{18}-\frac{1}{16}a^{17}-\frac{1}{16}a^{14}+\frac{3}{16}a^{13}-\frac{1}{16}a^{12}+\frac{1}{16}a^{11}-\frac{3}{8}a^{10}-\frac{3}{8}a^{9}-\frac{7}{16}a^{8}+\frac{7}{16}a^{7}+\frac{3}{16}a^{6}+\frac{1}{16}a^{5}-\frac{1}{8}a^{4}-\frac{1}{8}a^{3}-\frac{1}{2}a$, $\frac{1}{16}a^{27}-\frac{1}{16}a^{23}+\frac{1}{16}a^{21}-\frac{1}{8}a^{20}-\frac{1}{8}a^{19}-\frac{1}{8}a^{18}-\frac{1}{16}a^{17}+\frac{1}{8}a^{16}+\frac{3}{16}a^{15}-\frac{1}{8}a^{14}-\frac{1}{4}a^{13}-\frac{1}{8}a^{12}+\frac{3}{16}a^{11}+\frac{1}{4}a^{10}+\frac{5}{16}a^{9}-\frac{1}{8}a^{7}+\frac{1}{4}a^{6}+\frac{7}{16}a^{5}-\frac{3}{8}a^{4}+\frac{3}{8}a^{3}-\frac{1}{4}a^{2}-\frac{1}{2}a$, $\frac{1}{16}a^{28}-\frac{1}{16}a^{24}-\frac{1}{16}a^{22}-\frac{1}{8}a^{19}+\frac{1}{16}a^{18}+\frac{1}{16}a^{16}+\frac{1}{8}a^{15}+\frac{1}{8}a^{13}-\frac{1}{16}a^{12}+\frac{3}{16}a^{10}-\frac{1}{8}a^{9}-\frac{1}{4}a^{8}-\frac{7}{16}a^{6}-\frac{1}{4}a^{4}-\frac{1}{2}a^{3}+\frac{1}{4}a^{2}$, $\frac{1}{16}a^{29}-\frac{1}{16}a^{25}-\frac{1}{16}a^{23}-\frac{1}{8}a^{20}+\frac{1}{16}a^{19}+\frac{1}{16}a^{17}+\frac{1}{8}a^{16}+\frac{1}{8}a^{14}-\frac{1}{16}a^{13}+\frac{3}{16}a^{11}-\frac{1}{8}a^{10}-\frac{1}{4}a^{9}-\frac{7}{16}a^{7}-\frac{1}{4}a^{5}-\frac{1}{2}a^{4}+\frac{1}{4}a^{3}$, $\frac{1}{16}a^{30}-\frac{1}{16}a^{25}-\frac{1}{16}a^{23}-\frac{1}{8}a^{20}-\frac{1}{16}a^{19}-\frac{1}{16}a^{17}-\frac{1}{8}a^{15}-\frac{1}{8}a^{14}+\frac{3}{16}a^{13}+\frac{3}{16}a^{11}+\frac{3}{8}a^{10}-\frac{1}{4}a^{9}+\frac{1}{4}a^{8}+\frac{7}{16}a^{7}+\frac{7}{16}a^{6}+\frac{7}{16}a^{5}-\frac{3}{8}a^{4}+\frac{3}{8}a^{3}$, $\frac{1}{32}a^{31}-\frac{1}{32}a^{29}-\frac{1}{32}a^{27}-\frac{1}{16}a^{24}+\frac{1}{32}a^{23}-\frac{1}{16}a^{22}+\frac{3}{32}a^{21}-\frac{1}{8}a^{19}+\frac{1}{16}a^{18}-\frac{3}{32}a^{17}-\frac{1}{8}a^{16}-\frac{1}{32}a^{15}-\frac{1}{16}a^{14}-\frac{1}{8}a^{13}+\frac{5}{32}a^{11}-\frac{3}{16}a^{10}+\frac{7}{32}a^{9}-\frac{3}{16}a^{8}+\frac{7}{32}a^{7}+\frac{7}{16}a^{5}+\frac{3}{8}a^{4}-\frac{1}{4}a^{3}-\frac{1}{4}a^{2}-\frac{1}{2}a$, $\frac{1}{64}a^{32}+\frac{1}{64}a^{30}-\frac{1}{32}a^{29}+\frac{1}{64}a^{28}-\frac{1}{32}a^{26}-\frac{1}{16}a^{25}-\frac{3}{64}a^{24}+\frac{1}{64}a^{22}-\frac{1}{16}a^{21}+\frac{3}{32}a^{20}+\frac{1}{16}a^{19}+\frac{1}{64}a^{18}-\frac{3}{32}a^{17}+\frac{1}{64}a^{16}-\frac{1}{32}a^{15}+\frac{7}{32}a^{14}+\frac{1}{32}a^{13}+\frac{9}{64}a^{12}-\frac{1}{8}a^{11}-\frac{7}{64}a^{10}+\frac{15}{32}a^{9}+\frac{29}{64}a^{8}+\frac{15}{32}a^{7}+\frac{3}{8}a^{6}+\frac{1}{4}a^{5}-\frac{7}{16}a^{4}-\frac{3}{8}a^{3}-\frac{1}{2}a^{2}-\frac{1}{2}a$, $\frac{1}{31872}a^{33}-\frac{115}{15936}a^{32}+\frac{41}{31872}a^{31}+\frac{223}{7968}a^{30}-\frac{359}{31872}a^{29}-\frac{55}{5312}a^{28}+\frac{63}{5312}a^{27}+\frac{19}{3984}a^{26}+\frac{1589}{31872}a^{25}+\frac{225}{5312}a^{24}+\frac{15}{10624}a^{23}+\frac{857}{15936}a^{22}-\frac{311}{15936}a^{21}-\frac{383}{3984}a^{20}+\frac{2585}{31872}a^{19}+\frac{17}{166}a^{18}-\frac{1991}{31872}a^{17}+\frac{85}{7968}a^{16}+\frac{335}{15936}a^{15}+\frac{451}{15936}a^{14}-\frac{361}{10624}a^{13}+\frac{119}{15936}a^{12}+\frac{1381}{31872}a^{11}-\frac{153}{2656}a^{10}+\frac{1303}{10624}a^{9}-\frac{173}{996}a^{8}+\frac{1033}{7968}a^{7}-\frac{133}{664}a^{6}+\frac{3263}{7968}a^{5}-\frac{811}{1992}a^{4}+\frac{26}{249}a^{3}-\frac{119}{332}a^{2}-\frac{101}{498}a-\frac{14}{249}$, $\frac{1}{63744}a^{34}-\frac{71}{63744}a^{32}+\frac{181}{31872}a^{31}+\frac{207}{21248}a^{30}-\frac{307}{15936}a^{29}+\frac{195}{10624}a^{28}-\frac{139}{15936}a^{27}-\frac{433}{21248}a^{26}+\frac{73}{15936}a^{25}-\frac{1065}{21248}a^{24}-\frac{121}{1992}a^{23}-\frac{1903}{31872}a^{22}-\frac{225}{5312}a^{21}-\frac{981}{21248}a^{20}+\frac{2099}{31872}a^{19}+\frac{733}{63744}a^{18}+\frac{427}{10624}a^{17}+\frac{1359}{10624}a^{16}+\frac{809}{31872}a^{15}+\frac{1201}{63744}a^{14}+\frac{3025}{15936}a^{13}+\frac{447}{21248}a^{12}-\frac{1463}{31872}a^{11}+\frac{6955}{21248}a^{10}+\frac{1555}{31872}a^{9}-\frac{3143}{7968}a^{8}-\frac{2519}{7968}a^{7}+\frac{2213}{15936}a^{6}+\frac{1037}{2656}a^{5}+\frac{961}{1992}a^{4}+\frac{655}{1992}a^{3}-\frac{71}{996}a^{2}-\frac{175}{498}a-\frac{116}{249}$, $\frac{1}{12\cdots 16}a^{35}+\frac{60\cdots 31}{10\cdots 68}a^{34}+\frac{33\cdots 05}{12\cdots 16}a^{33}-\frac{48\cdots 55}{20\cdots 36}a^{32}+\frac{10\cdots 89}{12\cdots 16}a^{31}-\frac{13\cdots 53}{50\cdots 84}a^{30}+\frac{10\cdots 29}{60\cdots 08}a^{29}-\frac{30\cdots 57}{30\cdots 04}a^{28}-\frac{35\cdots 25}{40\cdots 72}a^{27}-\frac{76\cdots 07}{50\cdots 84}a^{26}+\frac{36\cdots 81}{12\cdots 16}a^{25}-\frac{18\cdots 79}{30\cdots 04}a^{24}-\frac{12\cdots 43}{60\cdots 08}a^{23}+\frac{16\cdots 03}{30\cdots 04}a^{22}+\frac{18\cdots 25}{19\cdots 56}a^{21}-\frac{19\cdots 01}{20\cdots 36}a^{20}+\frac{36\cdots 95}{40\cdots 72}a^{19}-\frac{48\cdots 19}{20\cdots 36}a^{18}-\frac{61\cdots 75}{60\cdots 08}a^{17}-\frac{37\cdots 91}{60\cdots 08}a^{16}-\frac{27\cdots 99}{12\cdots 16}a^{15}-\frac{43\cdots 79}{50\cdots 84}a^{14}-\frac{54\cdots 65}{40\cdots 72}a^{13}+\frac{57\cdots 37}{20\cdots 36}a^{12}+\frac{25\cdots 85}{12\cdots 16}a^{11}+\frac{30\cdots 69}{60\cdots 08}a^{10}+\frac{39\cdots 83}{15\cdots 52}a^{9}+\frac{52\cdots 81}{15\cdots 52}a^{8}+\frac{30\cdots 09}{10\cdots 68}a^{7}+\frac{20\cdots 45}{50\cdots 84}a^{6}+\frac{49\cdots 31}{18\cdots 44}a^{5}+\frac{19\cdots 53}{47\cdots 61}a^{4}+\frac{11\cdots 63}{37\cdots 88}a^{3}-\frac{13\cdots 99}{47\cdots 61}a^{2}-\frac{90\cdots 96}{47\cdots 61}a+\frac{36\cdots 20}{47\cdots 61}$ 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:  No
Index:  Not computed
Inessential primes:  $2$

Class group and class number

Ideal class group:  not computed
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:  not computed
Copy content comment:Narrow class group
 
Copy content sage:K.narrow_class_group().invariants()
 
Copy content gp:bnfnarrow(K)
 
Copy content magma:NarrowClassGroup(K);
 
Relative class number:   data not computed

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:  $17$
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:  not computed
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:  not computed
Copy content comment:Regulator
 
Copy content sage:K.regulator()
 
Copy content gp:K.reg
 
Copy content magma:Regulator(K);
 
Copy content oscar:regulator(K)
 

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 = \mathstrut &\frac{2^{0}\cdot(2\pi)^{18}\cdot R \cdot h}{2\cdot\sqrt{2437915717857692035976377517369806384440911054782402404768751733575119787498074537984}}\cr\mathstrut & \text{ some values not computed } \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^36 + 7*x^34 - 6*x^33 + 43*x^32 - 32*x^31 + 232*x^30 - 84*x^29 + 249*x^28 + 1084*x^27 - 5077*x^26 + 3864*x^25 - 160184*x^24 + 1428*x^23 - 392723*x^22 + 62334*x^21 + 2265243*x^20 + 155606*x^19 + 20361840*x^18 + 778766*x^17 + 7129517*x^16 + 21684224*x^15 - 124613413*x^14 + 13773482*x^13 + 200257783*x^12 - 65564958*x^11 + 306548006*x^10 + 140749772*x^9 - 298838636*x^8 + 29250664*x^7 + 894665816*x^6 - 609872*x^5 - 1101504*x^4 + 1726400*x^3 + 27136*x^2 - 5888*x + 512) 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^36 + 7*x^34 - 6*x^33 + 43*x^32 - 32*x^31 + 232*x^30 - 84*x^29 + 249*x^28 + 1084*x^27 - 5077*x^26 + 3864*x^25 - 160184*x^24 + 1428*x^23 - 392723*x^22 + 62334*x^21 + 2265243*x^20 + 155606*x^19 + 20361840*x^18 + 778766*x^17 + 7129517*x^16 + 21684224*x^15 - 124613413*x^14 + 13773482*x^13 + 200257783*x^12 - 65564958*x^11 + 306548006*x^10 + 140749772*x^9 - 298838636*x^8 + 29250664*x^7 + 894665816*x^6 - 609872*x^5 - 1101504*x^4 + 1726400*x^3 + 27136*x^2 - 5888*x + 512, 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^36 + 7*x^34 - 6*x^33 + 43*x^32 - 32*x^31 + 232*x^30 - 84*x^29 + 249*x^28 + 1084*x^27 - 5077*x^26 + 3864*x^25 - 160184*x^24 + 1428*x^23 - 392723*x^22 + 62334*x^21 + 2265243*x^20 + 155606*x^19 + 20361840*x^18 + 778766*x^17 + 7129517*x^16 + 21684224*x^15 - 124613413*x^14 + 13773482*x^13 + 200257783*x^12 - 65564958*x^11 + 306548006*x^10 + 140749772*x^9 - 298838636*x^8 + 29250664*x^7 + 894665816*x^6 - 609872*x^5 - 1101504*x^4 + 1726400*x^3 + 27136*x^2 - 5888*x + 512); 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^36 + 7*x^34 - 6*x^33 + 43*x^32 - 32*x^31 + 232*x^30 - 84*x^29 + 249*x^28 + 1084*x^27 - 5077*x^26 + 3864*x^25 - 160184*x^24 + 1428*x^23 - 392723*x^22 + 62334*x^21 + 2265243*x^20 + 155606*x^19 + 20361840*x^18 + 778766*x^17 + 7129517*x^16 + 21684224*x^15 - 124613413*x^14 + 13773482*x^13 + 200257783*x^12 - 65564958*x^11 + 306548006*x^10 + 140749772*x^9 - 298838636*x^8 + 29250664*x^7 + 894665816*x^6 - 609872*x^5 - 1101504*x^4 + 1726400*x^3 + 27136*x^2 - 5888*x + 512); 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_2^2\times S_4^2$ (as 36T3379):

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 2304
The 100 conjugacy class representatives for $C_2^2\times S_4^2$
Character table for $C_2^2\times S_4^2$

Intermediate fields

3.3.564.1, 3.3.469.1, 6.0.12317816.1, 6.0.14950512.2, 9.9.18507844420140096.1, 18.0.35563562094332352552866976313239072768.1, 18.0.15038889554237188354035923909504139264.1, 18.18.1561382630189567606481071728056448250806272.1

Fields in the database are given up to isomorphism. Isomorphic intermediate fields are shown with their multiplicities.

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]
 

Sibling fields

Degree 36 siblings: deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, deg 36, some data not computed
Minimal sibling: 36.0.1777240558318257494226779210162588854257424158936371353076420013776262325086096338190336.1

Frobenius cycle types

$p$ $2$ $3$ $5$ $7$ $11$ $13$ $17$ $19$ $23$ $29$ $31$ $37$ $41$ $43$ $47$ $53$ $59$
Cycle type R R ${\href{/padicField/5.6.0.1}{6} }^{6}$ R ${\href{/padicField/11.6.0.1}{6} }^{6}$ ${\href{/padicField/13.12.0.1}{12} }^{2}{,}\,{\href{/padicField/13.3.0.1}{3} }^{4}$ ${\href{/padicField/17.4.0.1}{4} }^{8}{,}\,{\href{/padicField/17.2.0.1}{2} }^{2}$ ${\href{/padicField/19.4.0.1}{4} }^{6}{,}\,{\href{/padicField/19.2.0.1}{2} }^{6}$ ${\href{/padicField/23.6.0.1}{6} }^{6}$ ${\href{/padicField/29.6.0.1}{6} }^{6}$ ${\href{/padicField/31.12.0.1}{12} }^{2}{,}\,{\href{/padicField/31.6.0.1}{6} }^{2}$ ${\href{/padicField/37.6.0.1}{6} }^{6}$ ${\href{/padicField/41.6.0.1}{6} }^{6}$ ${\href{/padicField/43.4.0.1}{4} }^{8}{,}\,{\href{/padicField/43.1.0.1}{1} }^{4}$ R ${\href{/padicField/53.4.0.1}{4} }^{6}{,}\,{\href{/padicField/53.2.0.1}{2} }^{4}{,}\,{\href{/padicField/53.1.0.1}{1} }^{4}$ ${\href{/padicField/59.2.0.1}{2} }^{16}{,}\,{\href{/padicField/59.1.0.1}{1} }^{4}$

In the table, R denotes a ramified prime. 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
\(2\) Copy content Toggle raw display 2.1.6.11a1.5$x^{6} + 4 x^{3} + 2$$6$$1$$11$$D_{6}$$$[3]_{3}^{2}$$
2.2.3.4a1.2$x^{6} + 3 x^{5} + 6 x^{4} + 7 x^{3} + 6 x^{2} + 3 x + 3$$3$$2$$4$$S_3$$$[\ ]_{3}^{2}$$
2.2.3.4a1.2$x^{6} + 3 x^{5} + 6 x^{4} + 7 x^{3} + 6 x^{2} + 3 x + 3$$3$$2$$4$$S_3$$$[\ ]_{3}^{2}$$
2.1.6.11a1.5$x^{6} + 4 x^{3} + 2$$6$$1$$11$$D_{6}$$$[3]_{3}^{2}$$
2.2.3.4a1.2$x^{6} + 3 x^{5} + 6 x^{4} + 7 x^{3} + 6 x^{2} + 3 x + 3$$3$$2$$4$$S_3$$$[\ ]_{3}^{2}$$
2.2.3.4a1.2$x^{6} + 3 x^{5} + 6 x^{4} + 7 x^{3} + 6 x^{2} + 3 x + 3$$3$$2$$4$$S_3$$$[\ ]_{3}^{2}$$
\(3\) Copy content Toggle raw display 3.3.1.0a1.1$x^{3} + 2 x + 1$$1$$3$$0$$C_3$$$[\ ]^{3}$$
3.3.1.0a1.1$x^{3} + 2 x + 1$$1$$3$$0$$C_3$$$[\ ]^{3}$$
3.3.1.0a1.1$x^{3} + 2 x + 1$$1$$3$$0$$C_3$$$[\ ]^{3}$$
3.3.1.0a1.1$x^{3} + 2 x + 1$$1$$3$$0$$C_3$$$[\ ]^{3}$$
3.6.2.6a1.2$x^{12} + 4 x^{10} + 6 x^{8} + 4 x^{7} + 8 x^{6} + 8 x^{5} + 9 x^{4} + 4 x^{3} + 8 x^{2} + 8 x + 7$$2$$6$$6$$C_6\times C_2$$$[\ ]_{2}^{6}$$
3.6.2.6a1.2$x^{12} + 4 x^{10} + 6 x^{8} + 4 x^{7} + 8 x^{6} + 8 x^{5} + 9 x^{4} + 4 x^{3} + 8 x^{2} + 8 x + 7$$2$$6$$6$$C_6\times C_2$$$[\ ]_{2}^{6}$$
\(7\) Copy content Toggle raw display 7.3.1.0a1.1$x^{3} + 6 x^{2} + 4$$1$$3$$0$$C_3$$$[\ ]^{3}$$
7.3.1.0a1.1$x^{3} + 6 x^{2} + 4$$1$$3$$0$$C_3$$$[\ ]^{3}$$
7.3.1.0a1.1$x^{3} + 6 x^{2} + 4$$1$$3$$0$$C_3$$$[\ ]^{3}$$
7.3.1.0a1.1$x^{3} + 6 x^{2} + 4$$1$$3$$0$$C_3$$$[\ ]^{3}$$
7.3.4.9a1.1$x^{12} + 24 x^{11} + 216 x^{10} + 880 x^{9} + 1584 x^{8} + 1728 x^{7} + 3552 x^{6} + 1152 x^{5} + 3456 x^{4} + 256 x^{3} + 1536 x^{2} + 7 x + 256$$4$$3$$9$$D_4 \times C_3$$$[\ ]_{4}^{6}$$
7.3.4.9a1.1$x^{12} + 24 x^{11} + 216 x^{10} + 880 x^{9} + 1584 x^{8} + 1728 x^{7} + 3552 x^{6} + 1152 x^{5} + 3456 x^{4} + 256 x^{3} + 1536 x^{2} + 7 x + 256$$4$$3$$9$$D_4 \times C_3$$$[\ ]_{4}^{6}$$
\(47\) Copy content Toggle raw display $\Q_{47}$$x + 42$$1$$1$$0$Trivial$$[\ ]$$
$\Q_{47}$$x + 42$$1$$1$$0$Trivial$$[\ ]$$
$\Q_{47}$$x + 42$$1$$1$$0$Trivial$$[\ ]$$
$\Q_{47}$$x + 42$$1$$1$$0$Trivial$$[\ ]$$
47.4.1.0a1.1$x^{4} + 8 x^{2} + 40 x + 5$$1$$4$$0$$C_4$$$[\ ]^{4}$$
47.1.4.3a1.2$x^{4} + 235$$4$$1$$3$$D_{4}$$$[\ ]_{4}^{2}$$
47.1.4.3a1.2$x^{4} + 235$$4$$1$$3$$D_{4}$$$[\ ]_{4}^{2}$$
47.4.1.0a1.1$x^{4} + 8 x^{2} + 40 x + 5$$1$$4$$0$$C_4$$$[\ ]^{4}$$
47.4.4.12a1.3$x^{16} + 32 x^{14} + 160 x^{13} + 404 x^{12} + 3840 x^{11} + 12128 x^{10} + 33120 x^{9} + 161686 x^{8} + 376320 x^{7} + 723040 x^{6} + 2213600 x^{5} + 3338100 x^{4} + 1376000 x^{3} + 244000 x^{2} + 20000 x + 672$$4$$4$$12$$C_4:C_4$$$[\ ]_{4}^{4}$$
\(67\) Copy content Toggle raw display 67.2.1.0a1.1$x^{2} + 63 x + 2$$1$$2$$0$$C_2$$$[\ ]^{2}$$
67.2.1.0a1.1$x^{2} + 63 x + 2$$1$$2$$0$$C_2$$$[\ ]^{2}$$
67.2.1.0a1.1$x^{2} + 63 x + 2$$1$$2$$0$$C_2$$$[\ ]^{2}$$
67.2.1.0a1.1$x^{2} + 63 x + 2$$1$$2$$0$$C_2$$$[\ ]^{2}$$
67.2.1.0a1.1$x^{2} + 63 x + 2$$1$$2$$0$$C_2$$$[\ ]^{2}$$
67.2.1.0a1.1$x^{2} + 63 x + 2$$1$$2$$0$$C_2$$$[\ ]^{2}$$
67.2.2.2a1.2$x^{4} + 126 x^{3} + 3973 x^{2} + 252 x + 71$$2$$2$$2$$C_2^2$$$[\ ]_{2}^{2}$$
67.2.2.2a1.2$x^{4} + 126 x^{3} + 3973 x^{2} + 252 x + 71$$2$$2$$2$$C_2^2$$$[\ ]_{2}^{2}$$
67.2.2.2a1.2$x^{4} + 126 x^{3} + 3973 x^{2} + 252 x + 71$$2$$2$$2$$C_2^2$$$[\ ]_{2}^{2}$$
67.2.2.2a1.2$x^{4} + 126 x^{3} + 3973 x^{2} + 252 x + 71$$2$$2$$2$$C_2^2$$$[\ ]_{2}^{2}$$
67.2.2.2a1.2$x^{4} + 126 x^{3} + 3973 x^{2} + 252 x + 71$$2$$2$$2$$C_2^2$$$[\ ]_{2}^{2}$$
67.2.2.2a1.2$x^{4} + 126 x^{3} + 3973 x^{2} + 252 x + 71$$2$$2$$2$$C_2^2$$$[\ ]_{2}^{2}$$

Spectrum of ring of integers

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