Properties

Label 24.4.896...125.6
Degree $24$
Signature $(4, 10)$
Discriminant $8.966\times 10^{65}$
Root discriminant \(559.79\)
Ramified primes $5,89$
Class number $32$ (GRH)
Class group [2, 4, 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 - 99*x^22 + 431*x^21 - 14784*x^20 - 3090*x^19 + 940100*x^18 - 2629940*x^17 + 74365635*x^16 + 214136855*x^15 - 2267018532*x^14 + 877025663*x^13 - 159570300332*x^12 - 33238859092*x^11 + 1688439158893*x^10 + 2467042788125*x^9 + 87026862121385*x^8 - 19654322538325*x^7 + 696572665120450*x^6 + 4771707259687380*x^5 - 7522754457264744*x^4 + 27858329958403216*x^3 + 49846168997904256*x^2 - 92937065600889664*x + 150093087495580416)
 
Copy content gp:K = bnfinit(y^24 - 4*y^23 - 99*y^22 + 431*y^21 - 14784*y^20 - 3090*y^19 + 940100*y^18 - 2629940*y^17 + 74365635*y^16 + 214136855*y^15 - 2267018532*y^14 + 877025663*y^13 - 159570300332*y^12 - 33238859092*y^11 + 1688439158893*y^10 + 2467042788125*y^9 + 87026862121385*y^8 - 19654322538325*y^7 + 696572665120450*y^6 + 4771707259687380*y^5 - 7522754457264744*y^4 + 27858329958403216*y^3 + 49846168997904256*y^2 - 92937065600889664*y + 150093087495580416, 1)
 
Copy content magma:R<x> := PolynomialRing(Rationals()); K<a> := NumberField(x^24 - 4*x^23 - 99*x^22 + 431*x^21 - 14784*x^20 - 3090*x^19 + 940100*x^18 - 2629940*x^17 + 74365635*x^16 + 214136855*x^15 - 2267018532*x^14 + 877025663*x^13 - 159570300332*x^12 - 33238859092*x^11 + 1688439158893*x^10 + 2467042788125*x^9 + 87026862121385*x^8 - 19654322538325*x^7 + 696572665120450*x^6 + 4771707259687380*x^5 - 7522754457264744*x^4 + 27858329958403216*x^3 + 49846168997904256*x^2 - 92937065600889664*x + 150093087495580416);
 
Copy content oscar:Qx, x = polynomial_ring(QQ); K, a = number_field(x^24 - 4*x^23 - 99*x^22 + 431*x^21 - 14784*x^20 - 3090*x^19 + 940100*x^18 - 2629940*x^17 + 74365635*x^16 + 214136855*x^15 - 2267018532*x^14 + 877025663*x^13 - 159570300332*x^12 - 33238859092*x^11 + 1688439158893*x^10 + 2467042788125*x^9 + 87026862121385*x^8 - 19654322538325*x^7 + 696572665120450*x^6 + 4771707259687380*x^5 - 7522754457264744*x^4 + 27858329958403216*x^3 + 49846168997904256*x^2 - 92937065600889664*x + 150093087495580416)
 

