Properties

Label 24.4.229...125.4
Degree $24$
Signature $(4, 10)$
Discriminant $2.295\times 10^{60}$
Root discriminant \(327.37\)
Ramified primes $5,89$
Class number $8$ (GRH)
Class group [2, 4] (GRH)
Galois group $\GL(2,5)$ (as 24T1353)

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^24 - 4*x^23 + 6*x^22 - 4*x^21 + 446*x^20 + 12994*x^19 + 25454*x^18 + 45034*x^17 - 18156*x^16 - 12083886*x^15 + 6061701*x^14 + 665735486*x^13 + 2209626941*x^12 - 7709179644*x^11 - 98459485684*x^10 - 168718807126*x^9 + 2406563134669*x^8 + 13899669932829*x^7 + 14257456475664*x^6 - 90366861809451*x^5 - 326471613749334*x^4 - 443687608352359*x^3 - 313677448742334*x^2 - 119801317951219*x - 8058266421349)
 
Copy content gp:K = bnfinit(y^24 - 4*y^23 + 6*y^22 - 4*y^21 + 446*y^20 + 12994*y^19 + 25454*y^18 + 45034*y^17 - 18156*y^16 - 12083886*y^15 + 6061701*y^14 + 665735486*y^13 + 2209626941*y^12 - 7709179644*y^11 - 98459485684*y^10 - 168718807126*y^9 + 2406563134669*y^8 + 13899669932829*y^7 + 14257456475664*y^6 - 90366861809451*y^5 - 326471613749334*y^4 - 443687608352359*y^3 - 313677448742334*y^2 - 119801317951219*y - 8058266421349, 1)
 
Copy content magma:R<x> := PolynomialRing(Rationals()); K<a> := NumberField(x^24 - 4*x^23 + 6*x^22 - 4*x^21 + 446*x^20 + 12994*x^19 + 25454*x^18 + 45034*x^17 - 18156*x^16 - 12083886*x^15 + 6061701*x^14 + 665735486*x^13 + 2209626941*x^12 - 7709179644*x^11 - 98459485684*x^10 - 168718807126*x^9 + 2406563134669*x^8 + 13899669932829*x^7 + 14257456475664*x^6 - 90366861809451*x^5 - 326471613749334*x^4 - 443687608352359*x^3 - 313677448742334*x^2 - 119801317951219*x - 8058266421349);
 
Copy content oscar:Qx, x = polynomial_ring(QQ); K, a = number_field(x^24 - 4*x^23 + 6*x^22 - 4*x^21 + 446*x^20 + 12994*x^19 + 25454*x^18 + 45034*x^17 - 18156*x^16 - 12083886*x^15 + 6061701*x^14 + 665735486*x^13 + 2209626941*x^12 - 7709179644*x^11 - 98459485684*x^10 - 168718807126*x^9 + 2406563134669*x^8 + 13899669932829*x^7 + 14257456475664*x^6 - 90366861809451*x^5 - 326471613749334*x^4 - 443687608352359*x^3 - 313677448742334*x^2 - 119801317951219*x - 8058266421349)
 

