Properties

Label 31.31.606...801.1
Degree $31$
Signature $[31, 0]$
Discriminant $6.065\times 10^{74}$
Root discriminant \(258.43\)
Ramified prime $311$
Class number not computed
Class group not computed
Galois group $C_{31}$ (as 31T1)

Related objects

Downloads

Learn more

Show commands: Magma / Oscar / PariGP / SageMath

Normalized defining polynomial

sage: x = polygen(QQ); K.<a> = NumberField(x^31 - x^30 - 150*x^29 + 117*x^28 + 9434*x^27 - 4958*x^26 - 328880*x^25 + 78328*x^24 + 7098810*x^23 + 507925*x^22 - 100297691*x^21 - 39217806*x^20 + 950942678*x^19 + 677567200*x^18 - 6056859921*x^17 - 6293114670*x^16 + 25303767350*x^15 + 35315191500*x^14 - 65145555320*x^13 - 122001770825*x^12 + 87706314807*x^11 + 253609179978*x^10 - 19776440614*x^9 - 299693882286*x^8 - 98200795275*x^7 + 175359843704*x^6 + 113820457794*x^5 - 30260338943*x^4 - 38729335872*x^3 - 5811762482*x^2 + 1056847214*x - 26458109)
 
gp: K = bnfinit(y^31 - y^30 - 150*y^29 + 117*y^28 + 9434*y^27 - 4958*y^26 - 328880*y^25 + 78328*y^24 + 7098810*y^23 + 507925*y^22 - 100297691*y^21 - 39217806*y^20 + 950942678*y^19 + 677567200*y^18 - 6056859921*y^17 - 6293114670*y^16 + 25303767350*y^15 + 35315191500*y^14 - 65145555320*y^13 - 122001770825*y^12 + 87706314807*y^11 + 253609179978*y^10 - 19776440614*y^9 - 299693882286*y^8 - 98200795275*y^7 + 175359843704*y^6 + 113820457794*y^5 - 30260338943*y^4 - 38729335872*y^3 - 5811762482*y^2 + 1056847214*y - 26458109, 1)
 
magma: R<x> := PolynomialRing(Rationals()); K<a> := NumberField(x^31 - x^30 - 150*x^29 + 117*x^28 + 9434*x^27 - 4958*x^26 - 328880*x^25 + 78328*x^24 + 7098810*x^23 + 507925*x^22 - 100297691*x^21 - 39217806*x^20 + 950942678*x^19 + 677567200*x^18 - 6056859921*x^17 - 6293114670*x^16 + 25303767350*x^15 + 35315191500*x^14 - 65145555320*x^13 - 122001770825*x^12 + 87706314807*x^11 + 253609179978*x^10 - 19776440614*x^9 - 299693882286*x^8 - 98200795275*x^7 + 175359843704*x^6 + 113820457794*x^5 - 30260338943*x^4 - 38729335872*x^3 - 5811762482*x^2 + 1056847214*x - 26458109);
 
oscar: Qx, x = PolynomialRing(QQ); K, a = NumberField(x^31 - x^30 - 150*x^29 + 117*x^28 + 9434*x^27 - 4958*x^26 - 328880*x^25 + 78328*x^24 + 7098810*x^23 + 507925*x^22 - 100297691*x^21 - 39217806*x^20 + 950942678*x^19 + 677567200*x^18 - 6056859921*x^17 - 6293114670*x^16 + 25303767350*x^15 + 35315191500*x^14 - 65145555320*x^13 - 122001770825*x^12 + 87706314807*x^11 + 253609179978*x^10 - 19776440614*x^9 - 299693882286*x^8 - 98200795275*x^7 + 175359843704*x^6 + 113820457794*x^5 - 30260338943*x^4 - 38729335872*x^3 - 5811762482*x^2 + 1056847214*x - 26458109)
 

\( x^{31} - x^{30} - 150 x^{29} + 117 x^{28} + 9434 x^{27} - 4958 x^{26} - 328880 x^{25} + 78328 x^{24} + \cdots - 26458109 \) Copy content Toggle raw display