\( x^{24} - 4 x^{23} - 99 x^{22} + 431 x^{21} - 14784 x^{20} - 3090 x^{19} + 940100 x^{18} + \cdots + 15\!\cdots\!16 \) 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:   \(896582564963182109633998839161059836945394170470535755157470703125\) \(\medspace = 5^{33}\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:  \(559.79\)
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^{31/20}89^{19/20}\approx 861.6363513918435$
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}$, $a^{9}$, $\frac{1}{2}a^{10}-\frac{1}{2}a^{7}-\frac{1}{2}a^{6}-\frac{1}{2}a^{5}-\frac{1}{2}a^{2}-\frac{1}{2}a$, $\frac{1}{2}a^{11}-\frac{1}{2}a^{8}-\frac{1}{2}a^{7}-\frac{1}{2}a^{6}-\frac{1}{2}a^{3}-\frac{1}{2}a^{2}$, $\frac{1}{2}a^{12}-\frac{1}{2}a^{9}-\frac{1}{2}a^{8}-\frac{1}{2}a^{7}-\frac{1}{2}a^{4}-\frac{1}{2}a^{3}$, $\frac{1}{2}a^{13}-\frac{1}{2}a^{9}-\frac{1}{2}a^{8}-\frac{1}{2}a^{7}-\frac{1}{2}a^{6}-\frac{1}{2}a^{4}-\frac{1}{2}a^{2}-\frac{1}{2}a$, $\frac{1}{2}a^{14}-\frac{1}{2}a^{9}-\frac{1}{2}a^{8}-\frac{1}{2}a^{6}-\frac{1}{2}a^{3}-\frac{1}{2}a$, $\frac{1}{4}a^{15}-\frac{1}{4}a^{14}-\frac{1}{4}a^{13}-\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^{3}+\frac{1}{4}a^{2}$, $\frac{1}{4}a^{16}-\frac{1}{4}a^{13}-\frac{1}{4}a^{12}-\frac{1}{2}a^{9}-\frac{1}{2}a^{8}-\frac{1}{2}a^{7}+\frac{1}{4}a^{6}-\frac{1}{2}a^{4}-\frac{1}{4}a^{3}-\frac{1}{4}a^{2}-\frac{1}{2}a$, $\frac{1}{4}a^{17}-\frac{1}{4}a^{14}-\frac{1}{4}a^{13}-\frac{1}{2}a^{9}-\frac{1}{2}a^{8}-\frac{1}{4}a^{7}-\frac{1}{2}a^{6}-\frac{1}{4}a^{4}-\frac{1}{4}a^{3}-\frac{1}{2}a$, $\frac{1}{4}a^{18}-\frac{1}{4}a^{13}-\frac{1}{4}a^{11}-\frac{1}{4}a^{10}+\frac{1}{4}a^{9}-\frac{1}{4}a^{7}+\frac{1}{4}a^{6}+\frac{1}{4}a^{5}-\frac{1}{4}a^{4}+\frac{1}{4}a^{2}$, $\frac{1}{12}a^{19}+\frac{1}{12}a^{18}+\frac{1}{12}a^{17}-\frac{1}{12}a^{15}-\frac{1}{4}a^{14}-\frac{1}{12}a^{13}+\frac{1}{12}a^{12}-\frac{1}{4}a^{11}-\frac{1}{12}a^{10}-\frac{1}{6}a^{9}+\frac{1}{6}a^{7}-\frac{1}{4}a^{6}-\frac{1}{2}a^{5}+\frac{1}{3}a^{4}+\frac{1}{3}a^{3}+\frac{1}{3}a^{2}+\frac{1}{6}a$, $\frac{1}{120}a^{20}-\frac{1}{8}a^{18}+\frac{1}{24}a^{17}-\frac{1}{12}a^{16}+\frac{1}{12}a^{15}-\frac{1}{12}a^{14}+\frac{1}{6}a^{13}+\frac{1}{24}a^{12}-\frac{5}{24}a^{11}+\frac{1}{15}a^{10}-\frac{5}{24}a^{9}-\frac{1}{3}a^{8}+\frac{1}{12}a^{7}-\frac{3}{8}a^{6}-\frac{7}{24}a^{5}-\frac{3}{8}a^{4}-\frac{3}{8}a^{3}-\frac{1}{6}a^{2}+\frac{1}{3}a-\frac{1}{5}$, $\frac{1}{240}a^{21}+\frac{1}{48}a^{19}-\frac{1}{48}a^{18}-\frac{1}{12}a^{17}+\frac{1}{24}a^{16}-\frac{1}{6}a^{14}-\frac{3}{16}a^{13}+\frac{11}{48}a^{12}-\frac{13}{60}a^{11}-\frac{3}{16}a^{10}-\frac{1}{12}a^{9}+\frac{1}{6}a^{8}-\frac{19}{48}a^{7}-\frac{19}{48}a^{6}-\frac{5}{16}a^{5}+\frac{19}{48}a^{4}+\frac{3}{8}a^{3}-\frac{1}{4}a^{2}-\frac{13}{30}a$, $\frac{1}{11040}a^{22}+\frac{1}{1104}a^{21}+\frac{13}{11040}a^{20}-\frac{7}{2208}a^{19}+\frac{43}{368}a^{18}+\frac{31}{1104}a^{17}-\frac{4}{69}a^{16}+\frac{3}{184}a^{15}-\frac{35}{736}a^{14}-\frac{187}{2208}a^{13}-\frac{1301}{5520}a^{12}-\frac{1}{32}a^{11}-\frac{313}{5520}a^{10}+\frac{143}{552}a^{9}+\frac{67}{736}a^{8}+\frac{197}{736}a^{7}+\frac{683}{2208}a^{6}-\frac{619}{2208}a^{5}+\frac{59}{184}a^{4}+\frac{97}{276}a^{3}-\frac{313}{1380}a^{2}+\frac{55}{138}a-\frac{57}{115}$, $\frac{1}{58\cdots 60}a^{23}-\frac{92\cdots 61}{29\cdots 80}a^{22}+\frac{74\cdots 19}{52\cdots 60}a^{21}-\frac{13\cdots 85}{38\cdots 44}a^{20}+\frac{27\cdots 07}{58\cdots 84}a^{19}-\frac{77\cdots 25}{19\cdots 72}a^{18}-\frac{10\cdots 35}{14\cdots 04}a^{17}-\frac{25\cdots 13}{29\cdots 08}a^{16}-\frac{68\cdots 57}{11\cdots 32}a^{15}-\frac{21\cdots 91}{11\cdots 32}a^{14}-\frac{85\cdots 01}{29\cdots 80}a^{13}-\frac{12\cdots 09}{64\cdots 40}a^{12}-\frac{62\cdots 99}{29\cdots 80}a^{11}+\frac{19\cdots 95}{63\cdots 48}a^{10}-\frac{54\cdots 21}{38\cdots 44}a^{9}+\frac{24\cdots 47}{11\cdots 32}a^{8}+\frac{12\cdots 65}{42\cdots 16}a^{7}-\frac{18\cdots 69}{50\cdots 84}a^{6}+\frac{51\cdots 09}{29\cdots 08}a^{5}-\frac{46\cdots 13}{15\cdots 32}a^{4}-\frac{97\cdots 29}{36\cdots 60}a^{3}+\frac{19\cdots 73}{36\cdots 60}a^{2}-\frac{33\cdots 33}{18\cdots 80}a-\frac{75\cdots 34}{27\cdots 93}$ 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$, $3$

