Properties

Label 24.4.676...125.6
Degree $24$
Signature $(4, 10)$
Discriminant $6.769\times 10^{60}$
Root discriminant \(342.46\)
Ramified primes $5,29$
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 - 2*x^23 + 119*x^22 - 123*x^21 - 2284*x^20 + 35021*x^19 - 287932*x^18 - 3528451*x^17 + 430787*x^16 + 76267881*x^15 + 383091958*x^14 + 1547361734*x^13 + 1926262502*x^12 - 24636617534*x^11 - 181070920997*x^10 - 710772344063*x^9 - 1879981260494*x^8 - 2702189457572*x^7 + 3316968239109*x^6 + 29845357531527*x^5 + 75565793089194*x^4 + 102052357360777*x^3 + 77691878905336*x^2 + 30942834489368*x + 4794247932259)
 
Copy content gp:K = bnfinit(y^24 - 2*y^23 + 119*y^22 - 123*y^21 - 2284*y^20 + 35021*y^19 - 287932*y^18 - 3528451*y^17 + 430787*y^16 + 76267881*y^15 + 383091958*y^14 + 1547361734*y^13 + 1926262502*y^12 - 24636617534*y^11 - 181070920997*y^10 - 710772344063*y^9 - 1879981260494*y^8 - 2702189457572*y^7 + 3316968239109*y^6 + 29845357531527*y^5 + 75565793089194*y^4 + 102052357360777*y^3 + 77691878905336*y^2 + 30942834489368*y + 4794247932259, 1)
 
Copy content magma:R<x> := PolynomialRing(Rationals()); K<a> := NumberField(x^24 - 2*x^23 + 119*x^22 - 123*x^21 - 2284*x^20 + 35021*x^19 - 287932*x^18 - 3528451*x^17 + 430787*x^16 + 76267881*x^15 + 383091958*x^14 + 1547361734*x^13 + 1926262502*x^12 - 24636617534*x^11 - 181070920997*x^10 - 710772344063*x^9 - 1879981260494*x^8 - 2702189457572*x^7 + 3316968239109*x^6 + 29845357531527*x^5 + 75565793089194*x^4 + 102052357360777*x^3 + 77691878905336*x^2 + 30942834489368*x + 4794247932259);
 
Copy content oscar:Qx, x = polynomial_ring(QQ); K, a = number_field(x^24 - 2*x^23 + 119*x^22 - 123*x^21 - 2284*x^20 + 35021*x^19 - 287932*x^18 - 3528451*x^17 + 430787*x^16 + 76267881*x^15 + 383091958*x^14 + 1547361734*x^13 + 1926262502*x^12 - 24636617534*x^11 - 181070920997*x^10 - 710772344063*x^9 - 1879981260494*x^8 - 2702189457572*x^7 + 3316968239109*x^6 + 29845357531527*x^5 + 75565793089194*x^4 + 102052357360777*x^3 + 77691878905336*x^2 + 30942834489368*x + 4794247932259)
 