\( x^{24} - 4 x^{23} + 6 x^{22} - 4 x^{21} + 446 x^{20} + 12994 x^{19} + 25454 x^{18} + \cdots - 8058266421349 \) 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:  $24$
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:  $(4, 10)$
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:   \(2295251366305746200663037028252313182580209076404571533203125\) \(\medspace = 5^{25}\cdot 89^{22}\) 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:  \(327.37\)
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:  $5^{23/20}89^{19/20}\approx 452.62236684313837$
Ramified primes:   \(5\), \(89\) 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(\sqrt{5}) \)
$\Aut(K/\Q)$:   $C_4$
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}$, $\frac{1}{5}a^{9}-\frac{2}{5}a^{7}+\frac{1}{5}a^{5}+\frac{1}{5}a^{4}-\frac{2}{5}a^{2}+\frac{1}{5}$, $\frac{1}{5}a^{10}-\frac{2}{5}a^{8}+\frac{1}{5}a^{6}+\frac{1}{5}a^{5}-\frac{2}{5}a^{3}+\frac{1}{5}a$, $\frac{1}{5}a^{11}+\frac{2}{5}a^{7}+\frac{1}{5}a^{6}+\frac{2}{5}a^{5}+\frac{2}{5}a^{2}+\frac{2}{5}$, $\frac{1}{5}a^{12}+\frac{2}{5}a^{8}+\frac{1}{5}a^{7}+\frac{2}{5}a^{6}+\frac{2}{5}a^{3}+\frac{2}{5}a$, $\frac{1}{5}a^{13}+\frac{1}{5}a^{8}+\frac{1}{5}a^{7}-\frac{2}{5}a^{5}+\frac{1}{5}a^{2}-\frac{2}{5}$, $\frac{1}{5}a^{14}+\frac{1}{5}a^{8}+\frac{2}{5}a^{7}-\frac{2}{5}a^{6}-\frac{1}{5}a^{5}-\frac{1}{5}a^{4}+\frac{1}{5}a^{3}+\frac{2}{5}a^{2}-\frac{2}{5}a-\frac{1}{5}$, $\frac{1}{5}a^{15}+\frac{2}{5}a^{8}-\frac{1}{5}a^{6}-\frac{2}{5}a^{5}+\frac{2}{5}a^{3}-\frac{1}{5}a-\frac{1}{5}$, $\frac{1}{5}a^{16}-\frac{2}{5}a^{7}-\frac{2}{5}a^{6}-\frac{2}{5}a^{5}-\frac{2}{5}a^{2}-\frac{1}{5}a-\frac{2}{5}$, $\frac{1}{5}a^{17}-\frac{2}{5}a^{8}-\frac{2}{5}a^{7}-\frac{2}{5}a^{6}-\frac{2}{5}a^{3}-\frac{1}{5}a^{2}-\frac{2}{5}a$, $\frac{1}{25}a^{18}+\frac{1}{25}a^{16}+\frac{1}{25}a^{14}+\frac{2}{25}a^{13}+\frac{1}{25}a^{12}+\frac{2}{25}a^{11}+\frac{1}{25}a^{10}+\frac{2}{25}a^{9}+\frac{6}{25}a^{8}-\frac{8}{25}a^{7}-\frac{9}{25}a^{6}+\frac{7}{25}a^{5}+\frac{1}{25}a^{4}+\frac{1}{5}a^{3}-\frac{9}{25}a^{2}-\frac{2}{5}a+\frac{6}{25}$, $\frac{1}{25}a^{19}+\frac{1}{25}a^{17}+\frac{1}{25}a^{15}+\frac{2}{25}a^{14}+\frac{1}{25}a^{13}+\frac{2}{25}a^{12}+\frac{1}{25}a^{11}+\frac{2}{25}a^{10}+\frac{1}{25}a^{9}-\frac{8}{25}a^{8}+\frac{1}{25}a^{7}+\frac{7}{25}a^{6}-\frac{4}{25}a^{5}-\frac{9}{25}a^{3}+\frac{6}{25}a-\frac{1}{5}$, $\frac{1}{25}a^{20}+\frac{2}{25}a^{15}-\frac{1}{5}a^{8}-\frac{1}{5}a^{7}+\frac{1}{5}a^{6}+\frac{3}{25}a^{5}-\frac{1}{5}a^{3}-\frac{1}{5}a^{2}+\frac{1}{5}a+\frac{4}{25}$, $\frac{1}{25}a^{21}+\frac{2}{25}a^{16}-\frac{1}{5}a^{8}-\frac{1}{5}a^{7}+\frac{3}{25}a^{6}+\frac{1}{5}a^{5}-\frac{1}{5}a^{3}-\frac{1}{5}a^{2}+\frac{4}{25}a+\frac{1}{5}$, $\frac{1}{25}a^{22}+\frac{2}{25}a^{17}-\frac{1}{5}a^{8}-\frac{7}{25}a^{7}+\frac{1}{5}a^{6}+\frac{1}{5}a^{5}-\frac{1}{5}a^{3}-\frac{6}{25}a^{2}+\frac{1}{5}a+\frac{1}{5}$, $\frac{1}{66\cdots 75}a^{23}+\frac{16\cdots 84}{13\cdots 55}a^{22}-\frac{96\cdots 92}{66\cdots 75}a^{21}+\frac{50\cdots 39}{66\cdots 75}a^{20}+\frac{86\cdots 86}{66\cdots 75}a^{19}+\frac{85\cdots 62}{66\cdots 75}a^{18}-\frac{62\cdots 49}{66\cdots 75}a^{17}-\frac{47\cdots 19}{66\cdots 75}a^{16}-\frac{23\cdots 11}{66\cdots 75}a^{15}-\frac{58\cdots 93}{66\cdots 75}a^{14}-\frac{25\cdots 44}{66\cdots 75}a^{13}+\frac{16\cdots 07}{66\cdots 75}a^{12}-\frac{56\cdots 74}{66\cdots 75}a^{11}-\frac{56\cdots 84}{94\cdots 25}a^{10}-\frac{71\cdots 12}{94\cdots 25}a^{9}-\frac{54\cdots 96}{13\cdots 55}a^{8}+\frac{51\cdots 36}{66\cdots 75}a^{7}+\frac{16\cdots 01}{66\cdots 75}a^{6}+\frac{17\cdots 83}{66\cdots 75}a^{5}-\frac{58\cdots 96}{13\cdots 55}a^{4}-\frac{85\cdots 67}{26\cdots 31}a^{3}-\frac{18\cdots 68}{13\cdots 55}a^{2}-\frac{22\cdots 27}{66\cdots 75}a-\frac{23\cdots 54}{66\cdots 75}$ 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:  $C_{2}\times C_{4}$, which has order $8$ (assuming GRH)
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:  $C_{2}\times C_{4}$, which has order $8$ (assuming GRH)
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:  $13$
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{53\cdots 17}{41\cdots 75}a^{23}+\frac{28\cdots 14}{41\cdots 75}a^{22}-\frac{67\cdots 66}{41\cdots 75}a^{21}+\frac{10\cdots 73}{41\cdots 75}a^{20}-\frac{50\cdots 04}{82\cdots 55}a^{19}-\frac{66\cdots 49}{41\cdots 75}a^{18}-\frac{53\cdots 77}{41\cdots 75}a^{17}-\frac{17\cdots 12}{41\cdots 75}a^{16}+\frac{31\cdots 21}{41\cdots 75}a^{15}+\frac{25\cdots 43}{16\cdots 31}a^{14}-\frac{45\cdots 77}{16\cdots 31}a^{13}-\frac{13\cdots 49}{16\cdots 31}a^{12}-\frac{15\cdots 11}{82\cdots 55}a^{11}+\frac{14\cdots 21}{11\cdots 65}a^{10}+\frac{13\cdots 46}{11\cdots 65}a^{9}+\frac{32\cdots 04}{41\cdots 75}a^{8}-\frac{13\cdots 63}{41\cdots 75}a^{7}-\frac{57\cdots 38}{41\cdots 75}a^{6}-\frac{47\cdots 51}{41\cdots 75}a^{5}+\frac{97\cdots 28}{82\cdots 55}a^{4}+\frac{11\cdots 72}{41\cdots 75}a^{3}+\frac{96\cdots 71}{41\cdots 75}a^{2}+\frac{48\cdots 96}{41\cdots 75}a+\frac{34\cdots 12}{41\cdots 75}$, $\frac{69\cdots 94}{11\cdots 25}a^{23}-\frac{10\cdots 84}{11\cdots 25}a^{22}+\frac{47\cdots 67}{11\cdots 25}a^{21}+\frac{88\cdots 77}{11\cdots 25}a^{20}-\frac{17\cdots 13}{23\cdots 05}a^{19}-\frac{86\cdots 88}{11\cdots 25}a^{18}-\frac{78\cdots 88}{11\cdots 25}a^{17}-\frac{21\cdots 31}{11\cdots 25}a^{16}+\frac{25\cdots 19}{11\cdots 25}a^{15}+\frac{14\cdots 81}{23\cdots 05}a^{14}+\frac{94\cdots 54}{23\cdots 05}a^{13}-\frac{14\cdots 88}{47\cdots 41}a^{12}-\frac{19\cdots 83}{47\cdots 41}a^{11}-\frac{14\cdots 43}{23\cdots 05}a^{10}+\frac{21\cdots 11}{23\cdots 05}a^{9}+\frac{59\cdots 23}{11\cdots 25}a^{8}-\frac{59\cdots 87}{11\cdots 25}a^{7}-\frac{21\cdots 54}{11\cdots 25}a^{6}-\frac{83\cdots 84}{11\cdots 25}a^{5}+\frac{11\cdots 37}{23\cdots 05}a^{4}+\frac{80\cdots 34}{11\cdots 25}a^{3}+\frac{18\cdots 34}{11\cdots 25}a^{2}+\frac{13\cdots 48}{11\cdots 25}a+\frac{55\cdots 48}{11\cdots 25}$, $\frac{18\cdots 48}{41\cdots 75}a^{23}-\frac{40\cdots 76}{16\cdots 31}a^{22}-\frac{69\cdots 59}{41\cdots 75}a^{21}+\frac{23\cdots 92}{41\cdots 75}a^{20}-\frac{70\cdots 62}{41\cdots 75}a^{19}+\frac{59\cdots 53}{82\cdots 55}a^{18}-\frac{14\cdots 97}{41\cdots 75}a^{17}-\frac{14\cdots 29}{41\cdots 75}a^{16}+\frac{11\cdots 27}{41\cdots 75}a^{15}-\frac{56\cdots 07}{82\cdots 55}a^{14}+\frac{61\cdots 76}{41\cdots 75}a^{13}+\frac{29\cdots 83}{82\cdots 55}a^{12}+\frac{38\cdots 61}{41\cdots 75}a^{11}-\frac{71\cdots 66}{11\cdots 65}a^{10}-\frac{19\cdots 57}{59\cdots 25}a^{9}+\frac{66\cdots 84}{41\cdots 75}a^{8}+\frac{56\cdots 91}{41\cdots 75}a^{7}+\frac{14\cdots 23}{41\cdots 75}a^{6}-\frac{41\cdots 03}{41\cdots 75}a^{5}-\frac{15\cdots 01}{41\cdots 75}a^{4}-\frac{29\cdots 65}{16\cdots 31}a^{3}+\frac{91\cdots 54}{41\cdots 75}a^{2}+\frac{62\cdots 42}{41\cdots 75}a+\frac{20\cdots 17}{41\cdots 75}$, $\frac{56\cdots 88}{47\cdots 41}a^{23}+\frac{11\cdots 43}{11\cdots 25}a^{22}-\frac{61\cdots 88}{11\cdots 25}a^{21}+\frac{28\cdots 02}{11\cdots 25}a^{20}-\frac{18\cdots 14}{11\cdots 25}a^{19}-\frac{10\cdots 04}{11\cdots 25}a^{18}+\frac{89\cdots 82}{11\cdots 25}a^{17}-\frac{31\cdots 61}{23\cdots 05}a^{16}+\frac{24\cdots 29}{47\cdots 41}a^{15}+\frac{14\cdots 43}{11\cdots 25}a^{14}-\frac{69\cdots 07}{11\cdots 25}a^{13}-\frac{58\cdots 17}{11\cdots 25}a^{12}-\frac{65\cdots 07}{11\cdots 25}a^{11}+\frac{10\cdots 98}{11\cdots 25}a^{10}+\frac{85\cdots 53}{11\cdots 25}a^{9}-\frac{83\cdots 12}{11\cdots 25}a^{8}-\frac{26\cdots 13}{11\cdots 25}a^{7}-\frac{79\cdots 31}{11\cdots 25}a^{6}+\frac{22\cdots 44}{11\cdots 25}a^{5}+\frac{61\cdots 96}{11\cdots 25}a^{4}+\frac{18\cdots 41}{11\cdots 25}a^{3}+\frac{32\cdots 43}{11\cdots 25}a^{2}+\frac{23\cdots 59}{11\cdots 25}a+\frac{11\cdots 69}{11\cdots 25}$, $\frac{85\cdots 66}{41\cdots 75}a^{23}+\frac{99\cdots 09}{82\cdots 55}a^{22}-\frac{12\cdots 58}{41\cdots 75}a^{21}+\frac{15\cdots 07}{41\cdots 75}a^{20}-\frac{38\cdots 27}{41\cdots 75}a^{19}-\frac{10\cdots 56}{41\cdots 75}a^{18}-\frac{18\cdots 87}{41\cdots 75}a^{17}-\frac{18\cdots 02}{82\cdots 55}a^{16}+\frac{61\cdots 52}{41\cdots 75}a^{15}+\frac{10\cdots 97}{41\cdots 75}a^{14}-\frac{47\cdots 17}{82\cdots 55}a^{13}-\frac{54\cdots 28}{41\cdots 75}a^{12}-\frac{17\cdots 07}{82\cdots 55}a^{11}+\frac{13\cdots 06}{59\cdots 25}a^{10}+\frac{20\cdots 98}{11\cdots 65}a^{9}-\frac{31\cdots 06}{41\cdots 75}a^{8}-\frac{44\cdots 53}{82\cdots 55}a^{7}-\frac{79\cdots 32}{41\cdots 75}a^{6}+\frac{74\cdots 76}{41\cdots 75}a^{5}+\frac{87\cdots 81}{41\cdots 75}a^{4}+\frac{12\cdots 64}{41\cdots 75}a^{3}-\frac{51\cdots 44}{41\cdots 75}a^{2}-\frac{13\cdots 74}{41\cdots 75}a-\frac{10\cdots 71}{41\cdots 75}$, $\frac{48\cdots 63}{41\cdots 75}a^{23}+\frac{19\cdots 17}{41\cdots 75}a^{22}+\frac{30\cdots 44}{41\cdots 75}a^{21}-\frac{53\cdots 96}{41\cdots 75}a^{20}+\frac{66\cdots 59}{41\cdots 75}a^{19}-\frac{14\cdots 98}{82\cdots 55}a^{18}-\frac{76\cdots 22}{41\cdots 75}a^{17}+\frac{35\cdots 19}{41\cdots 75}a^{16}-\frac{22\cdots 03}{41\cdots 75}a^{15}+\frac{67\cdots 39}{41\cdots 75}a^{14}-\frac{53\cdots 44}{41\cdots 75}a^{13}-\frac{38\cdots 16}{41\cdots 75}a^{12}-\frac{65\cdots 74}{41\cdots 75}a^{11}+\frac{83\cdots 22}{59\cdots 25}a^{10}+\frac{62\cdots 28}{59\cdots 25}a^{9}+\frac{77\cdots 19}{82\cdots 55}a^{8}-\frac{14\cdots 98}{41\cdots 75}a^{7}-\frac{57\cdots 44}{41\cdots 75}a^{6}+\frac{38\cdots 13}{41\cdots 75}a^{5}+\frac{50\cdots 66}{41\cdots 75}a^{4}+\frac{83\cdots 87}{41\cdots 75}a^{3}+\frac{62\cdots 04}{41\cdots 75}a^{2}+\frac{52\cdots 66}{82\cdots 55}a+\frac{18\cdots 77}{41\cdots 75}$, $\frac{27\cdots 73}{66\cdots 75}a^{23}+\frac{19\cdots 93}{66\cdots 75}a^{22}-\frac{77\cdots 49}{66\cdots 75}a^{21}+\frac{24\cdots 93}{66\cdots 75}a^{20}-\frac{19\cdots 22}{66\cdots 75}a^{19}-\frac{29\cdots 18}{66\cdots 75}a^{18}+\frac{21\cdots 04}{66\cdots 75}a^{17}-\frac{38\cdots 22}{13\cdots 55}a^{16}+\frac{63\cdots 94}{66\cdots 75}a^{15}+\frac{31\cdots 89}{66\cdots 75}a^{14}-\frac{11\cdots 51}{66\cdots 75}a^{13}-\frac{14\cdots 26}{66\cdots 75}a^{12}-\frac{15\cdots 56}{66\cdots 75}a^{11}+\frac{37\cdots 62}{94\cdots 25}a^{10}+\frac{27\cdots 42}{94\cdots 25}a^{9}-\frac{50\cdots 48}{26\cdots 31}a^{8}-\frac{62\cdots 12}{66\cdots 75}a^{7}-\frac{19\cdots 88}{66\cdots 75}a^{6}+\frac{19\cdots 58}{66\cdots 75}a^{5}+\frac{18\cdots 08}{66\cdots 75}a^{4}+\frac{31\cdots 06}{66\cdots 75}a^{3}+\frac{98\cdots 60}{26\cdots 31}a^{2}+\frac{10\cdots 57}{66\cdots 75}a+\frac{28\cdots 59}{26\cdots 31}$, $\frac{97\cdots 81}{66\cdots 75}a^{23}-\frac{51\cdots 61}{66\cdots 75}a^{22}+\frac{12\cdots 17}{66\cdots 75}a^{21}-\frac{76\cdots 54}{26\cdots 31}a^{20}+\frac{46\cdots 84}{66\cdots 75}a^{19}+\frac{12\cdots 51}{66\cdots 75}a^{18}+\frac{97\cdots 42}{66\cdots 75}a^{17}+\frac{31\cdots 03}{66\cdots 75}a^{16}-\frac{57\cdots 06}{66\cdots 75}a^{15}-\frac{11\cdots 73}{66\cdots 75}a^{14}+\frac{20\cdots 22}{66\cdots 75}a^{13}+\frac{62\cdots 22}{66\cdots 75}a^{12}+\frac{13\cdots 77}{66\cdots 75}a^{11}-\frac{13\cdots 84}{94\cdots 25}a^{10}-\frac{12\cdots 74}{94\cdots 25}a^{9}-\frac{23\cdots 27}{26\cdots 31}a^{8}+\frac{24\cdots 94}{66\cdots 75}a^{7}+\frac{10\cdots 18}{66\cdots 75}a^{6}+\frac{77\cdots 32}{66\cdots 75}a^{5}-\frac{89\cdots 86}{66\cdots 75}a^{4}-\frac{20\cdots 52}{66\cdots 75}a^{3}-\frac{69\cdots 62}{26\cdots 31}a^{2}-\frac{89\cdots 73}{66\cdots 75}a-\frac{63\cdots 61}{66\cdots 75}$, $\frac{34\cdots 58}{94\cdots 25}a^{23}+\frac{25\cdots 03}{94\cdots 25}a^{22}-\frac{10\cdots 63}{94\cdots 25}a^{21}+\frac{34\cdots 86}{94\cdots 25}a^{20}-\frac{10\cdots 28}{37\cdots 33}a^{19}-\frac{36\cdots 99}{94\cdots 25}a^{18}+\frac{35\cdots 81}{94\cdots 25}a^{17}-\frac{25\cdots 14}{94\cdots 25}a^{16}+\frac{88\cdots 12}{94\cdots 25}a^{15}+\frac{39\cdots 37}{94\cdots 25}a^{14}-\frac{15\cdots 41}{94\cdots 25}a^{13}-\frac{18\cdots 33}{94\cdots 25}a^{12}-\frac{14\cdots 06}{94\cdots 25}a^{11}+\frac{32\cdots 77}{94\cdots 25}a^{10}+\frac{23\cdots 34}{94\cdots 25}a^{9}-\frac{21\cdots 17}{94\cdots 25}a^{8}-\frac{77\cdots 37}{94\cdots 25}a^{7}-\frac{22\cdots 12}{94\cdots 25}a^{6}+\frac{28\cdots 02}{94\cdots 25}a^{5}+\frac{22\cdots 72}{94\cdots 25}a^{4}+\frac{35\cdots 58}{94\cdots 25}a^{3}+\frac{26\cdots 49}{94\cdots 25}a^{2}+\frac{10\cdots 18}{94\cdots 25}a+\frac{71\cdots 26}{94\cdots 25}$, $\frac{14\cdots 80}{26\cdots 31}a^{23}-\frac{27\cdots 57}{66\cdots 75}a^{22}+\frac{14\cdots 54}{66\cdots 75}a^{21}+\frac{34\cdots 74}{66\cdots 75}a^{20}+\frac{17\cdots 86}{66\cdots 75}a^{19}+\frac{10\cdots 86}{13\cdots 55}a^{18}+\frac{27\cdots 12}{66\cdots 75}a^{17}+\frac{10\cdots 78}{66\cdots 75}a^{16}+\frac{35\cdots 24}{66\cdots 75}a^{15}-\frac{33\cdots 18}{66\cdots 75}a^{14}-\frac{85\cdots 94}{66\cdots 75}a^{13}+\frac{21\cdots 32}{66\cdots 75}a^{12}+\frac{15\cdots 66}{66\cdots 75}a^{11}+\frac{31\cdots 91}{94\cdots 25}a^{10}-\frac{41\cdots 92}{94\cdots 25}a^{9}-\frac{15\cdots 58}{66\cdots 75}a^{8}+\frac{74\cdots 98}{13\cdots 55}a^{7}+\frac{63\cdots 59}{66\cdots 75}a^{6}+\frac{26\cdots 23}{66\cdots 75}a^{5}+\frac{10\cdots 17}{13\cdots 55}a^{4}+\frac{59\cdots 16}{66\cdots 75}a^{3}+\frac{38\cdots 27}{66\cdots 75}a^{2}+\frac{13\cdots 42}{66\cdots 75}a+\frac{87\cdots 11}{66\cdots 75}$, $\frac{12\cdots 77}{82\cdots 55}a^{23}+\frac{31\cdots 26}{41\cdots 75}a^{22}-\frac{13\cdots 36}{82\cdots 55}a^{21}+\frac{72\cdots 54}{41\cdots 75}a^{20}-\frac{28\cdots 59}{41\cdots 75}a^{19}-\frac{77\cdots 86}{41\cdots 75}a^{18}-\frac{69\cdots 62}{41\cdots 75}a^{17}-\frac{12\cdots 51}{41\cdots 75}a^{16}+\frac{34\cdots 34}{41\cdots 75}a^{15}+\frac{74\cdots 11}{41\cdots 75}a^{14}-\frac{12\cdots 16}{41\cdots 75}a^{13}-\frac{40\cdots 14}{41\cdots 75}a^{12}-\frac{90\cdots 06}{41\cdots 75}a^{11}+\frac{88\cdots 08}{59\cdots 25}a^{10}+\frac{78\cdots 72}{59\cdots 25}a^{9}+\frac{37\cdots 56}{41\cdots 75}a^{8}-\frac{15\cdots 58}{41\cdots 75}a^{7}-\frac{69\cdots 34}{41\cdots 75}a^{6}+\frac{32\cdots 31}{41\cdots 75}a^{5}+\frac{62\cdots 34}{41\cdots 75}a^{4}+\frac{13\cdots 96}{41\cdots 75}a^{3}+\frac{67\cdots 93}{41\cdots 75}a^{2}-\frac{20\cdots 99}{41\cdots 75}a-\frac{42\cdots 29}{82\cdots 55}$, $\frac{98\cdots 99}{66\cdots 75}a^{23}-\frac{74\cdots 56}{66\cdots 75}a^{22}+\frac{55\cdots 57}{13\cdots 55}a^{21}-\frac{53\cdots 92}{13\cdots 55}a^{20}+\frac{61\cdots 12}{66\cdots 75}a^{19}+\frac{82\cdots 47}{66\cdots 75}a^{18}+\frac{72\cdots 38}{13\cdots 55}a^{17}+\frac{16\cdots 24}{66\cdots 75}a^{16}-\frac{46\cdots 03}{66\cdots 75}a^{15}-\frac{78\cdots 32}{66\cdots 75}a^{14}+\frac{95\cdots 78}{13\cdots 55}a^{13}+\frac{45\cdots 23}{66\cdots 75}a^{12}+\frac{12\cdots 83}{13\cdots 55}a^{11}-\frac{13\cdots 21}{94\cdots 25}a^{10}-\frac{14\cdots 09}{18\cdots 65}a^{9}+\frac{22\cdots 56}{13\cdots 55}a^{8}+\frac{19\cdots 07}{66\cdots 75}a^{7}+\frac{51\cdots 38}{66\cdots 75}a^{6}-\frac{15\cdots 91}{13\cdots 55}a^{5}-\frac{57\cdots 96}{66\cdots 75}a^{4}-\frac{92\cdots 37}{66\cdots 75}a^{3}-\frac{11\cdots 99}{13\cdots 55}a^{2}-\frac{18\cdots 38}{66\cdots 75}a+\frac{57\cdots 74}{66\cdots 75}$, $\frac{30\cdots 79}{13\cdots 55}a^{23}+\frac{12\cdots 74}{66\cdots 75}a^{22}-\frac{66\cdots 81}{66\cdots 75}a^{21}+\frac{30\cdots 21}{66\cdots 75}a^{20}-\frac{19\cdots 28}{66\cdots 75}a^{19}-\frac{21\cdots 91}{13\cdots 55}a^{18}+\frac{44\cdots 10}{26\cdots 31}a^{17}-\frac{11\cdots 87}{66\cdots 75}a^{16}+\frac{56\cdots 99}{66\cdots 75}a^{15}+\frac{15\cdots 29}{66\cdots 75}a^{14}-\frac{79\cdots 88}{66\cdots 75}a^{13}-\frac{64\cdots 86}{66\cdots 75}a^{12}-\frac{38\cdots 48}{66\cdots 75}a^{11}+\frac{19\cdots 47}{94\cdots 25}a^{10}+\frac{12\cdots 76}{94\cdots 25}a^{9}-\frac{14\cdots 96}{66\cdots 75}a^{8}-\frac{29\cdots 46}{66\cdots 75}a^{7}-\frac{74\cdots 49}{66\cdots 75}a^{6}+\frac{24\cdots 81}{13\cdots 55}a^{5}+\frac{32\cdots 79}{26\cdots 31}a^{4}+\frac{12\cdots 82}{66\cdots 75}a^{3}+\frac{94\cdots 41}{66\cdots 75}a^{2}+\frac{38\cdots 43}{66\cdots 75}a+\frac{26\cdots 79}{66\cdots 75}$ Copy content Toggle raw display (assuming GRH)
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:  \( 90673756995467580000 \) (assuming GRH)
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:  \( 4 \) (assuming GRH)

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^{4}\cdot(2\pi)^{10}\cdot 90673756995467580000 \cdot 8}{2\cdot\sqrt{2295251366305746200663037028252313182580209076404571533203125}}\cr\approx \mathstrut & 0.367320478188184 \end{aligned}\] (assuming GRH)

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^24 - 4*x^23 + 6*x^22 - 4*x^21 + 446*x^20 + 12994*x^19 + 25454*x^18 + 45034*x^17 - 18156*x^16 - 12083886*x^15 + 6061701*x^14 + 665735486*x^13 + 2209626941*x^12 - 7709179644*x^11 - 98459485684*x^10 - 168718807126*x^9 + 2406563134669*x^8 + 13899669932829*x^7 + 14257456475664*x^6 - 90366861809451*x^5 - 326471613749334*x^4 - 443687608352359*x^3 - 313677448742334*x^2 - 119801317951219*x - 8058266421349) 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^24 - 4*x^23 + 6*x^22 - 4*x^21 + 446*x^20 + 12994*x^19 + 25454*x^18 + 45034*x^17 - 18156*x^16 - 12083886*x^15 + 6061701*x^14 + 665735486*x^13 + 2209626941*x^12 - 7709179644*x^11 - 98459485684*x^10 - 168718807126*x^9 + 2406563134669*x^8 + 13899669932829*x^7 + 14257456475664*x^6 - 90366861809451*x^5 - 326471613749334*x^4 - 443687608352359*x^3 - 313677448742334*x^2 - 119801317951219*x - 8058266421349, 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^24 - 4*x^23 + 6*x^22 - 4*x^21 + 446*x^20 + 12994*x^19 + 25454*x^18 + 45034*x^17 - 18156*x^16 - 12083886*x^15 + 6061701*x^14 + 665735486*x^13 + 2209626941*x^12 - 7709179644*x^11 - 98459485684*x^10 - 168718807126*x^9 + 2406563134669*x^8 + 13899669932829*x^7 + 14257456475664*x^6 - 90366861809451*x^5 - 326471613749334*x^4 - 443687608352359*x^3 - 313677448742334*x^2 - 119801317951219*x - 8058266421349); 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^24 - 4*x^23 + 6*x^22 - 4*x^21 + 446*x^20 + 12994*x^19 + 25454*x^18 + 45034*x^17 - 18156*x^16 - 12083886*x^15 + 6061701*x^14 + 665735486*x^13 + 2209626941*x^12 - 7709179644*x^11 - 98459485684*x^10 - 168718807126*x^9 + 2406563134669*x^8 + 13899669932829*x^7 + 14257456475664*x^6 - 90366861809451*x^5 - 326471613749334*x^4 - 443687608352359*x^3 - 313677448742334*x^2 - 119801317951219*x - 8058266421349); 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