sage: K.defining_polynomial()
 
gp: K.pol
 
magma: DefiningPolynomial(K);
 
oscar: defining_polynomial(K)
 

Invariants

Degree:  $31$
sage: K.degree()
 
gp: poldegree(K.pol)
 
magma: Degree(K);
 
oscar: degree(K)
 
Signature:  $[31, 0]$
sage: K.signature()
 
gp: K.sign
 
magma: Signature(K);
 
oscar: signature(K)
 
Discriminant:   \(606473279060866185803408353837168008326030742006308575695635765007438922801\) \(\medspace = 311^{30}\) Copy content Toggle raw display
sage: K.disc()
 
gp: K.disc
 
magma: OK := Integers(K); Discriminant(OK);
 
oscar: OK = ring_of_integers(K); discriminant(OK)
 
Root discriminant:  \(258.43\)
sage: (K.disc().abs())^(1./K.degree())
 
gp: abs(K.disc)^(1/poldegree(K.pol))
 
magma: Abs(Discriminant(OK))^(1/Degree(K));
 
oscar: (1.0 * dK)^(1/degree(K))
 
Galois root discriminant:  $311^{30/31}\approx 258.43347277162707$
Ramified primes:   \(311\) Copy content Toggle raw display
sage: K.disc().support()
 
gp: factor(abs(K.disc))[,1]~
 
magma: PrimeDivisors(Discriminant(OK));
 
oscar: prime_divisors(discriminant((OK)))
 
Discriminant root field:  \(\Q\)
$\card{ \Gal(K/\Q) }$:  $31$
sage: K.automorphisms()
 
magma: Automorphisms(K);
 
oscar: automorphisms(K)
 
