Properties

Label 24.4.543...125.4
Degree $24$
Signature $(4, 10)$
Discriminant $5.437\times 10^{55}$
Root discriminant \(210.04\)
Ramified primes $5,43$
Class number $40$ (GRH)
Class group [2, 2, 10] (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 - 12*x^23 + 69*x^22 - 253*x^21 + 261*x^20 + 2703*x^19 - 5731*x^18 - 47088*x^17 + 200961*x^16 - 60382*x^15 - 1051751*x^14 + 2261117*x^13 - 638189*x^12 - 4973927*x^11 + 6175299*x^10 + 11347892*x^9 - 27609494*x^8 - 389542*x^7 + 74354864*x^6 - 133325118*x^5 + 4909816*x^4 + 169121798*x^3 - 90525931*x^2 - 9747363*x + 434205631)
 
Copy content gp:K = bnfinit(y^24 - 12*y^23 + 69*y^22 - 253*y^21 + 261*y^20 + 2703*y^19 - 5731*y^18 - 47088*y^17 + 200961*y^16 - 60382*y^15 - 1051751*y^14 + 2261117*y^13 - 638189*y^12 - 4973927*y^11 + 6175299*y^10 + 11347892*y^9 - 27609494*y^8 - 389542*y^7 + 74354864*y^6 - 133325118*y^5 + 4909816*y^4 + 169121798*y^3 - 90525931*y^2 - 9747363*y + 434205631, 1)
 
Copy content magma:R<x> := PolynomialRing(Rationals()); K<a> := NumberField(x^24 - 12*x^23 + 69*x^22 - 253*x^21 + 261*x^20 + 2703*x^19 - 5731*x^18 - 47088*x^17 + 200961*x^16 - 60382*x^15 - 1051751*x^14 + 2261117*x^13 - 638189*x^12 - 4973927*x^11 + 6175299*x^10 + 11347892*x^9 - 27609494*x^8 - 389542*x^7 + 74354864*x^6 - 133325118*x^5 + 4909816*x^4 + 169121798*x^3 - 90525931*x^2 - 9747363*x + 434205631);
 
Copy content oscar:Qx, x = polynomial_ring(QQ); K, a = number_field(x^24 - 12*x^23 + 69*x^22 - 253*x^21 + 261*x^20 + 2703*x^19 - 5731*x^18 - 47088*x^17 + 200961*x^16 - 60382*x^15 - 1051751*x^14 + 2261117*x^13 - 638189*x^12 - 4973927*x^11 + 6175299*x^10 + 11347892*x^9 - 27609494*x^8 - 389542*x^7 + 74354864*x^6 - 133325118*x^5 + 4909816*x^4 + 169121798*x^3 - 90525931*x^2 - 9747363*x + 434205631)
 

