Properties

Label 36.0.213...976.1
Degree $36$
Signature $(0, 18)$
Discriminant $2.140\times 10^{76}$
Root discriminant \(131.91\)
Ramified primes $2,7,31,37,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 - 12*x^35 + 81*x^34 - 380*x^33 + 1401*x^32 - 4264*x^31 + 11152*x^30 - 25700*x^29 + 52417*x^28 - 98968*x^27 + 167673*x^26 - 261006*x^25 + 387102*x^24 - 498860*x^23 + 635387*x^22 + 84728*x^21 - 1693615*x^20 + 4919942*x^19 - 9149200*x^18 + 7596626*x^17 - 2947235*x^16 - 23798720*x^15 + 89631925*x^14 - 136657168*x^13 + 91142993*x^12 + 35139946*x^11 + 24486230*x^10 - 286151236*x^9 + 175344416*x^8 + 195622728*x^7 - 98323744*x^6 - 298086184*x^5 + 365041592*x^4 - 148537280*x^3 + 9211792*x^2 + 6957280*x + 3853712)
 
Copy content gp:K = bnfinit(y^36 - 12*y^35 + 81*y^34 - 380*y^33 + 1401*y^32 - 4264*y^31 + 11152*y^30 - 25700*y^29 + 52417*y^28 - 98968*y^27 + 167673*y^26 - 261006*y^25 + 387102*y^24 - 498860*y^23 + 635387*y^22 + 84728*y^21 - 1693615*y^20 + 4919942*y^19 - 9149200*y^18 + 7596626*y^17 - 2947235*y^16 - 23798720*y^15 + 89631925*y^14 - 136657168*y^13 + 91142993*y^12 + 35139946*y^11 + 24486230*y^10 - 286151236*y^9 + 175344416*y^8 + 195622728*y^7 - 98323744*y^6 - 298086184*y^5 + 365041592*y^4 - 148537280*y^3 + 9211792*y^2 + 6957280*y + 3853712, 1)
 
Copy content magma:R<x> := PolynomialRing(Rationals()); K<a> := NumberField(x^36 - 12*x^35 + 81*x^34 - 380*x^33 + 1401*x^32 - 4264*x^31 + 11152*x^30 - 25700*x^29 + 52417*x^28 - 98968*x^27 + 167673*x^26 - 261006*x^25 + 387102*x^24 - 498860*x^23 + 635387*x^22 + 84728*x^21 - 1693615*x^20 + 4919942*x^19 - 9149200*x^18 + 7596626*x^17 - 2947235*x^16 - 23798720*x^15 + 89631925*x^14 - 136657168*x^13 + 91142993*x^12 + 35139946*x^11 + 24486230*x^10 - 286151236*x^9 + 175344416*x^8 + 195622728*x^7 - 98323744*x^6 - 298086184*x^5 + 365041592*x^4 - 148537280*x^3 + 9211792*x^2 + 6957280*x + 3853712);
 
Copy content oscar:Qx, x = polynomial_ring(QQ); K, a = number_field(x^36 - 12*x^35 + 81*x^34 - 380*x^33 + 1401*x^32 - 4264*x^31 + 11152*x^30 - 25700*x^29 + 52417*x^28 - 98968*x^27 + 167673*x^26 - 261006*x^25 + 387102*x^24 - 498860*x^23 + 635387*x^22 + 84728*x^21 - 1693615*x^20 + 4919942*x^19 - 9149200*x^18 + 7596626*x^17 - 2947235*x^16 - 23798720*x^15 + 89631925*x^14 - 136657168*x^13 + 91142993*x^12 + 35139946*x^11 + 24486230*x^10 - 286151236*x^9 + 175344416*x^8 + 195622728*x^7 - 98323744*x^6 - 298086184*x^5 + 365041592*x^4 - 148537280*x^3 + 9211792*x^2 + 6957280*x + 3853712)
 