\( x^{24} - 2 x^{23} + 119 x^{22} - 123 x^{21} - 2284 x^{20} + 35021 x^{19} - 287932 x^{18} + \cdots + 4794247932259 \) 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:   \(6769025210045733840131040987091228089411742985248565673828125\) \(\medspace = 5^{41}\cdot 29^{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:  \(342.46\)
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^{39/20}29^{19/20}\approx 565.287791942645$
Ramified primes:   \(5\), \(29\) 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}$, $a^{9}$, $a^{10}$, $a^{11}$, $a^{12}$, $a^{13}$, $a^{14}$, $\frac{1}{5}a^{15}-\frac{1}{5}a^{10}+\frac{2}{5}$, $\frac{1}{5}a^{16}-\frac{1}{5}a^{11}+\frac{2}{5}a$, $\frac{1}{5}a^{17}-\frac{1}{5}a^{12}+\frac{2}{5}a^{2}$, $\frac{1}{5}a^{18}-\frac{1}{5}a^{13}+\frac{2}{5}a^{3}$, $\frac{1}{75}a^{19}-\frac{2}{75}a^{18}-\frac{1}{75}a^{17}+\frac{7}{75}a^{16}+\frac{2}{25}a^{15}-\frac{31}{75}a^{14}+\frac{22}{75}a^{13}+\frac{31}{75}a^{12}-\frac{22}{75}a^{11}+\frac{34}{75}a^{10}-\frac{1}{15}a^{9}-\frac{2}{15}a^{8}-\frac{4}{15}a^{7}+\frac{1}{3}a^{6}-\frac{4}{15}a^{5}-\frac{1}{25}a^{4}+\frac{1}{75}a^{3}+\frac{1}{25}a^{2}+\frac{19}{75}a-\frac{28}{75}$, $\frac{1}{75}a^{20}-\frac{1}{15}a^{18}+\frac{1}{15}a^{17}+\frac{1}{15}a^{16}-\frac{4}{75}a^{15}+\frac{7}{15}a^{14}-\frac{7}{15}a^{12}+\frac{1}{15}a^{11}-\frac{9}{25}a^{10}-\frac{4}{15}a^{9}+\frac{7}{15}a^{8}-\frac{1}{5}a^{7}+\frac{2}{5}a^{6}+\frac{32}{75}a^{5}-\frac{1}{15}a^{4}+\frac{1}{15}a^{3}+\frac{1}{3}a^{2}-\frac{4}{15}a-\frac{26}{75}$, $\frac{1}{75}a^{21}-\frac{1}{15}a^{18}+\frac{1}{75}a^{16}+\frac{1}{15}a^{15}-\frac{1}{15}a^{14}+\frac{2}{15}a^{12}-\frac{32}{75}a^{11}-\frac{1}{5}a^{10}+\frac{2}{15}a^{9}+\frac{2}{15}a^{8}+\frac{1}{15}a^{7}+\frac{7}{75}a^{6}-\frac{2}{5}a^{5}-\frac{2}{15}a^{4}+\frac{2}{5}a^{3}-\frac{1}{15}a^{2}+\frac{3}{25}a-\frac{7}{15}$, $\frac{1}{525}a^{22}-\frac{2}{525}a^{21}-\frac{1}{525}a^{20}-\frac{2}{525}a^{19}-\frac{12}{175}a^{18}+\frac{23}{525}a^{17}+\frac{7}{75}a^{16}+\frac{37}{525}a^{15}+\frac{26}{75}a^{14}+\frac{121}{525}a^{13}+\frac{46}{525}a^{12}+\frac{14}{75}a^{11}+\frac{139}{525}a^{10}+\frac{44}{105}a^{9}+\frac{2}{15}a^{8}+\frac{9}{175}a^{7}+\frac{76}{525}a^{6}+\frac{11}{175}a^{5}-\frac{104}{525}a^{4}+\frac{218}{525}a^{3}-\frac{79}{175}a^{2}-\frac{22}{175}a+\frac{24}{175}$, $\frac{1}{13\cdots 25}a^{23}-\frac{11\cdots 91}{34\cdots 75}a^{22}-\frac{38\cdots 53}{13\cdots 25}a^{21}+\frac{66\cdots 33}{13\cdots 25}a^{20}-\frac{15\cdots 74}{20\cdots 25}a^{19}+\frac{34\cdots 82}{44\cdots 75}a^{18}-\frac{17\cdots 47}{19\cdots 75}a^{17}+\frac{42\cdots 32}{13\cdots 25}a^{16}-\frac{32\cdots 52}{63\cdots 25}a^{15}+\frac{52\cdots 19}{89\cdots 75}a^{14}-\frac{20\cdots 64}{44\cdots 75}a^{13}+\frac{74\cdots 49}{19\cdots 75}a^{12}-\frac{19\cdots 88}{44\cdots 75}a^{11}+\frac{26\cdots 03}{44\cdots 75}a^{10}-\frac{37\cdots 66}{76\cdots 55}a^{9}+\frac{55\cdots 54}{44\cdots 75}a^{8}-\frac{59\cdots 11}{44\cdots 75}a^{7}+\frac{10\cdots 93}{44\cdots 75}a^{6}-\frac{38\cdots 74}{13\cdots 25}a^{5}-\frac{55\cdots 08}{89\cdots 75}a^{4}-\frac{12\cdots 31}{13\cdots 25}a^{3}-\frac{26\cdots 97}{10\cdots 25}a^{2}+\frac{28\cdots 56}{44\cdots 75}a-\frac{15\cdots 14}{19\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_{4}\times C_{2}\times C_{2}$, which has order $16$ (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{62\cdots 74}{52\cdots 25}a^{23}-\frac{34\cdots 68}{10\cdots 05}a^{22}+\frac{75\cdots 42}{52\cdots 25}a^{21}-\frac{17\cdots 41}{69\cdots 47}a^{20}-\frac{45\cdots 66}{17\cdots 75}a^{19}+\frac{45\cdots 82}{10\cdots 05}a^{18}-\frac{19\cdots 97}{52\cdots 25}a^{17}-\frac{20\cdots 79}{52\cdots 25}a^{16}+\frac{18\cdots 12}{52\cdots 25}a^{15}+\frac{46\cdots 18}{52\cdots 25}a^{14}+\frac{20\cdots 51}{52\cdots 25}a^{13}+\frac{27\cdots 59}{17\cdots 75}a^{12}+\frac{58\cdots 67}{52\cdots 25}a^{11}-\frac{15\cdots 82}{52\cdots 25}a^{10}-\frac{20\cdots 04}{10\cdots 05}a^{9}-\frac{12\cdots 44}{17\cdots 75}a^{8}-\frac{25\cdots 83}{14\cdots 15}a^{7}-\frac{99\cdots 96}{52\cdots 25}a^{6}+\frac{19\cdots 84}{34\cdots 35}a^{5}+\frac{23\cdots 47}{74\cdots 75}a^{4}+\frac{49\cdots 79}{74\cdots 75}a^{3}+\frac{36\cdots 46}{52\cdots 25}a^{2}+\frac{18\cdots 36}{52\cdots 25}a+\frac{33\cdots 69}{52\cdots 25}$, $\frac{14\cdots 63}{17\cdots 75}a^{23}-\frac{57\cdots 87}{17\cdots 75}a^{22}+\frac{18\cdots 82}{17\cdots 75}a^{21}-\frac{52\cdots 11}{17\cdots 75}a^{20}-\frac{26\cdots 29}{17\cdots 75}a^{19}+\frac{58\cdots 21}{17\cdots 75}a^{18}-\frac{53\cdots 38}{17\cdots 75}a^{17}-\frac{43\cdots 81}{17\cdots 75}a^{16}+\frac{37\cdots 90}{69\cdots 47}a^{15}+\frac{10\cdots 69}{17\cdots 75}a^{14}+\frac{37\cdots 46}{17\cdots 75}a^{13}+\frac{30\cdots 12}{34\cdots 35}a^{12}-\frac{16\cdots 26}{17\cdots 75}a^{11}-\frac{37\cdots 34}{17\cdots 75}a^{10}-\frac{40\cdots 14}{34\cdots 35}a^{9}-\frac{65\cdots 69}{17\cdots 75}a^{8}-\frac{20\cdots 67}{24\cdots 25}a^{7}-\frac{95\cdots 01}{17\cdots 75}a^{6}+\frac{73\cdots 33}{17\cdots 75}a^{5}+\frac{44\cdots 11}{24\cdots 25}a^{4}+\frac{72\cdots 09}{24\cdots 25}a^{3}+\frac{77\cdots 72}{34\cdots 35}a^{2}+\frac{12\cdots 42}{17\cdots 75}a+\frac{11\cdots 53}{17\cdots 75}$, $\frac{18\cdots 97}{14\cdots 15}a^{23}-\frac{32\cdots 82}{49\cdots 05}a^{22}+\frac{12\cdots 66}{74\cdots 75}a^{21}-\frac{17\cdots 66}{24\cdots 25}a^{20}-\frac{38\cdots 12}{74\cdots 75}a^{19}+\frac{11\cdots 33}{24\cdots 25}a^{18}-\frac{37\cdots 28}{74\cdots 75}a^{17}-\frac{19\cdots 48}{74\cdots 75}a^{16}+\frac{14\cdots 96}{14\cdots 15}a^{15}+\frac{15\cdots 79}{24\cdots 25}a^{14}+\frac{18\cdots 61}{74\cdots 75}a^{13}+\frac{74\cdots 23}{74\cdots 75}a^{12}-\frac{29\cdots 41}{24\cdots 25}a^{11}-\frac{20\cdots 82}{74\cdots 75}a^{10}-\frac{19\cdots 29}{14\cdots 15}a^{9}-\frac{20\cdots 27}{49\cdots 05}a^{8}-\frac{12\cdots 09}{14\cdots 15}a^{7}-\frac{19\cdots 53}{74\cdots 75}a^{6}+\frac{40\cdots 24}{74\cdots 75}a^{5}+\frac{13\cdots 66}{74\cdots 75}a^{4}+\frac{20\cdots 53}{74\cdots 75}a^{3}+\frac{15\cdots 74}{74\cdots 75}a^{2}+\frac{20\cdots 57}{24\cdots 25}a+\frac{31\cdots 53}{24\cdots 25}$, $\frac{25\cdots 14}{17\cdots 75}a^{23}-\frac{84\cdots 17}{52\cdots 25}a^{22}+\frac{29\cdots 41}{17\cdots 75}a^{21}-\frac{12\cdots 03}{10\cdots 05}a^{20}-\frac{20\cdots 48}{52\cdots 25}a^{19}+\frac{25\cdots 78}{52\cdots 25}a^{18}-\frac{63\cdots 58}{17\cdots 75}a^{17}-\frac{29\cdots 68}{52\cdots 25}a^{16}-\frac{46\cdots 96}{17\cdots 75}a^{15}+\frac{64\cdots 53}{52\cdots 25}a^{14}+\frac{13\cdots 95}{20\cdots 41}a^{13}+\frac{13\cdots 21}{52\cdots 25}a^{12}+\frac{39\cdots 11}{10\cdots 05}a^{11}-\frac{19\cdots 72}{52\cdots 25}a^{10}-\frac{30\cdots 48}{10\cdots 05}a^{9}-\frac{61\cdots 56}{52\cdots 25}a^{8}-\frac{23\cdots 72}{74\cdots 75}a^{7}-\frac{79\cdots 58}{17\cdots 75}a^{6}+\frac{56\cdots 98}{10\cdots 05}a^{5}+\frac{38\cdots 82}{74\cdots 75}a^{4}+\frac{64\cdots 63}{49\cdots 05}a^{3}+\frac{85\cdots 38}{52\cdots 25}a^{2}+\frac{10\cdots 79}{10\cdots 05}a+\frac{11\cdots 79}{52\cdots 25}$, $\frac{46\cdots 47}{10\cdots 25}a^{23}-\frac{48\cdots 36}{34\cdots 75}a^{22}+\frac{27\cdots 44}{48\cdots 25}a^{21}-\frac{11\cdots 64}{10\cdots 25}a^{20}-\frac{54\cdots 63}{58\cdots 35}a^{19}+\frac{58\cdots 99}{34\cdots 75}a^{18}-\frac{51\cdots 46}{34\cdots 75}a^{17}-\frac{49\cdots 22}{34\cdots 75}a^{16}+\frac{62\cdots 02}{34\cdots 75}a^{15}+\frac{13\cdots 72}{41\cdots 45}a^{14}+\frac{47\cdots 72}{34\cdots 75}a^{13}+\frac{56\cdots 76}{10\cdots 25}a^{12}+\frac{26\cdots 47}{10\cdots 25}a^{11}-\frac{57\cdots 77}{48\cdots 25}a^{10}-\frac{28\cdots 32}{41\cdots 45}a^{9}-\frac{25\cdots 36}{10\cdots 25}a^{8}-\frac{59\cdots 86}{10\cdots 25}a^{7}-\frac{57\cdots 07}{10\cdots 25}a^{6}+\frac{22\cdots 17}{10\cdots 25}a^{5}+\frac{46\cdots 73}{41\cdots 45}a^{4}+\frac{22\cdots 13}{10\cdots 25}a^{3}+\frac{30\cdots 89}{14\cdots 75}a^{2}+\frac{13\cdots 98}{14\cdots 75}a+\frac{15\cdots 49}{10\cdots 25}$, $\frac{18\cdots 99}{26\cdots 25}a^{23}+\frac{34\cdots 09}{68\cdots 75}a^{22}-\frac{13\cdots 24}{12\cdots 25}a^{21}+\frac{57\cdots 92}{89\cdots 75}a^{20}-\frac{46\cdots 66}{29\cdots 75}a^{19}-\frac{49\cdots 27}{26\cdots 25}a^{18}+\frac{83\cdots 52}{26\cdots 25}a^{17}+\frac{20\cdots 04}{26\cdots 25}a^{16}-\frac{26\cdots 24}{53\cdots 85}a^{15}-\frac{22\cdots 43}{89\cdots 75}a^{14}-\frac{11\cdots 08}{89\cdots 75}a^{13}-\frac{10\cdots 43}{26\cdots 25}a^{12}+\frac{16\cdots 16}{17\cdots 95}a^{11}+\frac{15\cdots 69}{12\cdots 25}a^{10}+\frac{10\cdots 29}{17\cdots 95}a^{9}+\frac{15\cdots 64}{89\cdots 75}a^{8}+\frac{88\cdots 37}{26\cdots 25}a^{7}-\frac{72\cdots 63}{26\cdots 25}a^{6}-\frac{21\cdots 66}{89\cdots 75}a^{5}-\frac{65\cdots 54}{89\cdots 75}a^{4}-\frac{97\cdots 34}{89\cdots 75}a^{3}-\frac{86\cdots 48}{97\cdots 25}a^{2}-\frac{28\cdots 74}{76\cdots 55}a-\frac{55\cdots 81}{89\cdots 75}$, $\frac{13\cdots 26}{19\cdots 75}a^{23}+\frac{22\cdots 31}{10\cdots 25}a^{22}-\frac{39\cdots 98}{44\cdots 75}a^{21}+\frac{82\cdots 18}{44\cdots 75}a^{20}+\frac{30\cdots 37}{20\cdots 25}a^{19}-\frac{12\cdots 64}{44\cdots 75}a^{18}+\frac{31\cdots 78}{13\cdots 25}a^{17}+\frac{14\cdots 61}{63\cdots 25}a^{16}-\frac{12\cdots 37}{44\cdots 75}a^{15}-\frac{20\cdots 58}{38\cdots 75}a^{14}-\frac{98\cdots 37}{44\cdots 75}a^{13}-\frac{11\cdots 61}{13\cdots 25}a^{12}-\frac{82\cdots 31}{19\cdots 75}a^{11}+\frac{82\cdots 69}{44\cdots 75}a^{10}+\frac{19\cdots 84}{17\cdots 95}a^{9}+\frac{25\cdots 21}{63\cdots 25}a^{8}+\frac{12\cdots 76}{13\cdots 25}a^{7}+\frac{12\cdots 17}{13\cdots 25}a^{6}-\frac{46\cdots 37}{13\cdots 25}a^{5}-\frac{16\cdots 16}{89\cdots 75}a^{4}-\frac{15\cdots 66}{44\cdots 75}a^{3}-\frac{11\cdots 27}{34\cdots 75}a^{2}-\frac{21\cdots 96}{13\cdots 25}a-\frac{37\cdots 79}{13\cdots 25}$, $\frac{61\cdots 99}{10\cdots 57}a^{23}-\frac{14\cdots 89}{68\cdots 75}a^{22}+\frac{18\cdots 97}{26\cdots 25}a^{21}-\frac{44\cdots 53}{26\cdots 25}a^{20}-\frac{58\cdots 66}{41\cdots 45}a^{19}+\frac{12\cdots 22}{53\cdots 85}a^{18}-\frac{17\cdots 72}{89\cdots 75}a^{17}-\frac{49\cdots 13}{26\cdots 25}a^{16}+\frac{11\cdots 37}{26\cdots 25}a^{15}+\frac{77\cdots 97}{17\cdots 95}a^{14}+\frac{20\cdots 09}{17\cdots 95}a^{13}+\frac{48\cdots 84}{89\cdots 75}a^{12}-\frac{56\cdots 13}{89\cdots 75}a^{11}-\frac{14\cdots 98}{89\cdots 75}a^{10}-\frac{39\cdots 86}{53\cdots 85}a^{9}-\frac{38\cdots 76}{17\cdots 95}a^{8}-\frac{13\cdots 17}{26\cdots 25}a^{7}-\frac{28\cdots 56}{26\cdots 25}a^{6}+\frac{12\cdots 72}{38\cdots 75}a^{5}+\frac{35\cdots 95}{35\cdots 19}a^{4}+\frac{75\cdots 82}{53\cdots 85}a^{3}+\frac{21\cdots 57}{20\cdots 25}a^{2}+\frac{11\cdots 63}{26\cdots 25}a+\frac{16\cdots 53}{26\cdots 25}$, $\frac{90\cdots 72}{13\cdots 25}a^{23}+\frac{26\cdots 41}{10\cdots 25}a^{22}-\frac{11\cdots 39}{13\cdots 25}a^{21}+\frac{10\cdots 78}{44\cdots 75}a^{20}+\frac{82\cdots 31}{68\cdots 75}a^{19}-\frac{34\cdots 37}{13\cdots 25}a^{18}+\frac{32\cdots 93}{13\cdots 25}a^{17}+\frac{26\cdots 91}{13\cdots 25}a^{16}-\frac{53\cdots 41}{13\cdots 25}a^{15}-\frac{12\cdots 54}{26\cdots 25}a^{14}-\frac{23\cdots 76}{13\cdots 25}a^{13}-\frac{31\cdots 02}{44\cdots 75}a^{12}+\frac{10\cdots 43}{13\cdots 25}a^{11}+\frac{22\cdots 32}{13\cdots 25}a^{10}+\frac{49\cdots 26}{53\cdots 85}a^{9}+\frac{13\cdots 62}{44\cdots 75}a^{8}+\frac{88\cdots 61}{13\cdots 25}a^{7}+\frac{56\cdots 77}{13\cdots 25}a^{6}-\frac{15\cdots 84}{44\cdots 75}a^{5}-\frac{38\cdots 17}{26\cdots 25}a^{4}-\frac{30\cdots 43}{13\cdots 25}a^{3}-\frac{17\cdots 01}{10\cdots 25}a^{2}-\frac{69\cdots 66}{13\cdots 25}a-\frac{61\cdots 29}{13\cdots 25}$, $\frac{10\cdots 37}{12\cdots 25}a^{23}+\frac{12\cdots 96}{41\cdots 75}a^{22}-\frac{12\cdots 64}{12\cdots 25}a^{21}+\frac{32\cdots 09}{12\cdots 25}a^{20}+\frac{38\cdots 69}{24\cdots 25}a^{19}-\frac{39\cdots 77}{12\cdots 25}a^{18}+\frac{36\cdots 48}{12\cdots 25}a^{17}+\frac{10\cdots 22}{41\cdots 75}a^{16}-\frac{53\cdots 66}{12\cdots 25}a^{15}-\frac{14\cdots 74}{24\cdots 25}a^{14}-\frac{95\cdots 57}{41\cdots 75}a^{13}-\frac{11\cdots 91}{12\cdots 25}a^{12}-\frac{17\cdots 07}{12\cdots 25}a^{11}+\frac{87\cdots 19}{41\cdots 75}a^{10}+\frac{39\cdots 73}{33\cdots 47}a^{9}+\frac{50\cdots 81}{12\cdots 25}a^{8}+\frac{11\cdots 46}{12\cdots 25}a^{7}+\frac{93\cdots 27}{12\cdots 25}a^{6}-\frac{51\cdots 77}{12\cdots 25}a^{5}-\frac{46\cdots 42}{24\cdots 25}a^{4}-\frac{41\cdots 78}{12\cdots 25}a^{3}-\frac{12\cdots 56}{41\cdots 75}a^{2}-\frac{52\cdots 47}{41\cdots 75}a-\frac{82\cdots 68}{41\cdots 75}$, $\frac{86\cdots 29}{52\cdots 25}a^{23}+\frac{28\cdots 81}{10\cdots 05}a^{22}-\frac{99\cdots 01}{52\cdots 25}a^{21}+\frac{62\cdots 28}{52\cdots 25}a^{20}+\frac{22\cdots 84}{52\cdots 25}a^{19}-\frac{30\cdots 07}{52\cdots 25}a^{18}+\frac{23\cdots 76}{52\cdots 25}a^{17}+\frac{10\cdots 74}{17\cdots 75}a^{16}-\frac{64\cdots 23}{52\cdots 25}a^{15}-\frac{71\cdots 59}{52\cdots 25}a^{14}-\frac{11\cdots 33}{17\cdots 75}a^{13}-\frac{13\cdots 46}{52\cdots 25}a^{12}-\frac{16\cdots 66}{52\cdots 25}a^{11}+\frac{15\cdots 27}{34\cdots 35}a^{10}+\frac{10\cdots 86}{34\cdots 35}a^{9}+\frac{61\cdots 02}{52\cdots 25}a^{8}+\frac{29\cdots 13}{99\cdots 21}a^{7}+\frac{20\cdots 73}{52\cdots 25}a^{6}-\frac{12\cdots 63}{17\cdots 75}a^{5}-\frac{39\cdots 91}{74\cdots 75}a^{4}-\frac{90\cdots 56}{74\cdots 75}a^{3}-\frac{23\cdots 21}{17\cdots 75}a^{2}-\frac{37\cdots 48}{52\cdots 25}a-\frac{14\cdots 61}{10\cdots 05}$, $\frac{90\cdots 46}{17\cdots 75}a^{23}-\frac{79\cdots 46}{52\cdots 25}a^{22}+\frac{10\cdots 02}{17\cdots 75}a^{21}-\frac{63\cdots 59}{52\cdots 25}a^{20}-\frac{18\cdots 52}{17\cdots 75}a^{19}+\frac{20\cdots 47}{10\cdots 05}a^{18}-\frac{58\cdots 78}{34\cdots 35}a^{17}-\frac{87\cdots 51}{52\cdots 25}a^{16}+\frac{19\cdots 57}{10\cdots 05}a^{15}+\frac{19\cdots 26}{52\cdots 25}a^{14}+\frac{28\cdots 74}{17\cdots 75}a^{13}+\frac{33\cdots 16}{52\cdots 25}a^{12}+\frac{37\cdots 93}{10\cdots 05}a^{11}-\frac{23\cdots 32}{17\cdots 75}a^{10}-\frac{16\cdots 89}{20\cdots 41}a^{9}-\frac{15\cdots 59}{52\cdots 25}a^{8}-\frac{17\cdots 37}{24\cdots 25}a^{7}-\frac{36\cdots 53}{52\cdots 25}a^{6}+\frac{13\cdots 82}{52\cdots 25}a^{5}+\frac{98\cdots 14}{74\cdots 75}a^{4}+\frac{19\cdots 63}{74\cdots 75}a^{3}+\frac{13\cdots 33}{52\cdots 25}a^{2}+\frac{12\cdots 06}{10\cdots 05}a+\frac{37\cdots 24}{17\cdots 75}$, $\frac{13\cdots 67}{42\cdots 75}a^{23}+\frac{11\cdots 52}{14\cdots 25}a^{22}-\frac{10\cdots 81}{28\cdots 45}a^{21}+\frac{24\cdots 66}{42\cdots 75}a^{20}+\frac{33\cdots 46}{42\cdots 75}a^{19}-\frac{16\cdots 68}{14\cdots 25}a^{18}+\frac{27\cdots 42}{28\cdots 45}a^{17}+\frac{14\cdots 84}{14\cdots 25}a^{16}-\frac{16\cdots 56}{14\cdots 25}a^{15}-\frac{10\cdots 41}{42\cdots 75}a^{14}-\frac{13\cdots 98}{14\cdots 25}a^{13}-\frac{16\cdots 46}{42\cdots 75}a^{12}-\frac{85\cdots 37}{42\cdots 75}a^{11}+\frac{11\cdots 94}{14\cdots 25}a^{10}+\frac{82\cdots 74}{17\cdots 07}a^{9}+\frac{72\cdots 36}{42\cdots 75}a^{8}+\frac{17\cdots 67}{42\cdots 75}a^{7}+\frac{34\cdots 33}{85\cdots 35}a^{6}-\frac{62\cdots 48}{42\cdots 75}a^{5}-\frac{32\cdots 43}{42\cdots 75}a^{4}-\frac{65\cdots 37}{42\cdots 75}a^{3}-\frac{66\cdots 88}{42\cdots 75}a^{2}-\frac{32\cdots 91}{42\cdots 75}a-\frac{57\cdots 74}{42\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:  \( 164472864839769980000 \) (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:  \( 3 \) (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 164472864839769980000 \cdot 8}{2\cdot\sqrt{6769025210045733840131040987091228089411742985248565673828125}}\cr\approx \mathstrut & 0.387980455834985 \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 - 2*x^23 + 119*x^22 - 123*x^21 - 2284*x^20 + 35021*x^19 - 287932*x^18 - 3528451*x^17 + 430787*x^16 + 76267881*x^15 + 383091958*x^14 + 1547361734*x^13 + 1926262502*x^12 - 24636617534*x^11 - 181070920997*x^10 - 710772344063*x^9 - 1879981260494*x^8 - 2702189457572*x^7 + 3316968239109*x^6 + 29845357531527*x^5 + 75565793089194*x^4 + 102052357360777*x^3 + 77691878905336*x^2 + 30942834489368*x + 4794247932259) 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 - 2*x^23 + 119*x^22 - 123*x^21 - 2284*x^20 + 35021*x^19 - 287932*x^18 - 3528451*x^17 + 430787*x^16 + 76267881*x^15 + 383091958*x^14 + 1547361734*x^13 + 1926262502*x^12 - 24636617534*x^11 - 181070920997*x^10 - 710772344063*x^9 - 1879981260494*x^8 - 2702189457572*x^7 + 3316968239109*x^6 + 29845357531527*x^5 + 75565793089194*x^4 + 102052357360777*x^3 + 77691878905336*x^2 + 30942834489368*x + 4794247932259, 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 - 2*x^23 + 119*x^22 - 123*x^21 - 2284*x^20 + 35021*x^19 - 287932*x^18 - 3528451*x^17 + 430787*x^16 + 76267881*x^15 + 383091958*x^14 + 1547361734*x^13 + 1926262502*x^12 - 24636617534*x^11 - 181070920997*x^10 - 710772344063*x^9 - 1879981260494*x^8 - 2702189457572*x^7 + 3316968239109*x^6 + 29845357531527*x^5 + 75565793089194*x^4 + 102052357360777*x^3 + 77691878905336*x^2 + 30942834489368*x + 4794247932259); 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 - 2*x^23 + 119*x^22 - 123*x^21 - 2284*x^20 + 35021*x^19 - 287932*x^18 - 3528451*x^17 + 430787*x^16 + 76267881*x^15 + 383091958*x^14 + 1547361734*x^13 + 1926262502*x^12 - 24636617534*x^11 - 181070920997*x^10 - 710772344063*x^9 - 1879981260494*x^8 - 2702189457572*x^7 + 3316968239109*x^6 + 29845357531527*x^5 + 75565793089194*x^4 + 102052357360777*x^3 + 77691878905336*x^2 + 30942834489368*x + 4794247932259); 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.1381408203125.4, 12.4.8024353662494678497314453125.6

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.270761008401829353605241639483649123576469719409942626953125.4, 24.4.270761008401829353605241639483649123576469719409942626953125.9
Arithmetically equivalent sibling: 24.4.6769025210045733840131040987091228089411742985248565673828125.1
Minimal sibling: 24.4.270761008401829353605241639483649123576469719409942626953125.4

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.8.0.1}{8} }^{3}$ ${\href{/padicField/3.4.0.1}{4} }^{5}{,}\,{\href{/padicField/3.2.0.1}{2} }^{2}$ R ${\href{/padicField/7.4.0.1}{4} }^{5}{,}\,{\href{/padicField/7.2.0.1}{2} }^{2}$ ${\href{/padicField/11.12.0.1}{12} }^{2}$ ${\href{/padicField/13.4.0.1}{4} }^{5}{,}\,{\href{/padicField/13.2.0.1}{2} }^{2}$ $24$ ${\href{/padicField/19.3.0.1}{3} }^{8}$ $24$ R ${\href{/padicField/31.12.0.1}{12} }^{2}$ ${\href{/padicField/37.4.0.1}{4} }^{5}{,}\,{\href{/padicField/37.2.0.1}{2} }^{2}$ $20{,}\,{\href{/padicField/41.4.0.1}{4} }$ ${\href{/padicField/43.8.0.1}{8} }^{3}$ $24$ $24$ ${\href{/padicField/59.2.0.1}{2} }^{10}{,}\,{\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
\(5\) Copy content Toggle raw display 5.1.4.3a1.1$x^{4} + 5$$4$$1$$3$$C_4$$$[\ ]_{4}$$
5.1.10.19a2.3$x^{10} + 50 x^{2} + 5$$10$$1$$19$$F_5$$$[\frac{9}{4}]_{4}$$
5.1.10.19a2.3$x^{10} + 50 x^{2} + 5$$10$$1$$19$$F_5$$$[\frac{9}{4}]_{4}$$
\(29\) Copy content Toggle raw display 29.1.4.3a1.3$x^{4} + 116$$4$$1$$3$$C_4$$$[\ ]_{4}$$
29.1.20.19a1.1$x^{20} + 29$$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)