Class group and class number

Ideal class group:  $C_{2}\times C_{4}\times C_{4}$, which has order $32$ (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_{4}\times C_{2}\times C_{2}$, which has order $64$ (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{21\cdots 91}{11\cdots 60}a^{23}-\frac{16\cdots 69}{16\cdots 40}a^{22}-\frac{62\cdots 63}{33\cdots 80}a^{21}+\frac{35\cdots 13}{33\cdots 80}a^{20}-\frac{93\cdots 79}{33\cdots 08}a^{19}+\frac{29\cdots 07}{11\cdots 36}a^{18}+\frac{79\cdots 67}{41\cdots 26}a^{17}-\frac{37\cdots 07}{55\cdots 68}a^{16}+\frac{93\cdots 19}{67\cdots 16}a^{15}+\frac{16\cdots 69}{67\cdots 16}a^{14}-\frac{89\cdots 73}{16\cdots 40}a^{13}+\frac{11\cdots 71}{33\cdots 80}a^{12}-\frac{48\cdots 87}{16\cdots 40}a^{11}+\frac{68\cdots 49}{20\cdots 30}a^{10}+\frac{31\cdots 89}{67\cdots 16}a^{9}+\frac{32\cdots 35}{67\cdots 16}a^{8}+\frac{10\cdots 07}{67\cdots 16}a^{7}-\frac{19\cdots 39}{67\cdots 16}a^{6}+\frac{78\cdots 69}{16\cdots 04}a^{5}+\frac{89\cdots 45}{16\cdots 04}a^{4}-\frac{46\cdots 63}{13\cdots 20}a^{3}+\frac{67\cdots 72}{34\cdots 05}a^{2}+\frac{42\cdots 21}{10\cdots 15}a-\frac{15\cdots 47}{34\cdots 05}$, $\frac{14\cdots 91}{16\cdots 40}a^{23}+\frac{59\cdots 09}{13\cdots 42}a^{22}+\frac{25\cdots 63}{16\cdots 40}a^{21}-\frac{42\cdots 33}{55\cdots 80}a^{20}+\frac{11\cdots 41}{16\cdots 04}a^{19}+\frac{38\cdots 55}{16\cdots 04}a^{18}-\frac{30\cdots 41}{16\cdots 04}a^{17}+\frac{10\cdots 25}{27\cdots 84}a^{16}-\frac{20\cdots 01}{33\cdots 08}a^{15}-\frac{10\cdots 17}{33\cdots 08}a^{14}+\frac{19\cdots 17}{27\cdots 40}a^{13}+\frac{21\cdots 47}{33\cdots 08}a^{12}-\frac{12\cdots 83}{83\cdots 20}a^{11}-\frac{77\cdots 21}{83\cdots 20}a^{10}-\frac{40\cdots 57}{33\cdots 08}a^{9}+\frac{31\cdots 97}{33\cdots 08}a^{8}+\frac{14\cdots 67}{33\cdots 08}a^{7}+\frac{16\cdots 07}{33\cdots 08}a^{6}+\frac{73\cdots 19}{16\cdots 04}a^{5}-\frac{19\cdots 15}{13\cdots 42}a^{4}+\frac{41\cdots 47}{83\cdots 20}a^{3}+\frac{16\cdots 12}{20\cdots 63}a^{2}-\frac{35\cdots 39}{20\cdots 30}a+\frac{91\cdots 37}{34\cdots 05}$, $\frac{33\cdots 33}{22\cdots 20}a^{23}+\frac{89\cdots 89}{33\cdots 08}a^{22}+\frac{11\cdots 57}{67\cdots 60}a^{21}-\frac{19\cdots 21}{67\cdots 60}a^{20}+\frac{69\cdots 49}{33\cdots 08}a^{19}+\frac{11\cdots 23}{22\cdots 72}a^{18}-\frac{48\cdots 71}{33\cdots 08}a^{17}+\frac{10\cdots 85}{33\cdots 08}a^{16}-\frac{46\cdots 79}{44\cdots 44}a^{15}-\frac{24\cdots 67}{44\cdots 44}a^{14}+\frac{24\cdots 01}{83\cdots 20}a^{13}+\frac{12\cdots 95}{13\cdots 32}a^{12}+\frac{13\cdots 73}{55\cdots 80}a^{11}+\frac{22\cdots 87}{41\cdots 60}a^{10}-\frac{40\cdots 83}{13\cdots 32}a^{9}-\frac{70\cdots 13}{44\cdots 44}a^{8}-\frac{68\cdots 85}{44\cdots 44}a^{7}-\frac{26\cdots 05}{13\cdots 32}a^{6}-\frac{26\cdots 93}{67\cdots 16}a^{5}-\frac{30\cdots 89}{55\cdots 68}a^{4}+\frac{10\cdots 93}{20\cdots 30}a^{3}+\frac{83\cdots 17}{83\cdots 52}a^{2}-\frac{68\cdots 69}{20\cdots 30}a+\frac{10\cdots 47}{34\cdots 05}$, $\frac{35\cdots 19}{67\cdots 60}a^{23}+\frac{45\cdots 93}{11\cdots 60}a^{22}+\frac{84\cdots 67}{22\cdots 20}a^{21}-\frac{83\cdots 37}{22\cdots 20}a^{20}+\frac{62\cdots 89}{67\cdots 16}a^{19}-\frac{21\cdots 31}{67\cdots 16}a^{18}-\frac{64\cdots 49}{16\cdots 04}a^{17}+\frac{95\cdots 59}{33\cdots 08}a^{16}-\frac{22\cdots 51}{44\cdots 44}a^{15}+\frac{95\cdots 93}{13\cdots 32}a^{14}+\frac{32\cdots 59}{33\cdots 80}a^{13}-\frac{28\cdots 41}{67\cdots 60}a^{12}+\frac{33\cdots 49}{33\cdots 80}a^{11}-\frac{99\cdots 07}{27\cdots 40}a^{10}+\frac{52\cdots 25}{13\cdots 32}a^{9}-\frac{10\cdots 83}{44\cdots 44}a^{8}-\frac{52\cdots 09}{13\cdots 32}a^{7}+\frac{73\cdots 67}{44\cdots 44}a^{6}-\frac{33\cdots 25}{33\cdots 08}a^{5}+\frac{43\cdots 05}{33\cdots 08}a^{4}-\frac{12\cdots 93}{13\cdots 20}a^{3}-\frac{12\cdots 83}{10\cdots 15}a^{2}+\frac{19\cdots 29}{10\cdots 15}a-\frac{73\cdots 53}{34\cdots 05}$, $\frac{32\cdots 23}{80\cdots 40}a^{23}+\frac{19\cdots 63}{21\cdots 40}a^{22}-\frac{15\cdots 83}{32\cdots 36}a^{21}-\frac{67\cdots 87}{64\cdots 20}a^{20}-\frac{21\cdots 23}{43\cdots 48}a^{19}-\frac{37\cdots 97}{10\cdots 12}a^{18}+\frac{21\cdots 53}{64\cdots 72}a^{17}+\frac{50\cdots 61}{32\cdots 36}a^{16}+\frac{84\cdots 93}{32\cdots 36}a^{15}+\frac{31\cdots 79}{12\cdots 44}a^{14}-\frac{49\cdots 91}{21\cdots 40}a^{13}-\frac{49\cdots 51}{80\cdots 40}a^{12}-\frac{97\cdots 01}{12\cdots 44}a^{11}-\frac{60\cdots 59}{16\cdots 80}a^{10}+\frac{24\cdots 05}{53\cdots 56}a^{9}+\frac{10\cdots 97}{12\cdots 44}a^{8}+\frac{70\cdots 93}{12\cdots 44}a^{7}+\frac{22\cdots 53}{12\cdots 44}a^{6}+\frac{57\cdots 89}{43\cdots 48}a^{5}+\frac{98\cdots 55}{64\cdots 72}a^{4}+\frac{88\cdots 13}{13\cdots 90}a^{3}+\frac{74\cdots 53}{80\cdots 40}a^{2}-\frac{18\cdots 59}{80\cdots 34}a+\frac{15\cdots 73}{67\cdots 95}$, $\frac{16\cdots 15}{32\cdots 36}a^{23}-\frac{41\cdots 29}{12\cdots 44}a^{22}-\frac{71\cdots 45}{16\cdots 68}a^{21}+\frac{41\cdots 19}{12\cdots 44}a^{20}-\frac{36\cdots 81}{43\cdots 48}a^{19}+\frac{54\cdots 21}{32\cdots 36}a^{18}+\frac{29\cdots 43}{64\cdots 72}a^{17}-\frac{25\cdots 47}{10\cdots 12}a^{16}+\frac{23\cdots 93}{53\cdots 56}a^{15}+\frac{18\cdots 49}{12\cdots 44}a^{14}-\frac{15\cdots 03}{12\cdots 44}a^{13}+\frac{33\cdots 23}{10\cdots 12}a^{12}-\frac{11\cdots 47}{12\cdots 44}a^{11}+\frac{58\cdots 25}{32\cdots 36}a^{10}+\frac{51\cdots 59}{10\cdots 12}a^{9}+\frac{98\cdots 77}{43\cdots 48}a^{8}+\frac{57\cdots 59}{12\cdots 44}a^{7}-\frac{14\cdots 01}{12\cdots 44}a^{6}+\frac{25\cdots 31}{43\cdots 48}a^{5}+\frac{73\cdots 73}{64\cdots 72}a^{4}-\frac{10\cdots 69}{16\cdots 68}a^{3}+\frac{46\cdots 51}{16\cdots 68}a^{2}-\frac{10\cdots 61}{26\cdots 78}a+\frac{47\cdots 45}{13\cdots 39}$, $\frac{88\cdots 77}{36\cdots 60}a^{23}-\frac{14\cdots 07}{14\cdots 40}a^{22}+\frac{11\cdots 73}{65\cdots 20}a^{21}+\frac{20\cdots 27}{48\cdots 80}a^{20}+\frac{11\cdots 19}{29\cdots 92}a^{19}+\frac{15\cdots 37}{48\cdots 68}a^{18}+\frac{18\cdots 25}{14\cdots 04}a^{17}+\frac{18\cdots 25}{36\cdots 76}a^{16}-\frac{27\cdots 31}{18\cdots 38}a^{15}-\frac{52\cdots 05}{29\cdots 08}a^{14}-\frac{12\cdots 99}{14\cdots 40}a^{13}-\frac{51\cdots 57}{80\cdots 80}a^{12}-\frac{70\cdots 97}{14\cdots 40}a^{11}+\frac{10\cdots 13}{31\cdots 40}a^{10}+\frac{42\cdots 55}{24\cdots 84}a^{9}+\frac{61\cdots 25}{29\cdots 08}a^{8}+\frac{35\cdots 27}{32\cdots 12}a^{7}+\frac{34\cdots 65}{12\cdots 96}a^{6}+\frac{31\cdots 13}{29\cdots 08}a^{5}-\frac{63\cdots 88}{47\cdots 51}a^{4}+\frac{30\cdots 73}{36\cdots 60}a^{3}+\frac{98\cdots 33}{90\cdots 90}a^{2}-\frac{94\cdots 77}{45\cdots 45}a+\frac{54\cdots 61}{13\cdots 65}$, $\frac{36\cdots 55}{82\cdots 79}a^{23}-\frac{47\cdots 69}{26\cdots 28}a^{22}-\frac{36\cdots 71}{65\cdots 20}a^{21}+\frac{12\cdots 37}{43\cdots 80}a^{20}-\frac{15\cdots 77}{29\cdots 92}a^{19}-\frac{54\cdots 27}{43\cdots 88}a^{18}+\frac{78\cdots 11}{13\cdots 64}a^{17}-\frac{12\cdots 13}{82\cdots 79}a^{16}+\frac{12\cdots 71}{65\cdots 32}a^{15}+\frac{49\cdots 97}{26\cdots 28}a^{14}-\frac{48\cdots 29}{26\cdots 28}a^{13}-\frac{20\cdots 43}{14\cdots 96}a^{12}-\frac{20\cdots 51}{13\cdots 40}a^{11}-\frac{11\cdots 41}{65\cdots 20}a^{10}+\frac{96\cdots 71}{54\cdots 86}a^{9}+\frac{51\cdots 11}{26\cdots 28}a^{8}-\frac{10\cdots 69}{97\cdots 64}a^{7}+\frac{31\cdots 89}{26\cdots 28}a^{6}+\frac{33\cdots 43}{26\cdots 28}a^{5}-\frac{13\cdots 91}{34\cdots 28}a^{4}+\frac{16\cdots 97}{65\cdots 32}a^{3}+\frac{14\cdots 10}{82\cdots 79}a^{2}-\frac{18\cdots 86}{41\cdots 95}a+\frac{12\cdots 31}{13\cdots 65}$, $\frac{11\cdots 51}{72\cdots 20}a^{23}+\frac{15\cdots 21}{14\cdots 40}a^{22}+\frac{22\cdots 05}{13\cdots 64}a^{21}-\frac{14\cdots 95}{96\cdots 36}a^{20}+\frac{23\cdots 43}{97\cdots 64}a^{19}-\frac{26\cdots 31}{12\cdots 92}a^{18}-\frac{30\cdots 47}{14\cdots 04}a^{17}+\frac{80\cdots 59}{72\cdots 52}a^{16}-\frac{14\cdots 47}{14\cdots 04}a^{15}-\frac{11\cdots 23}{29\cdots 08}a^{14}+\frac{10\cdots 79}{14\cdots 40}a^{13}-\frac{12\cdots 09}{80\cdots 80}a^{12}+\frac{34\cdots 99}{29\cdots 08}a^{11}+\frac{20\cdots 87}{72\cdots 52}a^{10}-\frac{33\cdots 37}{48\cdots 68}a^{9}+\frac{32\cdots 43}{29\cdots 08}a^{8}-\frac{24\cdots 25}{32\cdots 12}a^{7}-\frac{11\cdots 05}{29\cdots 08}a^{6}+\frac{13\cdots 75}{29\cdots 08}a^{5}-\frac{51\cdots 83}{76\cdots 16}a^{4}-\frac{49\cdots 27}{90\cdots 90}a^{3}+\frac{30\cdots 41}{90\cdots 90}a^{2}-\frac{81\cdots 94}{39\cdots 03}a-\frac{27\cdots 53}{27\cdots 93}$, $\frac{92\cdots 32}{45\cdots 45}a^{23}+\frac{41\cdots 37}{14\cdots 40}a^{22}-\frac{16\cdots 45}{65\cdots 32}a^{21}-\frac{15\cdots 81}{48\cdots 80}a^{20}-\frac{75\cdots 11}{29\cdots 92}a^{19}-\frac{61\cdots 19}{12\cdots 92}a^{18}+\frac{56\cdots 11}{14\cdots 04}a^{17}+\frac{20\cdots 21}{72\cdots 52}a^{16}+\frac{11\cdots 09}{72\cdots 52}a^{15}+\frac{86\cdots 47}{29\cdots 08}a^{14}+\frac{14\cdots 87}{14\cdots 40}a^{13}-\frac{75\cdots 53}{13\cdots 80}a^{12}-\frac{16\cdots 09}{29\cdots 08}a^{11}-\frac{22\cdots 71}{36\cdots 60}a^{10}-\frac{32\cdots 69}{24\cdots 84}a^{9}+\frac{18\cdots 97}{29\cdots 08}a^{8}+\frac{18\cdots 89}{32\cdots 12}a^{7}+\frac{11\cdots 93}{29\cdots 08}a^{6}+\frac{26\cdots 79}{29\cdots 08}a^{5}+\frac{20\cdots 43}{76\cdots 16}a^{4}+\frac{47\cdots 11}{36\cdots 60}a^{3}+\frac{31\cdots 67}{90\cdots 90}a^{2}-\frac{82\cdots 17}{18\cdots 38}a+\frac{61\cdots 77}{13\cdots 65}$, $\frac{22\cdots 67}{86\cdots 96}a^{23}+\frac{11\cdots 61}{64\cdots 72}a^{22}+\frac{20\cdots 97}{86\cdots 96}a^{21}-\frac{25\cdots 07}{12\cdots 40}a^{20}+\frac{26\cdots 57}{64\cdots 72}a^{19}-\frac{13\cdots 61}{12\cdots 44}a^{18}-\frac{17\cdots 71}{64\cdots 72}a^{17}+\frac{30\cdots 17}{21\cdots 24}a^{16}-\frac{52\cdots 51}{25\cdots 88}a^{15}+\frac{14\cdots 67}{86\cdots 96}a^{14}+\frac{11\cdots 23}{13\cdots 39}a^{13}-\frac{13\cdots 57}{86\cdots 96}a^{12}+\frac{86\cdots 15}{21\cdots 24}a^{11}-\frac{33\cdots 67}{26\cdots 80}a^{10}-\frac{17\cdots 93}{25\cdots 88}a^{9}+\frac{59\cdots 87}{25\cdots 88}a^{8}-\frac{15\cdots 47}{86\cdots 96}a^{7}+\frac{69\cdots 07}{86\cdots 96}a^{6}-\frac{11\cdots 79}{12\cdots 44}a^{5}-\frac{83\cdots 11}{16\cdots 68}a^{4}+\frac{19\cdots 35}{32\cdots 36}a^{3}-\frac{69\cdots 33}{16\cdots 68}a^{2}+\frac{60\cdots 91}{40\cdots 17}a+\frac{56\cdots 99}{67\cdots 95}$, $\frac{41\cdots 27}{36\cdots 60}a^{23}-\frac{36\cdots 53}{36\cdots 60}a^{22}-\frac{83\cdots 19}{65\cdots 20}a^{21}+\frac{83\cdots 59}{12\cdots 20}a^{20}-\frac{22\cdots 39}{14\cdots 96}a^{19}-\frac{31\cdots 81}{48\cdots 68}a^{18}+\frac{72\cdots 63}{72\cdots 52}a^{17}+\frac{10\cdots 63}{72\cdots 52}a^{16}+\frac{58\cdots 87}{72\cdots 52}a^{15}+\frac{19\cdots 93}{36\cdots 76}a^{14}-\frac{95\cdots 23}{72\cdots 20}a^{13}-\frac{25\cdots 19}{26\cdots 60}a^{12}-\frac{18\cdots 39}{90\cdots 90}a^{11}-\frac{23\cdots 91}{31\cdots 40}a^{10}+\frac{14\cdots 27}{12\cdots 92}a^{9}+\frac{52\cdots 01}{36\cdots 76}a^{8}+\frac{75\cdots 67}{53\cdots 52}a^{7}+\frac{23\cdots 85}{63\cdots 48}a^{6}+\frac{12\cdots 13}{14\cdots 04}a^{5}+\frac{40\cdots 59}{76\cdots 16}a^{4}+\frac{86\cdots 91}{18\cdots 80}a^{3}-\frac{30\cdots 77}{90\cdots 90}a^{2}+\frac{15\cdots 37}{90\cdots 90}a+\frac{11\cdots 33}{13\cdots 65}$, $\frac{36\cdots 48}{45\cdots 45}a^{23}+\frac{86\cdots 19}{72\cdots 20}a^{22}+\frac{14\cdots 93}{16\cdots 80}a^{21}-\frac{31\cdots 67}{24\cdots 40}a^{20}+\frac{51\cdots 81}{48\cdots 32}a^{19}+\frac{91\cdots 64}{30\cdots 23}a^{18}-\frac{56\cdots 49}{72\cdots 52}a^{17}-\frac{60\cdots 71}{36\cdots 76}a^{16}-\frac{18\cdots 39}{36\cdots 76}a^{15}-\frac{43\cdots 19}{14\cdots 04}a^{14}+\frac{11\cdots 01}{72\cdots 20}a^{13}+\frac{10\cdots 01}{16\cdots 35}a^{12}+\frac{92\cdots 41}{72\cdots 20}a^{11}+\frac{12\cdots 37}{45\cdots 45}a^{10}-\frac{23\cdots 99}{12\cdots 92}a^{9}-\frac{13\cdots 89}{14\cdots 04}a^{8}-\frac{11\cdots 09}{16\cdots 56}a^{7}-\frac{10\cdots 01}{14\cdots 04}a^{6}+\frac{47\cdots 45}{14\cdots 04}a^{5}-\frac{11\cdots 59}{38\cdots 08}a^{4}-\frac{16\cdots 61}{90\cdots 90}a^{3}+\frac{79\cdots 61}{18\cdots 80}a^{2}-\frac{10\cdots 51}{90\cdots 90}a-\frac{59\cdots 27}{13\cdots 65}$ 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:  \( 1641545903294094000000000 \) (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 1641545903294094000000000 \cdot 32}{2\cdot\sqrt{896582564963182109633998839161059836945394170470535755157470703125}}\cr\approx \mathstrut & 42.5595018374973 \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 - 99*x^22 + 431*x^21 - 14784*x^20 - 3090*x^19 + 940100*x^18 - 2629940*x^17 + 74365635*x^16 + 214136855*x^15 - 2267018532*x^14 + 877025663*x^13 - 159570300332*x^12 - 33238859092*x^11 + 1688439158893*x^10 + 2467042788125*x^9 + 87026862121385*x^8 - 19654322538325*x^7 + 696572665120450*x^6 + 4771707259687380*x^5 - 7522754457264744*x^4 + 27858329958403216*x^3 + 49846168997904256*x^2 - 92937065600889664*x + 150093087495580416) 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 - 99*x^22 + 431*x^21 - 14784*x^20 - 3090*x^19 + 940100*x^18 - 2629940*x^17 + 74365635*x^16 + 214136855*x^15 - 2267018532*x^14 + 877025663*x^13 - 159570300332*x^12 - 33238859092*x^11 + 1688439158893*x^10 + 2467042788125*x^9 + 87026862121385*x^8 - 19654322538325*x^7 + 696572665120450*x^6 + 4771707259687380*x^5 - 7522754457264744*x^4 + 27858329958403216*x^3 + 49846168997904256*x^2 - 92937065600889664*x + 150093087495580416, 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 - 99*x^22 + 431*x^21 - 14784*x^20 - 3090*x^19 + 940100*x^18 - 2629940*x^17 + 74365635*x^16 + 214136855*x^15 - 2267018532*x^14 + 877025663*x^13 - 159570300332*x^12 - 33238859092*x^11 + 1688439158893*x^10 + 2467042788125*x^9 + 87026862121385*x^8 - 19654322538325*x^7 + 696572665120450*x^6 + 4771707259687380*x^5 - 7522754457264744*x^4 + 27858329958403216*x^3 + 49846168997904256*x^2 - 92937065600889664*x + 150093087495580416); 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 - 99*x^22 + 431*x^21 - 14784*x^20 - 3090*x^19 + 940100*x^18 - 2629940*x^17 + 74365635*x^16 + 214136855*x^15 - 2267018532*x^14 + 877025663*x^13 - 159570300332*x^12 - 33238859092*x^11 + 1688439158893*x^10 + 2467042788125*x^9 + 87026862121385*x^8 - 19654322538325*x^7 + 696572665120450*x^6 + 4771707259687380*x^5 - 7522754457264744*x^4 + 27858329958403216*x^3 + 49846168997904256*x^2 - 92937065600889664*x + 150093087495580416); 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.4901737578125.2, 12.4.951590574034612536651611328125.4

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.35863302598527284385359953566442393477815766818821430206298828125.1, 24.4.35863302598527284385359953566442393477815766818821430206298828125.8
Arithmetically equivalent sibling: 24.4.896582564963182109633998839161059836945394170470535755157470703125.5
Minimal sibling: 24.4.35863302598527284385359953566442393477815766818821430206298828125.1