\( x^{24} - 12 x^{23} + 69 x^{22} - 253 x^{21} + 261 x^{20} + 2703 x^{19} - 5731 x^{18} - 47088 x^{17} + \cdots + 434205631 \) 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:   \(54372494083060640194576311797602218575775623321533203125\) \(\medspace = 5^{33}\cdot 43^{20}\) 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:  \(210.04\)
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}43^{9/10}\approx 357.7050872928245$
Ramified primes:   \(5\), \(43\) 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}{43}a^{10}-\frac{5}{43}a^{9}-\frac{21}{43}a^{8}-\frac{15}{43}a^{7}-\frac{3}{43}a^{6}+\frac{19}{43}a^{5}+\frac{10}{43}a^{4}-\frac{9}{43}a^{3}-\frac{1}{43}a^{2}-\frac{19}{43}a+\frac{16}{43}$, $\frac{1}{43}a^{11}-\frac{3}{43}a^{9}+\frac{9}{43}a^{8}+\frac{8}{43}a^{7}+\frac{4}{43}a^{6}+\frac{19}{43}a^{5}-\frac{2}{43}a^{4}-\frac{3}{43}a^{3}+\frac{19}{43}a^{2}+\frac{7}{43}a-\frac{6}{43}$, $\frac{1}{43}a^{12}-\frac{6}{43}a^{9}-\frac{12}{43}a^{8}+\frac{2}{43}a^{7}+\frac{10}{43}a^{6}+\frac{12}{43}a^{5}-\frac{16}{43}a^{4}-\frac{8}{43}a^{3}+\frac{4}{43}a^{2}-\frac{20}{43}a+\frac{5}{43}$, $\frac{1}{43}a^{13}+\frac{1}{43}a^{9}+\frac{5}{43}a^{8}+\frac{6}{43}a^{7}-\frac{6}{43}a^{6}+\frac{12}{43}a^{5}+\frac{9}{43}a^{4}-\frac{7}{43}a^{3}+\frac{17}{43}a^{2}+\frac{20}{43}a+\frac{10}{43}$, $\frac{1}{1849}a^{14}-\frac{7}{1849}a^{13}+\frac{12}{1849}a^{12}+\frac{19}{1849}a^{11}-\frac{10}{1849}a^{10}-\frac{291}{1849}a^{9}-\frac{244}{1849}a^{8}-\frac{481}{1849}a^{7}-\frac{663}{1849}a^{6}+\frac{92}{1849}a^{5}+\frac{278}{1849}a^{4}+\frac{184}{1849}a^{3}-\frac{496}{1849}a^{2}-\frac{243}{1849}a-\frac{300}{1849}$, $\frac{1}{1849}a^{15}+\frac{6}{1849}a^{13}+\frac{17}{1849}a^{12}-\frac{6}{1849}a^{11}-\frac{17}{1849}a^{10}+\frac{643}{1849}a^{9}-\frac{82}{1849}a^{8}-\frac{891}{1849}a^{7}+\frac{181}{1849}a^{6}+\frac{793}{1849}a^{5}+\frac{195}{1849}a^{4}+\frac{319}{1849}a^{3}-\frac{576}{1849}a^{2}+\frac{536}{1849}a+\frac{480}{1849}$, $\frac{1}{1849}a^{16}+\frac{16}{1849}a^{13}+\frac{8}{1849}a^{12}-\frac{2}{1849}a^{11}+\frac{15}{1849}a^{10}+\frac{460}{1849}a^{9}+\frac{143}{1849}a^{8}-\frac{459}{1849}a^{7}-\frac{776}{1849}a^{6}+\frac{632}{1849}a^{5}+\frac{844}{1849}a^{4}+\frac{40}{1849}a^{3}+\frac{717}{1849}a^{2}+\frac{390}{1849}a-\frac{737}{1849}$, $\frac{1}{79507}a^{17}+\frac{13}{79507}a^{16}-\frac{9}{79507}a^{15}+\frac{1}{79507}a^{14}-\frac{77}{79507}a^{13}+\frac{242}{79507}a^{12}-\frac{629}{79507}a^{11}+\frac{356}{79507}a^{10}+\frac{29727}{79507}a^{9}+\frac{3863}{79507}a^{8}+\frac{18854}{79507}a^{7}-\frac{1484}{79507}a^{6}-\frac{27794}{79507}a^{5}+\frac{22459}{79507}a^{4}-\frac{10285}{79507}a^{3}-\frac{34597}{79507}a^{2}-\frac{8155}{79507}a+\frac{11798}{79507}$, $\frac{1}{79507}a^{18}-\frac{6}{79507}a^{16}-\frac{11}{79507}a^{15}-\frac{4}{79507}a^{14}+\frac{770}{79507}a^{13}+\frac{138}{79507}a^{12}-\frac{497}{79507}a^{11}-\frac{572}{79507}a^{10}-\frac{15755}{79507}a^{9}-\frac{26420}{79507}a^{8}+\frac{19842}{79507}a^{7}+\frac{29123}{79507}a^{6}-\frac{34566}{79507}a^{5}-\frac{30750}{79507}a^{4}-\frac{33977}{79507}a^{3}+\frac{1200}{79507}a^{2}-\frac{8693}{79507}a+\frac{20432}{79507}$, $\frac{1}{79507}a^{19}-\frac{19}{79507}a^{16}-\frac{15}{79507}a^{15}+\frac{2}{79507}a^{14}+\frac{278}{79507}a^{13}-\frac{894}{79507}a^{12}-\frac{648}{79507}a^{11}-\frac{504}{79507}a^{10}-\frac{13780}{79507}a^{9}-\frac{39110}{79507}a^{8}-\frac{11263}{79507}a^{7}-\frac{23432}{79507}a^{6}+\frac{8714}{79507}a^{5}+\frac{24796}{79507}a^{4}-\frac{29937}{79507}a^{3}-\frac{5704}{79507}a^{2}-\frac{4375}{79507}a-\frac{3129}{79507}$, $\frac{1}{21684617136755}a^{20}-\frac{2}{4336923427351}a^{19}-\frac{18245987}{4336923427351}a^{18}+\frac{570861}{4336923427351}a^{17}-\frac{441687111}{4336923427351}a^{16}+\frac{3420385388}{21684617136755}a^{15}-\frac{734529808}{4336923427351}a^{14}+\frac{25835169810}{4336923427351}a^{13}-\frac{41976234326}{4336923427351}a^{12}-\frac{46496790130}{4336923427351}a^{11}-\frac{202664567106}{21684617136755}a^{10}-\frac{754475572679}{4336923427351}a^{9}+\frac{1416048902287}{4336923427351}a^{8}-\frac{620899423602}{4336923427351}a^{7}+\frac{1521919425614}{4336923427351}a^{6}+\frac{10551317257417}{21684617136755}a^{5}-\frac{1052331411451}{4336923427351}a^{4}+\frac{1450367620557}{4336923427351}a^{3}+\frac{420501003211}{4336923427351}a^{2}+\frac{85797438239}{4336923427351}a-\frac{10625111840989}{21684617136755}$, $\frac{1}{412007725598345}a^{21}-\frac{1}{412007725598345}a^{20}+\frac{309040153}{82401545119669}a^{19}+\frac{3}{4336923427351}a^{18}-\frac{20105351}{4336923427351}a^{17}-\frac{3396258}{699503778605}a^{16}-\frac{8890657928}{412007725598345}a^{15}-\frac{4176558759}{82401545119669}a^{14}+\frac{43078596620}{4336923427351}a^{13}-\frac{685784539306}{82401545119669}a^{12}-\frac{2725674159191}{412007725598345}a^{11}+\frac{2648797568066}{412007725598345}a^{10}-\frac{6154481452496}{82401545119669}a^{9}+\frac{963788235149}{4336923427351}a^{8}-\frac{8200890516204}{82401545119669}a^{7}-\frac{91205385704488}{412007725598345}a^{6}-\frac{161157005170482}{412007725598345}a^{5}+\frac{26430507767052}{82401545119669}a^{4}+\frac{18929724389777}{82401545119669}a^{3}+\frac{600620934887}{4336923427351}a^{2}-\frac{18827449427184}{412007725598345}a+\frac{29734956006769}{412007725598345}$, $\frac{1}{11\cdots 25}a^{22}-\frac{11}{11\cdots 25}a^{21}-\frac{2363891886}{11\cdots 25}a^{20}+\frac{4727783849}{22\cdots 85}a^{19}-\frac{688121396220918}{11\cdots 15}a^{18}+\frac{30\cdots 27}{59\cdots 75}a^{17}-\frac{23\cdots 53}{11\cdots 25}a^{16}-\frac{10\cdots 13}{11\cdots 25}a^{15}-\frac{42\cdots 54}{22\cdots 85}a^{14}-\frac{25\cdots 11}{22\cdots 85}a^{13}+\frac{92\cdots 29}{36\cdots 75}a^{12}-\frac{11\cdots 64}{11\cdots 25}a^{11}+\frac{90\cdots 66}{11\cdots 25}a^{10}+\frac{10\cdots 16}{22\cdots 85}a^{9}-\frac{16\cdots 22}{44\cdots 17}a^{8}+\frac{31\cdots 97}{11\cdots 25}a^{7}-\frac{22\cdots 22}{11\cdots 25}a^{6}-\frac{83\cdots 78}{59\cdots 75}a^{5}+\frac{18\cdots 28}{44\cdots 17}a^{4}+\frac{89\cdots 93}{22\cdots 85}a^{3}-\frac{51\cdots 69}{11\cdots 25}a^{2}-\frac{80\cdots 24}{59\cdots 75}a-\frac{52\cdots 51}{11\cdots 25}$, $\frac{1}{56\cdots 25}a^{23}+\frac{1}{56\cdots 25}a^{22}+\frac{363492632}{56\cdots 25}a^{21}-\frac{7455168037}{56\cdots 25}a^{20}+\frac{54\cdots 41}{11\cdots 25}a^{19}+\frac{13\cdots 47}{29\cdots 75}a^{18}-\frac{10\cdots 22}{56\cdots 25}a^{17}+\frac{11\cdots 51}{56\cdots 25}a^{16}+\frac{11\cdots 24}{56\cdots 25}a^{15}+\frac{20\cdots 86}{11\cdots 25}a^{14}+\frac{20\cdots 39}{56\cdots 25}a^{13}-\frac{19\cdots 76}{56\cdots 25}a^{12}+\frac{21\cdots 63}{20\cdots 75}a^{11}-\frac{10\cdots 03}{56\cdots 25}a^{10}+\frac{35\cdots 07}{11\cdots 25}a^{9}-\frac{22\cdots 53}{56\cdots 25}a^{8}+\frac{18\cdots 17}{56\cdots 25}a^{7}-\frac{18\cdots 34}{29\cdots 75}a^{6}-\frac{16\cdots 09}{56\cdots 25}a^{5}-\frac{17\cdots 02}{11\cdots 25}a^{4}-\frac{91\cdots 14}{56\cdots 25}a^{3}+\frac{19\cdots 66}{56\cdots 25}a^{2}-\frac{35\cdots 73}{56\cdots 25}a+\frac{19\cdots 88}{56\cdots 25}$ 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_{2}\times C_{10}$, which has order $40$ (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_{10}\times C_{2}\times C_{2}\times C_{2}$, which has order $80$ (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{826153934680396}{22\cdots 85}a^{22}-\frac{90\cdots 56}{22\cdots 85}a^{21}+\frac{47\cdots 29}{22\cdots 85}a^{20}-\frac{31\cdots 66}{44\cdots 17}a^{19}+\frac{455430581873349}{23\cdots 43}a^{18}+\frac{11\cdots 02}{11\cdots 15}a^{17}-\frac{21\cdots 43}{22\cdots 85}a^{16}-\frac{43\cdots 68}{22\cdots 85}a^{15}+\frac{24\cdots 61}{44\cdots 17}a^{14}+\frac{22\cdots 07}{44\cdots 17}a^{13}-\frac{26\cdots 31}{72\cdots 35}a^{12}+\frac{68\cdots 31}{22\cdots 85}a^{11}+\frac{12\cdots 21}{22\cdots 85}a^{10}-\frac{50\cdots 59}{44\cdots 17}a^{9}-\frac{41\cdots 47}{44\cdots 17}a^{8}+\frac{12\cdots 07}{22\cdots 85}a^{7}-\frac{68\cdots 62}{22\cdots 85}a^{6}-\frac{12\cdots 33}{11\cdots 15}a^{5}+\frac{52\cdots 33}{44\cdots 17}a^{4}+\frac{35\cdots 85}{44\cdots 17}a^{3}-\frac{50\cdots 04}{22\cdots 85}a^{2}+\frac{22\cdots 46}{11\cdots 15}a+\frac{87\cdots 99}{22\cdots 85}$, $\frac{1691295442620}{55\cdots 01}a^{22}+\frac{18604249868820}{55\cdots 01}a^{21}-\frac{477742674904188}{27\cdots 05}a^{20}+\frac{304336604399676}{55\cdots 01}a^{19}+\frac{1937658107152}{55\cdots 01}a^{18}-\frac{49\cdots 44}{55\cdots 01}a^{17}+\frac{44\cdots 56}{55\cdots 01}a^{16}+\frac{46\cdots 76}{27\cdots 05}a^{15}-\frac{59\cdots 63}{12\cdots 07}a^{14}-\frac{30\cdots 13}{55\cdots 01}a^{13}+\frac{59\cdots 10}{17\cdots 71}a^{12}-\frac{12\cdots 03}{55\cdots 01}a^{11}-\frac{17\cdots 47}{27\cdots 05}a^{10}+\frac{56\cdots 62}{55\cdots 01}a^{9}+\frac{43\cdots 01}{55\cdots 01}a^{8}-\frac{24\cdots 95}{55\cdots 01}a^{7}+\frac{78\cdots 51}{55\cdots 01}a^{6}+\frac{28\cdots 24}{27\cdots 05}a^{5}-\frac{70\cdots 16}{55\cdots 01}a^{4}+\frac{20\cdots 53}{55\cdots 01}a^{3}+\frac{10\cdots 57}{55\cdots 01}a^{2}-\frac{10\cdots 11}{55\cdots 01}a-\frac{12\cdots 98}{27\cdots 05}$, $\frac{22\cdots 53}{11\cdots 25}a^{22}-\frac{24\cdots 83}{11\cdots 25}a^{21}+\frac{12\cdots 42}{11\cdots 25}a^{20}-\frac{69\cdots 03}{22\cdots 85}a^{19}-\frac{26\cdots 14}{11\cdots 15}a^{18}+\frac{38\cdots 31}{59\cdots 75}a^{17}-\frac{51\cdots 34}{11\cdots 25}a^{16}-\frac{13\cdots 14}{11\cdots 25}a^{15}+\frac{67\cdots 08}{22\cdots 85}a^{14}+\frac{13\cdots 62}{22\cdots 85}a^{13}-\frac{95\cdots 38}{36\cdots 75}a^{12}+\frac{39\cdots 58}{11\cdots 25}a^{11}+\frac{90\cdots 23}{11\cdots 25}a^{10}-\frac{19\cdots 67}{22\cdots 85}a^{9}-\frac{59\cdots 58}{44\cdots 17}a^{8}+\frac{53\cdots 41}{11\cdots 25}a^{7}-\frac{11\cdots 16}{11\cdots 25}a^{6}-\frac{66\cdots 09}{59\cdots 75}a^{5}+\frac{54\cdots 76}{44\cdots 17}a^{4}-\frac{30\cdots 96}{22\cdots 85}a^{3}-\frac{25\cdots 07}{11\cdots 25}a^{2}+\frac{12\cdots 03}{59\cdots 75}a+\frac{49\cdots 97}{11\cdots 25}$, $\frac{33\cdots 82}{11\cdots 25}a^{22}+\frac{36\cdots 02}{11\cdots 25}a^{21}-\frac{21\cdots 18}{11\cdots 25}a^{20}+\frac{17\cdots 22}{22\cdots 85}a^{19}-\frac{12\cdots 89}{11\cdots 15}a^{18}-\frac{39\cdots 39}{59\cdots 75}a^{17}+\frac{20\cdots 71}{11\cdots 25}a^{16}+\frac{75\cdots 56}{11\cdots 25}a^{15}-\frac{10\cdots 22}{22\cdots 85}a^{14}+\frac{28\cdots 22}{22\cdots 85}a^{13}+\frac{38\cdots 47}{36\cdots 75}a^{12}-\frac{18\cdots 02}{11\cdots 25}a^{11}+\frac{27\cdots 08}{11\cdots 25}a^{10}+\frac{99\cdots 13}{22\cdots 85}a^{9}-\frac{53\cdots 25}{44\cdots 17}a^{8}+\frac{53\cdots 96}{11\cdots 25}a^{7}+\frac{24\cdots 04}{11\cdots 25}a^{6}-\frac{16\cdots 39}{59\cdots 75}a^{5}-\frac{27\cdots 42}{44\cdots 17}a^{4}+\frac{33\cdots 09}{22\cdots 85}a^{3}+\frac{54\cdots 58}{11\cdots 25}a^{2}-\frac{74\cdots 82}{59\cdots 75}a+\frac{47\cdots 87}{11\cdots 25}$, $\frac{15\cdots 93}{11\cdots 25}a^{22}-\frac{16\cdots 23}{11\cdots 25}a^{21}+\frac{82\cdots 92}{11\cdots 25}a^{20}-\frac{48\cdots 23}{22\cdots 85}a^{19}-\frac{19\cdots 44}{11\cdots 15}a^{18}+\frac{27\cdots 11}{59\cdots 75}a^{17}-\frac{48\cdots 04}{11\cdots 25}a^{16}-\frac{88\cdots 14}{11\cdots 25}a^{15}+\frac{46\cdots 68}{22\cdots 85}a^{14}+\frac{72\cdots 82}{22\cdots 85}a^{13}-\frac{65\cdots 28}{36\cdots 75}a^{12}+\frac{18\cdots 98}{11\cdots 25}a^{11}+\frac{40\cdots 48}{11\cdots 25}a^{10}-\frac{25\cdots 62}{22\cdots 85}a^{9}+\frac{36\cdots 50}{44\cdots 17}a^{8}+\frac{17\cdots 71}{11\cdots 25}a^{7}-\frac{38\cdots 46}{11\cdots 25}a^{6}+\frac{12\cdots 91}{59\cdots 75}a^{5}+\frac{15\cdots 86}{44\cdots 17}a^{4}-\frac{16\cdots 61}{22\cdots 85}a^{3}+\frac{12\cdots 08}{11\cdots 25}a^{2}+\frac{14\cdots 93}{59\cdots 75}a-\frac{15\cdots 28}{11\cdots 25}$, $\frac{13\cdots 04}{56\cdots 25}a^{23}-\frac{17\cdots 81}{56\cdots 25}a^{22}+\frac{56\cdots 02}{29\cdots 75}a^{21}-\frac{42\cdots 38}{56\cdots 25}a^{20}+\frac{14\cdots 99}{11\cdots 25}a^{19}+\frac{16\cdots 88}{29\cdots 75}a^{18}-\frac{10\cdots 93}{56\cdots 25}a^{17}-\frac{52\cdots 66}{56\cdots 25}a^{16}+\frac{31\cdots 01}{56\cdots 25}a^{15}-\frac{71\cdots 91}{11\cdots 25}a^{14}-\frac{11\cdots 19}{56\cdots 25}a^{13}+\frac{41\cdots 06}{56\cdots 25}a^{12}-\frac{47\cdots 93}{56\cdots 25}a^{11}-\frac{29\cdots 47}{56\cdots 25}a^{10}+\frac{26\cdots 43}{11\cdots 25}a^{9}-\frac{61\cdots 37}{56\cdots 25}a^{8}-\frac{35\cdots 02}{56\cdots 25}a^{7}+\frac{34\cdots 86}{56\cdots 25}a^{6}+\frac{69\cdots 34}{56\cdots 25}a^{5}-\frac{26\cdots 82}{59\cdots 75}a^{4}+\frac{25\cdots 94}{56\cdots 25}a^{3}+\frac{24\cdots 79}{56\cdots 25}a^{2}-\frac{29\cdots 32}{56\cdots 25}a+\frac{43\cdots 62}{56\cdots 25}$, $\frac{16\cdots 58}{56\cdots 25}a^{23}+\frac{82\cdots 98}{29\cdots 75}a^{22}-\frac{15\cdots 07}{13\cdots 75}a^{21}+\frac{18\cdots 76}{56\cdots 25}a^{20}+\frac{78\cdots 02}{11\cdots 25}a^{19}-\frac{25\cdots 51}{29\cdots 75}a^{18}-\frac{16\cdots 14}{56\cdots 25}a^{17}+\frac{84\cdots 82}{56\cdots 25}a^{16}-\frac{12\cdots 27}{56\cdots 25}a^{15}-\frac{87\cdots 68}{11\cdots 25}a^{14}+\frac{13\cdots 63}{56\cdots 25}a^{13}-\frac{76\cdots 62}{56\cdots 25}a^{12}-\frac{27\cdots 39}{56\cdots 25}a^{11}+\frac{80\cdots 44}{56\cdots 25}a^{10}-\frac{65\cdots 11}{11\cdots 25}a^{9}-\frac{14\cdots 26}{56\cdots 25}a^{8}+\frac{65\cdots 04}{56\cdots 25}a^{7}+\frac{21\cdots 03}{56\cdots 25}a^{6}-\frac{10\cdots 68}{56\cdots 25}a^{5}+\frac{15\cdots 16}{11\cdots 25}a^{4}+\frac{21\cdots 37}{56\cdots 25}a^{3}-\frac{24\cdots 58}{56\cdots 25}a^{2}+\frac{50\cdots 39}{56\cdots 25}a+\frac{18\cdots 76}{56\cdots 25}$, $\frac{16\cdots 58}{56\cdots 25}a^{23}-\frac{23\cdots 72}{56\cdots 25}a^{22}+\frac{79\cdots 69}{29\cdots 75}a^{21}-\frac{63\cdots 41}{56\cdots 25}a^{20}+\frac{24\cdots 58}{11\cdots 25}a^{19}+\frac{19\cdots 01}{29\cdots 75}a^{18}-\frac{17\cdots 91}{56\cdots 25}a^{17}-\frac{61\cdots 52}{56\cdots 25}a^{16}+\frac{46\cdots 07}{56\cdots 25}a^{15}-\frac{13\cdots 17}{11\cdots 25}a^{14}-\frac{13\cdots 38}{56\cdots 25}a^{13}+\frac{65\cdots 22}{56\cdots 25}a^{12}-\frac{86\cdots 96}{56\cdots 25}a^{11}-\frac{33\cdots 54}{56\cdots 25}a^{10}+\frac{43\cdots 76}{11\cdots 25}a^{9}-\frac{48\cdots 74}{56\cdots 25}a^{8}-\frac{54\cdots 99}{56\cdots 25}a^{7}+\frac{11\cdots 78}{95\cdots 25}a^{6}+\frac{91\cdots 13}{56\cdots 25}a^{5}-\frac{85\cdots 16}{11\cdots 25}a^{4}+\frac{41\cdots 63}{56\cdots 25}a^{3}-\frac{49\cdots 77}{56\cdots 25}a^{2}-\frac{51\cdots 29}{56\cdots 25}a+\frac{64\cdots 59}{56\cdots 25}$, $\frac{67\cdots 56}{56\cdots 25}a^{23}-\frac{82\cdots 39}{56\cdots 25}a^{22}+\frac{47\cdots 87}{56\cdots 25}a^{21}-\frac{57\cdots 17}{18\cdots 75}a^{20}+\frac{43\cdots 16}{11\cdots 25}a^{19}+\frac{89\cdots 07}{29\cdots 75}a^{18}-\frac{36\cdots 17}{56\cdots 25}a^{17}-\frac{76\cdots 63}{13\cdots 75}a^{16}+\frac{13\cdots 54}{56\cdots 25}a^{15}-\frac{62\cdots 04}{11\cdots 25}a^{14}-\frac{63\cdots 41}{56\cdots 25}a^{13}+\frac{11\cdots 89}{56\cdots 25}a^{12}-\frac{42\cdots 32}{56\cdots 25}a^{11}-\frac{59\cdots 38}{56\cdots 25}a^{10}+\frac{20\cdots 47}{11\cdots 25}a^{9}+\frac{63\cdots 32}{56\cdots 25}a^{8}-\frac{10\cdots 13}{56\cdots 25}a^{7}-\frac{92\cdots 61}{56\cdots 25}a^{6}+\frac{31\cdots 86}{56\cdots 25}a^{5}-\frac{94\cdots 62}{11\cdots 25}a^{4}+\frac{50\cdots 91}{56\cdots 25}a^{3}-\frac{11\cdots 49}{56\cdots 25}a^{2}+\frac{63\cdots 82}{56\cdots 25}a-\frac{40\cdots 77}{56\cdots 25}$, $\frac{87\cdots 48}{11\cdots 25}a^{23}-\frac{10\cdots 76}{22\cdots 85}a^{22}+\frac{31\cdots 99}{36\cdots 75}a^{21}+\frac{13\cdots 07}{11\cdots 25}a^{20}-\frac{95\cdots 94}{22\cdots 85}a^{19}+\frac{93\cdots 01}{59\cdots 75}a^{18}+\frac{16\cdots 16}{22\cdots 85}a^{17}-\frac{35\cdots 93}{11\cdots 25}a^{16}-\frac{83\cdots 09}{11\cdots 25}a^{15}+\frac{14\cdots 23}{44\cdots 17}a^{14}+\frac{14\cdots 12}{11\cdots 25}a^{13}-\frac{25\cdots 84}{22\cdots 85}a^{12}+\frac{47\cdots 46}{11\cdots 25}a^{11}+\frac{19\cdots 08}{11\cdots 25}a^{10}-\frac{11\cdots 42}{22\cdots 85}a^{9}-\frac{59\cdots 43}{84\cdots 25}a^{8}+\frac{98\cdots 13}{44\cdots 17}a^{7}+\frac{49\cdots 83}{11\cdots 25}a^{6}-\frac{19\cdots 11}{11\cdots 25}a^{5}+\frac{10\cdots 84}{22\cdots 85}a^{4}+\frac{36\cdots 33}{11\cdots 25}a^{3}-\frac{18\cdots 99}{23\cdots 43}a^{2}+\frac{30\cdots 14}{11\cdots 25}a+\frac{11\cdots 02}{11\cdots 25}$, $\frac{72\cdots 98}{56\cdots 25}a^{23}-\frac{67\cdots 07}{56\cdots 25}a^{22}+\frac{32\cdots 66}{56\cdots 25}a^{21}-\frac{52\cdots 09}{29\cdots 75}a^{20}-\frac{13\cdots 02}{11\cdots 25}a^{19}+\frac{92\cdots 06}{29\cdots 75}a^{18}+\frac{53\cdots 79}{56\cdots 25}a^{17}-\frac{32\cdots 87}{56\cdots 25}a^{16}+\frac{58\cdots 92}{56\cdots 25}a^{15}+\frac{22\cdots 48}{11\cdots 25}a^{14}-\frac{46\cdots 28}{56\cdots 25}a^{13}+\frac{41\cdots 32}{56\cdots 25}a^{12}+\frac{59\cdots 74}{56\cdots 25}a^{11}-\frac{19\cdots 74}{56\cdots 25}a^{10}-\frac{14\cdots 94}{11\cdots 25}a^{9}+\frac{61\cdots 31}{56\cdots 25}a^{8}-\frac{31\cdots 19}{56\cdots 25}a^{7}-\frac{91\cdots 98}{56\cdots 25}a^{6}+\frac{15\cdots 37}{29\cdots 75}a^{5}-\frac{10\cdots 91}{36\cdots 75}a^{4}-\frac{42\cdots 97}{56\cdots 25}a^{3}+\frac{86\cdots 88}{56\cdots 25}a^{2}-\frac{40\cdots 24}{56\cdots 25}a-\frac{11\cdots 21}{56\cdots 25}$, $\frac{16\cdots 24}{56\cdots 25}a^{23}-\frac{14\cdots 11}{56\cdots 25}a^{22}+\frac{63\cdots 03}{56\cdots 25}a^{21}-\frac{20\cdots 28}{56\cdots 25}a^{20}-\frac{33\cdots 56}{11\cdots 25}a^{19}+\frac{17\cdots 78}{29\cdots 75}a^{18}+\frac{48\cdots 42}{56\cdots 25}a^{17}-\frac{14\cdots 97}{13\cdots 75}a^{16}+\frac{67\cdots 81}{56\cdots 25}a^{15}+\frac{33\cdots 04}{11\cdots 25}a^{14}-\frac{47\cdots 39}{56\cdots 25}a^{13}+\frac{69\cdots 11}{56\cdots 25}a^{12}+\frac{40\cdots 17}{56\cdots 25}a^{11}-\frac{85\cdots 82}{56\cdots 25}a^{10}-\frac{75\cdots 42}{11\cdots 25}a^{9}+\frac{59\cdots 53}{56\cdots 25}a^{8}-\frac{96\cdots 62}{56\cdots 25}a^{7}-\frac{28\cdots 09}{56\cdots 25}a^{6}+\frac{23\cdots 79}{56\cdots 25}a^{5}+\frac{31\cdots 77}{11\cdots 25}a^{4}+\frac{16\cdots 64}{56\cdots 25}a^{3}+\frac{69\cdots 99}{56\cdots 25}a^{2}+\frac{32\cdots 58}{56\cdots 25}a+\frac{14\cdots 22}{56\cdots 25}$, $\frac{10\cdots 04}{22\cdots 85}a^{22}-\frac{11\cdots 44}{22\cdots 85}a^{21}+\frac{11\cdots 64}{44\cdots 17}a^{20}-\frac{31\cdots 32}{44\cdots 17}a^{19}-\frac{19\cdots 44}{23\cdots 43}a^{18}+\frac{19\cdots 08}{11\cdots 15}a^{17}-\frac{34\cdots 02}{22\cdots 85}a^{16}-\frac{12\cdots 24}{44\cdots 17}a^{15}+\frac{32\cdots 35}{44\cdots 17}a^{14}+\frac{57\cdots 35}{44\cdots 17}a^{13}-\frac{49\cdots 74}{72\cdots 35}a^{12}+\frac{14\cdots 89}{22\cdots 85}a^{11}+\frac{71\cdots 32}{44\cdots 17}a^{10}-\frac{26\cdots 81}{44\cdots 17}a^{9}+\frac{16\cdots 31}{44\cdots 17}a^{8}+\frac{30\cdots 23}{22\cdots 85}a^{7}-\frac{45\cdots 03}{22\cdots 85}a^{6}-\frac{11\cdots 60}{23\cdots 43}a^{5}+\frac{14\cdots 42}{44\cdots 17}a^{4}-\frac{15\cdots 36}{44\cdots 17}a^{3}-\frac{97\cdots 91}{22\cdots 85}a^{2}+\frac{66\cdots 64}{11\cdots 15}a+\frac{21\cdots 38}{44\cdots 17}$ 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:  \( 143751634415414750 \) (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 143751634415414750 \cdot 40}{2\cdot\sqrt{54372494083060640194576311797602218575775623321533203125}}\cr\approx \mathstrut & 0.598235010646652 \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 - 12*x^23 + 69*x^22 - 253*x^21 + 261*x^20 + 2703*x^19 - 5731*x^18 - 47088*x^17 + 200961*x^16 - 60382*x^15 - 1051751*x^14 + 2261117*x^13 - 638189*x^12 - 4973927*x^11 + 6175299*x^10 + 11347892*x^9 - 27609494*x^8 - 389542*x^7 + 74354864*x^6 - 133325118*x^5 + 4909816*x^4 + 169121798*x^3 - 90525931*x^2 - 9747363*x + 434205631) 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 - 12*x^23 + 69*x^22 - 253*x^21 + 261*x^20 + 2703*x^19 - 5731*x^18 - 47088*x^17 + 200961*x^16 - 60382*x^15 - 1051751*x^14 + 2261117*x^13 - 638189*x^12 - 4973927*x^11 + 6175299*x^10 + 11347892*x^9 - 27609494*x^8 - 389542*x^7 + 74354864*x^6 - 133325118*x^5 + 4909816*x^4 + 169121798*x^3 - 90525931*x^2 - 9747363*x + 434205631, 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 - 12*x^23 + 69*x^22 - 253*x^21 + 261*x^20 + 2703*x^19 - 5731*x^18 - 47088*x^17 + 200961*x^16 - 60382*x^15 - 1051751*x^14 + 2261117*x^13 - 638189*x^12 - 4973927*x^11 + 6175299*x^10 + 11347892*x^9 - 27609494*x^8 - 389542*x^7 + 74354864*x^6 - 133325118*x^5 + 4909816*x^4 + 169121798*x^3 - 90525931*x^2 - 9747363*x + 434205631); 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 - 12*x^23 + 69*x^22 - 253*x^21 + 261*x^20 + 2703*x^19 - 5731*x^18 - 47088*x^17 + 200961*x^16 - 60382*x^15 - 1051751*x^14 + 2261117*x^13 - 638189*x^12 - 4973927*x^11 + 6175299*x^10 + 11347892*x^9 - 27609494*x^8 - 389542*x^7 + 74354864*x^6 - 133325118*x^5 + 4909816*x^4 + 169121798*x^3 - 90525931*x^2 - 9747363*x + 434205631); 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:G = 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.267093828125.1, 12.4.356695565112335205078125.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.2174899763322425607783052471904088743031024932861328125.6, 24.4.2174899763322425607783052471904088743031024932861328125.4
Arithmetically equivalent sibling: 24.4.54372494083060640194576311797602218575775623321533203125.1
Minimal sibling: 24.4.2174899763322425607783052471904088743031024932861328125.4

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 $24$ ${\href{/padicField/11.10.0.1}{10} }^{2}{,}\,{\href{/padicField/11.2.0.1}{2} }^{2}$ ${\href{/padicField/13.4.0.1}{4} }^{5}{,}\,{\href{/padicField/13.1.0.1}{1} }^{4}$ ${\href{/padicField/17.4.0.1}{4} }^{5}{,}\,{\href{/padicField/17.2.0.1}{2} }^{2}$ ${\href{/padicField/19.2.0.1}{2} }^{10}{,}\,{\href{/padicField/19.1.0.1}{1} }^{4}$ $24$ ${\href{/padicField/29.2.0.1}{2} }^{10}{,}\,{\href{/padicField/29.1.0.1}{1} }^{4}$ ${\href{/padicField/31.6.0.1}{6} }^{4}$ ${\href{/padicField/37.8.0.1}{8} }^{3}$ ${\href{/padicField/41.3.0.1}{3} }^{8}$ R ${\href{/padicField/47.8.0.1}{8} }^{3}$ ${\href{/padicField/53.4.0.1}{4} }^{5}{,}\,{\href{/padicField/53.1.0.1}{1} }^{4}$ $20{,}\,{\href{/padicField/59.4.0.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.2.1a1.2$x^{2} + 10$$2$$1$$1$$C_2$$$[\ ]_{2}$$
5.1.2.1a1.2$x^{2} + 10$$2$$1$$1$$C_2$$$[\ ]_{2}$$
5.1.20.31a4.25$x^{20} + 10 x^{12} + 20$$20$$1$$31$20T9$$[\frac{7}{4}]_{4}^{2}$$
\(43\) Copy content Toggle raw display 43.2.2.2a1.1$x^{4} + 84 x^{3} + 1770 x^{2} + 295 x + 9$$2$$2$$2$$C_4$$$[\ ]_{2}^{2}$$
43.1.10.9a1.2$x^{10} + 129$$10$$1$$9$$F_{5}\times C_2$$$[\ ]_{10}^{4}$$
43.1.10.9a1.2$x^{10} + 129$$10$$1$$9$$F_{5}\times C_2$$$[\ ]_{10}^{4}$$

Spectrum of ring of integers

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