\( x^{36} - 12 x^{35} + 81 x^{34} - 380 x^{33} + 1401 x^{32} - 4264 x^{31} + 11152 x^{30} - 25700 x^{29} + \cdots + 3853712 \) 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:   \(21398978367532602050913228248132339152922471766474640072995579525693467262976\) \(\medspace = 2^{38}\cdot 7^{18}\cdot 31^{6}\cdot 37^{12}\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:  \(131.91\)
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}7^{3/4}31^{1/2}37^{1/2}67^{1/2}\approx 4251.390186246199$
Ramified primes:   \(2\), \(7\), \(31\), \(37\), \(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^{10}-\frac{1}{2}a^{9}-\frac{1}{2}a^{5}-\frac{1}{2}a^{4}-\frac{1}{2}a^{3}$, $\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^{10}-\frac{1}{2}a^{9}-\frac{1}{2}a^{8}-\frac{1}{2}a^{4}-\frac{1}{2}a^{3}$, $\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^{16}-\frac{1}{4}a^{15}-\frac{1}{4}a^{14}-\frac{1}{4}a^{13}-\frac{1}{4}a^{12}-\frac{1}{4}a^{11}+\frac{1}{4}a^{10}+\frac{1}{4}a^{9}+\frac{1}{4}a^{8}-\frac{1}{4}a^{7}+\frac{1}{4}a^{6}-\frac{1}{2}a^{4}$, $\frac{1}{4}a^{18}-\frac{1}{2}a^{10}-\frac{1}{2}a^{9}-\frac{1}{2}a^{8}-\frac{1}{2}a^{7}-\frac{1}{4}a^{6}-\frac{1}{2}a^{5}-\frac{1}{2}a^{3}$, $\frac{1}{4}a^{19}-\frac{1}{2}a^{8}-\frac{1}{4}a^{7}-\frac{1}{2}a^{6}-\frac{1}{2}a^{5}-\frac{1}{2}a^{3}$, $\frac{1}{4}a^{20}-\frac{1}{2}a^{9}-\frac{1}{4}a^{8}-\frac{1}{2}a^{7}-\frac{1}{2}a^{6}-\frac{1}{2}a^{4}$, $\frac{1}{4}a^{21}-\frac{1}{2}a^{10}-\frac{1}{4}a^{9}-\frac{1}{2}a^{8}-\frac{1}{2}a^{7}-\frac{1}{2}a^{5}$, $\frac{1}{8}a^{22}-\frac{1}{8}a^{21}-\frac{1}{8}a^{20}-\frac{1}{4}a^{15}-\frac{1}{4}a^{14}-\frac{1}{4}a^{13}-\frac{1}{4}a^{12}+\frac{3}{8}a^{10}-\frac{1}{8}a^{9}-\frac{1}{8}a^{8}+\frac{1}{4}a^{7}-\frac{1}{4}a^{6}-\frac{1}{2}a^{4}-\frac{1}{2}a^{2}$, $\frac{1}{8}a^{23}-\frac{1}{8}a^{20}-\frac{1}{4}a^{16}-\frac{1}{4}a^{12}-\frac{1}{8}a^{11}+\frac{1}{4}a^{10}-\frac{1}{2}a^{9}+\frac{1}{8}a^{8}-\frac{1}{4}a^{6}-\frac{1}{2}a^{5}-\frac{1}{2}a^{2}$, $\frac{1}{8}a^{24}-\frac{1}{8}a^{21}-\frac{1}{4}a^{16}-\frac{1}{4}a^{15}-\frac{1}{4}a^{14}+\frac{1}{8}a^{12}+\frac{1}{4}a^{10}-\frac{1}{8}a^{9}+\frac{1}{4}a^{8}+\frac{1}{4}a^{6}$, $\frac{1}{8}a^{25}-\frac{1}{8}a^{21}-\frac{1}{8}a^{20}-\frac{1}{4}a^{15}+\frac{1}{8}a^{13}-\frac{1}{2}a^{10}+\frac{3}{8}a^{9}-\frac{3}{8}a^{8}-\frac{1}{4}a^{7}-\frac{1}{2}a^{6}-\frac{1}{2}a^{4}-\frac{1}{2}a^{3}-\frac{1}{2}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^{22}-\frac{1}{16}a^{21}-\frac{1}{8}a^{17}+\frac{1}{8}a^{15}-\frac{3}{16}a^{14}-\frac{3}{16}a^{13}+\frac{3}{16}a^{12}-\frac{1}{16}a^{11}-\frac{7}{16}a^{10}+\frac{3}{16}a^{9}+\frac{1}{8}a^{8}+\frac{1}{4}a^{7}+\frac{3}{8}a^{6}-\frac{1}{4}a^{5}-\frac{1}{4}a^{3}-\frac{1}{2}a^{2}-\frac{1}{2}a-\frac{1}{2}$, $\frac{1}{16}a^{27}+\frac{1}{16}a^{21}-\frac{1}{8}a^{20}-\frac{1}{8}a^{18}-\frac{1}{8}a^{17}+\frac{1}{8}a^{16}+\frac{3}{16}a^{15}+\frac{1}{8}a^{14}-\frac{1}{8}a^{13}-\frac{1}{4}a^{12}-\frac{1}{8}a^{11}-\frac{3}{8}a^{10}+\frac{7}{16}a^{9}+\frac{1}{8}a^{7}-\frac{1}{8}a^{6}-\frac{1}{4}a^{5}+\frac{1}{4}a^{4}+\frac{1}{4}a^{3}-\frac{1}{2}a^{2}-\frac{1}{2}$, $\frac{1}{16}a^{28}-\frac{1}{16}a^{22}-\frac{1}{8}a^{20}-\frac{1}{8}a^{19}-\frac{1}{8}a^{18}-\frac{1}{8}a^{17}-\frac{1}{16}a^{16}+\frac{1}{8}a^{15}-\frac{1}{8}a^{14}-\frac{1}{4}a^{13}-\frac{1}{8}a^{12}-\frac{1}{8}a^{11}-\frac{3}{16}a^{10}+\frac{3}{8}a^{9}-\frac{1}{4}a^{8}-\frac{1}{8}a^{7}-\frac{1}{4}a^{6}+\frac{1}{4}a^{5}+\frac{1}{4}a^{4}-\frac{1}{2}a^{2}-\frac{1}{2}a$, $\frac{1}{16}a^{29}-\frac{1}{16}a^{23}-\frac{1}{8}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{1}{8}a^{15}-\frac{1}{4}a^{14}-\frac{1}{8}a^{13}-\frac{1}{8}a^{12}-\frac{3}{16}a^{11}+\frac{3}{8}a^{10}-\frac{1}{4}a^{9}-\frac{1}{8}a^{8}-\frac{1}{4}a^{7}+\frac{1}{4}a^{6}+\frac{1}{4}a^{5}-\frac{1}{2}a^{3}-\frac{1}{2}a^{2}$, $\frac{1}{16}a^{30}-\frac{1}{16}a^{24}-\frac{1}{8}a^{19}-\frac{1}{16}a^{18}-\frac{1}{8}a^{17}+\frac{1}{8}a^{16}-\frac{1}{4}a^{15}-\frac{1}{8}a^{14}-\frac{1}{8}a^{13}-\frac{3}{16}a^{12}+\frac{1}{8}a^{11}-\frac{1}{8}a^{10}+\frac{1}{4}a^{9}-\frac{3}{8}a^{8}-\frac{1}{4}a^{7}+\frac{1}{4}a^{6}-\frac{1}{2}a^{4}-\frac{1}{2}a^{2}$, $\frac{1}{32}a^{31}-\frac{1}{32}a^{30}+\frac{1}{32}a^{25}-\frac{1}{32}a^{24}-\frac{1}{16}a^{23}-\frac{1}{16}a^{22}-\frac{1}{16}a^{21}-\frac{1}{8}a^{20}+\frac{1}{32}a^{19}+\frac{3}{32}a^{18}-\frac{1}{16}a^{16}+\frac{1}{16}a^{15}-\frac{1}{8}a^{14}-\frac{7}{32}a^{13}-\frac{1}{32}a^{12}+\frac{1}{16}a^{11}-\frac{1}{8}a^{10}-\frac{1}{4}a^{9}-\frac{1}{4}a^{8}+\frac{3}{8}a^{7}-\frac{1}{4}a^{6}-\frac{1}{2}a^{2}-\frac{1}{2}$, $\frac{1}{64}a^{32}+\frac{1}{64}a^{30}-\frac{1}{32}a^{28}+\frac{1}{64}a^{26}-\frac{1}{16}a^{25}+\frac{3}{64}a^{24}-\frac{1}{32}a^{22}+\frac{3}{32}a^{21}+\frac{1}{64}a^{20}-\frac{1}{16}a^{19}+\frac{5}{64}a^{18}+\frac{3}{32}a^{17}-\frac{5}{32}a^{16}+\frac{1}{32}a^{15}-\frac{3}{64}a^{14}-\frac{1}{4}a^{13}-\frac{9}{64}a^{12}-\frac{3}{32}a^{11}-\frac{13}{32}a^{10}-\frac{1}{8}a^{8}+\frac{1}{8}a^{7}+\frac{3}{8}a^{6}-\frac{1}{8}a^{5}-\frac{1}{8}a^{4}-\frac{1}{4}a^{3}-\frac{1}{4}a^{2}+\frac{1}{4}$, $\frac{1}{128}a^{33}-\frac{1}{128}a^{32}+\frac{1}{128}a^{31}-\frac{1}{128}a^{30}-\frac{1}{64}a^{29}+\frac{1}{64}a^{28}-\frac{3}{128}a^{27}+\frac{3}{128}a^{26}-\frac{1}{128}a^{25}+\frac{5}{128}a^{24}+\frac{3}{64}a^{23}-\frac{1}{128}a^{21}-\frac{13}{128}a^{20}-\frac{7}{128}a^{19}+\frac{9}{128}a^{18}-\frac{1}{16}a^{17}-\frac{3}{32}a^{16}-\frac{17}{128}a^{15}-\frac{29}{128}a^{14}-\frac{25}{128}a^{13}+\frac{11}{128}a^{12}+\frac{3}{32}a^{11}-\frac{27}{64}a^{10}+\frac{5}{32}a^{9}-\frac{1}{2}a^{8}-\frac{3}{16}a^{7}-\frac{7}{16}a^{6}-\frac{3}{8}a^{5}-\frac{7}{16}a^{4}+\frac{1}{8}a^{3}+\frac{3}{8}a^{2}+\frac{1}{8}a+\frac{1}{8}$, $\frac{1}{256}a^{34}+\frac{5}{256}a^{30}+\frac{7}{256}a^{28}-\frac{1}{32}a^{27}+\frac{1}{128}a^{26}-\frac{3}{64}a^{25}+\frac{3}{256}a^{24}-\frac{5}{128}a^{23}-\frac{9}{256}a^{22}-\frac{3}{128}a^{21}+\frac{3}{64}a^{20}-\frac{15}{128}a^{19}-\frac{7}{256}a^{18}+\frac{7}{64}a^{17}+\frac{59}{256}a^{16}+\frac{5}{128}a^{15}-\frac{19}{128}a^{14}-\frac{31}{128}a^{13}+\frac{47}{256}a^{12}+\frac{27}{128}a^{11}-\frac{61}{128}a^{10}-\frac{1}{64}a^{9}+\frac{7}{32}a^{8}+\frac{1}{16}a^{7}-\frac{15}{32}a^{6}+\frac{3}{32}a^{5}+\frac{3}{32}a^{4}-\frac{3}{8}a^{3}-\frac{1}{8}a-\frac{3}{16}$, $\frac{1}{44\cdots 08}a^{35}+\frac{39\cdots 41}{22\cdots 04}a^{34}+\frac{25\cdots 05}{11\cdots 52}a^{33}-\frac{12\cdots 57}{34\cdots 86}a^{32}-\frac{10\cdots 67}{44\cdots 08}a^{31}+\frac{39\cdots 05}{22\cdots 04}a^{30}-\frac{88\cdots 99}{10\cdots 56}a^{29}-\frac{25\cdots 29}{22\cdots 04}a^{28}-\frac{54\cdots 97}{22\cdots 04}a^{27}-\frac{13\cdots 77}{55\cdots 76}a^{26}-\frac{18\cdots 49}{44\cdots 08}a^{25}-\frac{53\cdots 33}{11\cdots 52}a^{24}+\frac{15\cdots 27}{44\cdots 08}a^{23}+\frac{21\cdots 95}{13\cdots 44}a^{22}-\frac{55\cdots 95}{11\cdots 52}a^{21}+\frac{19\cdots 81}{22\cdots 04}a^{20}-\frac{71\cdots 07}{44\cdots 08}a^{19}-\frac{20\cdots 33}{22\cdots 04}a^{18}+\frac{35\cdots 83}{44\cdots 08}a^{17}-\frac{11\cdots 45}{55\cdots 76}a^{16}+\frac{80\cdots 37}{22\cdots 04}a^{15}-\frac{41\cdots 69}{22\cdots 04}a^{14}+\frac{10\cdots 19}{44\cdots 08}a^{13}-\frac{14\cdots 57}{11\cdots 52}a^{12}-\frac{41\cdots 55}{22\cdots 04}a^{11}+\frac{21\cdots 99}{55\cdots 76}a^{10}+\frac{74\cdots 77}{27\cdots 88}a^{9}-\frac{68\cdots 37}{13\cdots 44}a^{8}+\frac{27\cdots 89}{55\cdots 76}a^{7}+\frac{12\cdots 93}{55\cdots 76}a^{6}+\frac{24\cdots 09}{55\cdots 76}a^{5}+\frac{52\cdots 13}{27\cdots 88}a^{4}-\frac{45\cdots 31}{17\cdots 43}a^{3}-\frac{27\cdots 69}{13\cdots 44}a^{2}-\frac{23\cdots 67}{27\cdots 88}a-\frac{52\cdots 83}{13\cdots 44}$ 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{21398978367532602050913228248132339152922471766474640072995579525693467262976}}\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 - 12*x^35 + 81*x^34 - 380*x^33 + 1401*x^32 - 4264*x^31 + 11152*x^30 - 25700*x^29 + 52417*x^28 - 98968*x^27 + 167673*x^26 - 261006*x^25 + 387102*x^24 - 498860*x^23 + 635387*x^22 + 84728*x^21 - 1693615*x^20 + 4919942*x^19 - 9149200*x^18 + 7596626*x^17 - 2947235*x^16 - 23798720*x^15 + 89631925*x^14 - 136657168*x^13 + 91142993*x^12 + 35139946*x^11 + 24486230*x^10 - 286151236*x^9 + 175344416*x^8 + 195622728*x^7 - 98323744*x^6 - 298086184*x^5 + 365041592*x^4 - 148537280*x^3 + 9211792*x^2 + 6957280*x + 3853712) 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 - 12*x^35 + 81*x^34 - 380*x^33 + 1401*x^32 - 4264*x^31 + 11152*x^30 - 25700*x^29 + 52417*x^28 - 98968*x^27 + 167673*x^26 - 261006*x^25 + 387102*x^24 - 498860*x^23 + 635387*x^22 + 84728*x^21 - 1693615*x^20 + 4919942*x^19 - 9149200*x^18 + 7596626*x^17 - 2947235*x^16 - 23798720*x^15 + 89631925*x^14 - 136657168*x^13 + 91142993*x^12 + 35139946*x^11 + 24486230*x^10 - 286151236*x^9 + 175344416*x^8 + 195622728*x^7 - 98323744*x^6 - 298086184*x^5 + 365041592*x^4 - 148537280*x^3 + 9211792*x^2 + 6957280*x + 3853712, 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 - 12*x^35 + 81*x^34 - 380*x^33 + 1401*x^32 - 4264*x^31 + 11152*x^30 - 25700*x^29 + 52417*x^28 - 98968*x^27 + 167673*x^26 - 261006*x^25 + 387102*x^24 - 498860*x^23 + 635387*x^22 + 84728*x^21 - 1693615*x^20 + 4919942*x^19 - 9149200*x^18 + 7596626*x^17 - 2947235*x^16 - 23798720*x^15 + 89631925*x^14 - 136657168*x^13 + 91142993*x^12 + 35139946*x^11 + 24486230*x^10 - 286151236*x^9 + 175344416*x^8 + 195622728*x^7 - 98323744*x^6 - 298086184*x^5 + 365041592*x^4 - 148537280*x^3 + 9211792*x^2 + 6957280*x + 3853712); 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 - 12*x^35 + 81*x^34 - 380*x^33 + 1401*x^32 - 4264*x^31 + 11152*x^30 - 25700*x^29 + 52417*x^28 - 98968*x^27 + 167673*x^26 - 261006*x^25 + 387102*x^24 - 498860*x^23 + 635387*x^22 + 84728*x^21 - 1693615*x^20 + 4919942*x^19 - 9149200*x^18 + 7596626*x^17 - 2947235*x^16 - 23798720*x^15 + 89631925*x^14 - 136657168*x^13 + 91142993*x^12 + 35139946*x^11 + 24486230*x^10 - 286151236*x^9 + 175344416*x^8 + 195622728*x^7 - 98323744*x^6 - 298086184*x^5 + 365041592*x^4 - 148537280*x^3 + 9211792*x^2 + 6957280*x + 3853712); 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.148.1, 3.3.469.1, 6.0.679024.1, 6.0.12317816.1, 9.9.334428802942528.1, 18.18.146283896473715117030063296049094066176.1, 18.0.4910338574526370951967483335540736.1, 18.0.3331903618661514145181835278086144.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, some data not computed
Minimal sibling: not computed