This field is Galois and abelian over $\Q$.
Conductor:  \(311\)
Dirichlet character group:    $\lbrace$$\chi_{311}(1,·)$, $\chi_{311}(224,·)$, $\chi_{311}(195,·)$, $\chi_{311}(260,·)$, $\chi_{311}(7,·)$, $\chi_{311}(265,·)$, $\chi_{311}(140,·)$, $\chi_{311}(13,·)$, $\chi_{311}(270,·)$, $\chi_{311}(15,·)$, $\chi_{311}(18,·)$, $\chi_{311}(83,·)$, $\chi_{311}(20,·)$, $\chi_{311}(24,·)$, $\chi_{311}(89,·)$, $\chi_{311}(91,·)$, $\chi_{311}(32,·)$, $\chi_{311}(225,·)$, $\chi_{311}(113,·)$, $\chi_{311}(168,·)$, $\chi_{311}(169,·)$, $\chi_{311}(234,·)$, $\chi_{311}(300,·)$, $\chi_{311}(146,·)$, $\chi_{311}(47,·)$, $\chi_{311}(49,·)$, $\chi_{311}(243,·)$, $\chi_{311}(105,·)$, $\chi_{311}(121,·)$, $\chi_{311}(250,·)$, $\chi_{311}(126,·)$$\rbrace$
This is not a CM field.

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}$, $a^{15}$, $a^{16}$, $a^{17}$, $a^{18}$, $a^{19}$, $a^{20}$, $a^{21}$, $a^{22}$, $a^{23}$, $a^{24}$, $a^{25}$, $a^{26}$, $a^{27}$, $\frac{1}{347}a^{28}-\frac{34}{347}a^{27}-\frac{55}{347}a^{26}+\frac{56}{347}a^{25}-\frac{63}{347}a^{24}-\frac{47}{347}a^{23}+\frac{73}{347}a^{22}+\frac{24}{347}a^{21}-\frac{16}{347}a^{20}-\frac{95}{347}a^{19}+\frac{77}{347}a^{18}-\frac{75}{347}a^{17}+\frac{117}{347}a^{16}+\frac{143}{347}a^{15}-\frac{4}{347}a^{14}-\frac{15}{347}a^{13}+\frac{21}{347}a^{12}-\frac{103}{347}a^{11}-\frac{120}{347}a^{10}-\frac{42}{347}a^{9}+\frac{58}{347}a^{8}+\frac{27}{347}a^{7}-\frac{8}{347}a^{6}+\frac{117}{347}a^{5}-\frac{138}{347}a^{4}+\frac{86}{347}a^{3}-\frac{43}{347}a^{2}-\frac{139}{347}a-\frac{149}{347}$, $\frac{1}{347}a^{29}-\frac{170}{347}a^{27}-\frac{79}{347}a^{26}+\frac{106}{347}a^{25}-\frac{107}{347}a^{24}-\frac{137}{347}a^{23}+\frac{77}{347}a^{22}+\frac{106}{347}a^{21}+\frac{55}{347}a^{20}-\frac{30}{347}a^{19}+\frac{114}{347}a^{18}-\frac{4}{347}a^{17}-\frac{43}{347}a^{16}-\frac{151}{347}a^{14}-\frac{142}{347}a^{13}-\frac{83}{347}a^{12}-\frac{152}{347}a^{11}+\frac{42}{347}a^{10}+\frac{18}{347}a^{9}-\frac{83}{347}a^{8}-\frac{131}{347}a^{7}-\frac{155}{347}a^{6}+\frac{23}{347}a^{5}-\frac{95}{347}a^{4}+\frac{105}{347}a^{3}+\frac{134}{347}a^{2}-\frac{17}{347}a+\frac{139}{347}$, $\frac{1}{54\!\cdots\!77}a^{30}+\frac{72\!\cdots\!30}{54\!\cdots\!77}a^{29}-\frac{45\!\cdots\!57}{54\!\cdots\!77}a^{28}-\frac{25\!\cdots\!86}{54\!\cdots\!77}a^{27}-\frac{46\!\cdots\!70}{54\!\cdots\!77}a^{26}-\frac{41\!\cdots\!26}{54\!\cdots\!77}a^{25}+\frac{52\!\cdots\!13}{15\!\cdots\!91}a^{24}-\frac{12\!\cdots\!30}{54\!\cdots\!77}a^{23}-\frac{34\!\cdots\!31}{54\!\cdots\!77}a^{22}+\frac{16\!\cdots\!07}{54\!\cdots\!77}a^{21}+\frac{25\!\cdots\!94}{54\!\cdots\!77}a^{20}-\frac{18\!\cdots\!38}{54\!\cdots\!77}a^{19}-\frac{13\!\cdots\!55}{54\!\cdots\!77}a^{18}-\frac{20\!\cdots\!21}{54\!\cdots\!77}a^{17}-\frac{16\!\cdots\!86}{54\!\cdots\!77}a^{16}+\frac{25\!\cdots\!34}{54\!\cdots\!77}a^{15}-\frac{24\!\cdots\!12}{54\!\cdots\!77}a^{14}-\frac{27\!\cdots\!82}{54\!\cdots\!77}a^{13}-\frac{20\!\cdots\!59}{54\!\cdots\!77}a^{12}-\frac{99\!\cdots\!31}{54\!\cdots\!77}a^{11}-\frac{13\!\cdots\!97}{54\!\cdots\!77}a^{10}+\frac{49\!\cdots\!43}{54\!\cdots\!77}a^{9}-\frac{32\!\cdots\!69}{54\!\cdots\!77}a^{8}+\frac{17\!\cdots\!13}{54\!\cdots\!77}a^{7}+\frac{21\!\cdots\!98}{54\!\cdots\!77}a^{6}+\frac{53\!\cdots\!52}{54\!\cdots\!77}a^{5}+\frac{14\!\cdots\!77}{54\!\cdots\!77}a^{4}-\frac{35\!\cdots\!45}{54\!\cdots\!77}a^{3}-\frac{17\!\cdots\!12}{54\!\cdots\!77}a^{2}-\frac{14\!\cdots\!62}{54\!\cdots\!77}a-\frac{77\!\cdots\!90}{54\!\cdots\!77}$ Copy content Toggle raw display