Frobenius cycle types

$p$ $2$ $3$ $5$ $7$ $11$ $13$ $17$ $19$ $23$ $29$ $31$ $37$ $41$ $43$ $47$ $53$ $59$
Cycle type ${\href{/padicField/2.4.0.1}{4} }^{5}{,}\,{\href{/padicField/2.1.0.1}{1} }^{4}$ ${\href{/padicField/3.4.0.1}{4} }^{5}{,}\,{\href{/padicField/3.1.0.1}{1} }^{4}$ R $24$ ${\href{/padicField/11.10.0.1}{10} }^{2}{,}\,{\href{/padicField/11.2.0.1}{2} }^{2}$ $24$ ${\href{/padicField/17.4.0.1}{4} }^{5}{,}\,{\href{/padicField/17.1.0.1}{1} }^{4}$ ${\href{/padicField/19.10.0.1}{10} }^{2}{,}\,{\href{/padicField/19.2.0.1}{2} }^{2}$ ${\href{/padicField/23.4.0.1}{4} }^{5}{,}\,{\href{/padicField/23.2.0.1}{2} }^{2}$ ${\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}$ $20{,}\,{\href{/padicField/41.4.0.1}{4} }$ $24$ $24$ ${\href{/padicField/53.4.0.1}{4} }^{5}{,}\,{\href{/padicField/53.2.0.1}{2} }^{2}$ ${\href{/padicField/59.3.0.1}{3} }^{8}$

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.4$x^{4} + 20$$4$$1$$3$$C_4$$$[\ ]_{4}$$
5.1.10.15a1.10$x^{10} + 15 x^{6} + 10$$10$$1$$15$$F_{5}\times C_2$$$[\frac{7}{4}]_{4}^{2}$$
5.1.10.15a1.10$x^{10} + 15 x^{6} + 10$$10$$1$$15$$F_{5}\times C_2$$$[\frac{7}{4}]_{4}^{2}$$
\(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)