$\GL(2,5)$ (as 24T1353):

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 non-solvable group of order 480
The 24 conjugacy class representatives for $\GL(2,5)$
Character table for $\GL(2,5)$

Intermediate fields

6.2.196069503125.2, 12.4.1522544918455380058642578125.2

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 24 siblings: 24.4.91810054652229848026521481130092527303208363056182861328125.1, 24.4.91810054652229848026521481130092527303208363056182861328125.3
Arithmetically equivalent sibling: 24.4.2295251366305746200663037028252313182580209076404571533203125.6
Minimal sibling: 24.4.91810054652229848026521481130092527303208363056182861328125.1

Frobenius cycle types

$p$ $2$ $3$ $5$ $7$ $11$ $13$ $17$ $19$ $23$ $29$ $31$ $37$ $41$ $43$ $47$ $53$ $59$
Cycle type $24$ $24$ R ${\href{/padicField/7.4.0.1}{4} }^{5}{,}\,{\href{/padicField/7.1.0.1}{1} }^{4}$ ${\href{/padicField/11.6.0.1}{6} }^{4}$ $24$ $24$ ${\href{/padicField/19.6.0.1}{6} }^{4}$ $24$ ${\href{/padicField/29.10.0.1}{10} }^{2}{,}\,{\href{/padicField/29.2.0.1}{2} }^{2}$ ${\href{/padicField/31.12.0.1}{12} }^{2}$ ${\href{/padicField/37.8.0.1}{8} }^{3}$ ${\href{/padicField/41.12.0.1}{12} }^{2}$ $24$ ${\href{/padicField/47.4.0.1}{4} }^{5}{,}\,{\href{/padicField/47.2.0.1}{2} }^{2}$ ${\href{/padicField/53.4.0.1}{4} }^{5}{,}\,{\href{/padicField/53.1.0.1}{1} }^{4}$ ${\href{/padicField/59.4.0.1}{4} }^{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
\(5\) Copy content Toggle raw display 5.2.2.2a1.1$x^{4} + 8 x^{3} + 20 x^{2} + 21 x + 4$$2$$2$$2$$C_4$$$[\ ]_{2}^{2}$$
5.1.20.23a2.2$x^{20} + 20 x^{4} + 10$$20$$1$$23$20T20$not computed$
\(89\) Copy content Toggle raw display 89.1.4.3a1.1$x^{4} + 89$$4$$1$$3$$C_4$$$[\ ]_{4}$$
89.1.20.19a1.3$x^{20} + 801$$20$$1$$19$20T6$$[\ ]_{20}^{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)