sage: K.integral_basis()
 
gp: K.zk
 
magma: IntegralBasis(K);
 
oscar: basis(OK)
 

Monogenic:  No
Index:  $1$
Inessential primes:  None

Class group and class number

not computed

sage: K.class_group().invariants()
 
gp: K.clgp
 
magma: ClassGroup(K);
 
oscar: class_group(K)
 

Unit group

sage: UK = K.unit_group()
 
magma: UK, fUK := UnitGroup(K);
 
oscar: UK, fUK = unit_group(OK)
 
Rank:  $30$
sage: UK.rank()
 
gp: K.fu
 
magma: UnitRank(K);
 
oscar: rank(UK)
 
Torsion generator:   \( -1 \)  (order $2$) Copy content Toggle raw display
sage: UK.torsion_generator()
 
gp: K.tu[2]
 
magma: K!f(TU.1) where TU,f is TorsionUnitGroup(K);
 
oscar: torsion_units_generator(OK)
 
Fundamental units:  not computed
sage: UK.fundamental_units()
 
gp: K.fu
 
magma: [K|fUK(g): g in Generators(UK)];
 
oscar: [K(fUK(a)) for a in gens(UK)]
 
Regulator:  not computed
sage: K.regulator()
 
gp: K.reg
 
magma: Regulator(K);
 
oscar: regulator(K)
 

Class number formula

\[ \begin{aligned}\lim_{s\to 1} (s-1)\zeta_K(s) =\mathstrut & \frac{2^{r_1}\cdot (2\pi)^{r_2}\cdot R\cdot h}{w\cdot\sqrt{|D|}}\cr $ not computed \end{aligned}\]

# self-contained SageMath code snippet to compute the analytic class number formula
 
x = polygen(QQ); K.<a> = NumberField(x^31 - x^30 - 150*x^29 + 117*x^28 + 9434*x^27 - 4958*x^26 - 328880*x^25 + 78328*x^24 + 7098810*x^23 + 507925*x^22 - 100297691*x^21 - 39217806*x^20 + 950942678*x^19 + 677567200*x^18 - 6056859921*x^17 - 6293114670*x^16 + 25303767350*x^15 + 35315191500*x^14 - 65145555320*x^13 - 122001770825*x^12 + 87706314807*x^11 + 253609179978*x^10 - 19776440614*x^9 - 299693882286*x^8 - 98200795275*x^7 + 175359843704*x^6 + 113820457794*x^5 - 30260338943*x^4 - 38729335872*x^3 - 5811762482*x^2 + 1056847214*x - 26458109)
 
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))))
 
# self-contained Pari/GP code snippet to compute the analytic class number formula
 
K = bnfinit(x^31 - x^30 - 150*x^29 + 117*x^28 + 9434*x^27 - 4958*x^26 - 328880*x^25 + 78328*x^24 + 7098810*x^23 + 507925*x^22 - 100297691*x^21 - 39217806*x^20 + 950942678*x^19 + 677567200*x^18 - 6056859921*x^17 - 6293114670*x^16 + 25303767350*x^15 + 35315191500*x^14 - 65145555320*x^13 - 122001770825*x^12 + 87706314807*x^11 + 253609179978*x^10 - 19776440614*x^9 - 299693882286*x^8 - 98200795275*x^7 + 175359843704*x^6 + 113820457794*x^5 - 30260338943*x^4 - 38729335872*x^3 - 5811762482*x^2 + 1056847214*x - 26458109, 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)))]
 
/* self-contained Magma code snippet to compute the analytic class number formula */
 