Frobenius cycle types

$p$ $2$ $3$ $5$ $7$ $11$ $13$ $17$ $19$ $23$ $29$ $31$ $37$ $41$ $43$ $47$ $53$ $59$
Cycle type R ${\href{/padicField/3.6.0.1}{6} }^{6}$ ${\href{/padicField/5.12.0.1}{12} }^{2}{,}\,{\href{/padicField/5.6.0.1}{6} }^{2}$ 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.1.0.1}{1} }^{4}$ ${\href{/padicField/19.4.0.1}{4} }^{6}{,}\,{\href{/padicField/19.2.0.1}{2} }^{6}$ ${\href{/padicField/23.12.0.1}{12} }^{2}{,}\,{\href{/padicField/23.3.0.1}{3} }^{4}$ ${\href{/padicField/29.12.0.1}{12} }^{2}{,}\,{\href{/padicField/29.6.0.1}{6} }^{2}$ R R ${\href{/padicField/41.6.0.1}{6} }^{6}$ ${\href{/padicField/43.4.0.1}{4} }^{8}{,}\,{\href{/padicField/43.1.0.1}{1} }^{4}$ ${\href{/padicField/47.12.0.1}{12} }^{2}{,}\,{\href{/padicField/47.3.0.1}{3} }^{4}$ ${\href{/padicField/53.12.0.1}{12} }^{2}{,}\,{\href{/padicField/53.6.0.1}{6} }^{2}$ ${\href{/padicField/59.4.0.1}{4} }^{6}{,}\,{\href{/padicField/59.2.0.1}{2} }^{6}$

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.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.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}$$
\(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}$$
\(31\) Copy content Toggle raw display 31.6.1.0a1.1$x^{6} + 19 x^{3} + 16 x^{2} + 8 x + 3$$1$$6$$0$$C_6$$$[\ ]^{6}$$
31.6.1.0a1.1$x^{6} + 19 x^{3} + 16 x^{2} + 8 x + 3$$1$$6$$0$$C_6$$$[\ ]^{6}$$
31.6.1.0a1.1$x^{6} + 19 x^{3} + 16 x^{2} + 8 x + 3$$1$$6$$0$$C_6$$$[\ ]^{6}$$
31.6.1.0a1.1$x^{6} + 19 x^{3} + 16 x^{2} + 8 x + 3$$1$$6$$0$$C_6$$$[\ ]^{6}$$
31.6.2.6a1.2$x^{12} + 38 x^{9} + 32 x^{8} + 16 x^{7} + 367 x^{6} + 608 x^{5} + 560 x^{4} + 370 x^{3} + 160 x^{2} + 48 x + 40$$2$$6$$6$$C_6\times C_2$$$[\ ]_{2}^{6}$$
\(37\) Copy content Toggle raw display 37.6.1.0a1.1$x^{6} + 35 x^{3} + 4 x^{2} + 30 x + 2$$1$$6$$0$$C_6$$$[\ ]^{6}$$
37.6.1.0a1.1$x^{6} + 35 x^{3} + 4 x^{2} + 30 x + 2$$1$$6$$0$$C_6$$$[\ ]^{6}$$
37.6.2.6a1.2$x^{12} + 70 x^{9} + 8 x^{8} + 60 x^{7} + 1229 x^{6} + 280 x^{5} + 2116 x^{4} + 380 x^{3} + 916 x^{2} + 120 x + 41$$2$$6$$6$$C_6\times C_2$$$[\ ]_{2}^{6}$$
37.6.2.6a1.2$x^{12} + 70 x^{9} + 8 x^{8} + 60 x^{7} + 1229 x^{6} + 280 x^{5} + 2116 x^{4} + 380 x^{3} + 916 x^{2} + 120 x + 41$$2$$6$$6$$C_6\times C_2$$$[\ ]_{2}^{6}$$
\(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)