Qx<x> := PolynomialRing(QQ); K<a> := NumberField(x^31 - x^30 - 150*x^29 + 117*x^28 + 9434*x^27 - 4958*x^26 - 328880*x^25 + 78328*x^24 + 7098810*x^23 + 507925*x^22 - 100297691*x^21 - 39217806*x^20 + 950942678*x^19 + 677567200*x^18 - 6056859921*x^17 - 6293114670*x^16 + 25303767350*x^15 + 35315191500*x^14 - 65145555320*x^13 - 122001770825*x^12 + 87706314807*x^11 + 253609179978*x^10 - 19776440614*x^9 - 299693882286*x^8 - 98200795275*x^7 + 175359843704*x^6 + 113820457794*x^5 - 30260338943*x^4 - 38729335872*x^3 - 5811762482*x^2 + 1056847214*x - 26458109);
 
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)));
 
# self-contained Oscar code snippet to compute the analytic class number formula
 
Qx, x = PolynomialRing(QQ); K, a = NumberField(x^31 - x^30 - 150*x^29 + 117*x^28 + 9434*x^27 - 4958*x^26 - 328880*x^25 + 78328*x^24 + 7098810*x^23 + 507925*x^22 - 100297691*x^21 - 39217806*x^20 + 950942678*x^19 + 677567200*x^18 - 6056859921*x^17 - 6293114670*x^16 + 25303767350*x^15 + 35315191500*x^14 - 65145555320*x^13 - 122001770825*x^12 + 87706314807*x^11 + 253609179978*x^10 - 19776440614*x^9 - 299693882286*x^8 - 98200795275*x^7 + 175359843704*x^6 + 113820457794*x^5 - 30260338943*x^4 - 38729335872*x^3 - 5811762482*x^2 + 1056847214*x - 26458109);
 
OK = ring_of_integers(K); DK = discriminant(OK);
 
UK, fUK = unit_group(OK); clK, fclK = class_group(OK);
 
r1,r2 = signature(K); RK = regulator(K); RR = parent(RK);
 
hK = order(clK); wK = torsion_units_order(K);
 
2^r1 * (2*pi)^r2 * RK * hK / (wK * sqrt(RR(abs(DK))))
 

Galois group

$C_{31}$ (as 31T1):

sage: K.galois_group(type='pari')
 
gp: polgalois(K.pol)
 
magma: G = GaloisGroup(K);
 
oscar: G, Gtx = galois_group(K); G, transitive_group_identification(G)
 
A cyclic group of order 31
The 31 conjugacy class representatives for $C_{31}$
Character table for $C_{31}$ is not computed

Intermediate fields

The extension is primitive: there are no intermediate fields between this field and $\Q$.
sage: K.subfields()[1:-1]
 
gp: L = nfsubfields(K); L[2..length(b)]
 
magma: L := Subfields(K); L[2..#L];
 
oscar: subfields(K)[2:end-1]
 

Frobenius cycle types

$p$ $2$ $3$ $5$ $7$ $11$ $13$ $17$ $19$ $23$ $29$ $31$ $37$ $41$ $43$ $47$ $53$ $59$
Cycle type $31$ $31$ $31$ $31$ $31$ $31$ $31$ $31$ $31$ $31$ $31$ $31$ $31$ $31$ $31$ $31$ $31$

Cycle lengths which are repeated in a cycle type are indicated by exponents.

# to obtain a list of $[e_i,f_i]$ for the factorization of the ideal $p\mathcal{O}_K$ for $p=7$ in Sage:
 
p = 7; [(e, pr.norm().valuation(p)) for pr,e in K.factor(p)]
 
\\ to obtain a list of $[e_i,f_i]$ for the factorization of the ideal $p\mathcal{O}_K$ for $p=7$ in Pari:
 
p = 7; pfac = idealprimedec(K, p); vector(length(pfac), j, [pfac[j][3], pfac[j][4]])
 
// to obtain a list of $[e_i,f_i]$ for the factorization of the ideal $p\mathcal{O}_K$ for $p=7 in Magma:
 
p := 7; [<pr[2], Valuation(Norm(pr[1]), p)> : pr in Factorization(p*Integers(K))];
 
# to obtain a list of $[e_i,f_i]$ for the factorization of the ideal $p\mathcal{O}_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
\(311\) Copy content Toggle raw display Deg $31$$31$$1$$30$