Properties

Label 32.32.109...168.1
Degree $32$
Signature $[32, 0]$
Discriminant $1.095\times 10^{76}$
Root discriminant \(237.81\)
Ramified primes $2,97$
Class number not computed
Class group not computed
Galois group $C_{32}$ (as 32T33)

Related objects

Downloads

Learn more

Show commands: Magma / Oscar / PariGP / SageMath

Normalized defining polynomial

sage: x = polygen(QQ); K.<a> = NumberField(x^32 - 194*x^30 + 15908*x^28 - 724784*x^26 + 20303264*x^24 - 365958496*x^22 + 4325759232*x^20 - 33633640320*x^18 + 170321943040*x^16 - 547571276288*x^14 + 1064307168256*x^12 - 1149333823488*x^10 + 609862000640*x^8 - 153945686016*x^6 + 17972805632*x^4 - 820051968*x^2 + 6356992)
 
gp: K = bnfinit(y^32 - 194*y^30 + 15908*y^28 - 724784*y^26 + 20303264*y^24 - 365958496*y^22 + 4325759232*y^20 - 33633640320*y^18 + 170321943040*y^16 - 547571276288*y^14 + 1064307168256*y^12 - 1149333823488*y^10 + 609862000640*y^8 - 153945686016*y^6 + 17972805632*y^4 - 820051968*y^2 + 6356992, 1)
 
magma: R<x> := PolynomialRing(Rationals()); K<a> := NumberField(x^32 - 194*x^30 + 15908*x^28 - 724784*x^26 + 20303264*x^24 - 365958496*x^22 + 4325759232*x^20 - 33633640320*x^18 + 170321943040*x^16 - 547571276288*x^14 + 1064307168256*x^12 - 1149333823488*x^10 + 609862000640*x^8 - 153945686016*x^6 + 17972805632*x^4 - 820051968*x^2 + 6356992);
 
oscar: Qx, x = PolynomialRing(QQ); K, a = NumberField(x^32 - 194*x^30 + 15908*x^28 - 724784*x^26 + 20303264*x^24 - 365958496*x^22 + 4325759232*x^20 - 33633640320*x^18 + 170321943040*x^16 - 547571276288*x^14 + 1064307168256*x^12 - 1149333823488*x^10 + 609862000640*x^8 - 153945686016*x^6 + 17972805632*x^4 - 820051968*x^2 + 6356992)
 

\( x^{32} - 194 x^{30} + 15908 x^{28} - 724784 x^{26} + 20303264 x^{24} - 365958496 x^{22} + 4325759232 x^{20} + \cdots + 6356992 \) Copy content Toggle raw display

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

Invariants

Degree:  $32$
sage: K.degree()
 
gp: poldegree(K.pol)
 
magma: Degree(K);
 
oscar: degree(K)
 
Signature:  $[32, 0]$
sage: K.signature()
 
gp: K.sign
 
magma: Signature(K);
 
oscar: signature(K)
 
Discriminant:   \(10948725162062396375893585077651059129669167570225987349215648531823007367168\) \(\medspace = 2^{48}\cdot 97^{31}\) 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:  \(237.81\)
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:  $2^{3/2}97^{31/32}\approx 237.8099989888071$
Ramified primes:   \(2\), \(97\) 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(\sqrt{97}) \)
$\card{ \Gal(K/\Q) }$:  $32$
sage: K.automorphisms()
 
magma: Automorphisms(K);
 
oscar: automorphisms(K)
 
This field is Galois and abelian over $\Q$.
Conductor:  \(776=2^{3}\cdot 97\)
Dirichlet character group:    $\lbrace$$\chi_{776}(1,·)$, $\chi_{776}(515,·)$, $\chi_{776}(139,·)$, $\chi_{776}(273,·)$, $\chi_{776}(131,·)$, $\chi_{776}(729,·)$, $\chi_{776}(33,·)$, $\chi_{776}(241,·)$, $\chi_{776}(51,·)$, $\chi_{776}(313,·)$, $\chi_{776}(699,·)$, $\chi_{776}(193,·)$, $\chi_{776}(67,·)$, $\chi_{776}(161,·)$, $\chi_{776}(707,·)$, $\chi_{776}(531,·)$, $\chi_{776}(659,·)$, $\chi_{776}(563,·)$, $\chi_{776}(697,·)$, $\chi_{776}(473,·)$, $\chi_{776}(731,·)$, $\chi_{776}(627,·)$, $\chi_{776}(609,·)$, $\chi_{776}(443,·)$, $\chi_{776}(651,·)$, $\chi_{776}(657,·)$, $\chi_{776}(105,·)$, $\chi_{776}(451,·)$, $\chi_{776}(497,·)$, $\chi_{776}(19,·)$, $\chi_{776}(89,·)$, $\chi_{776}(361,·)$$\rbrace$
This is not a CM field.

Integral basis (with respect to field generator \(a\))

$1$, $a$, $\frac{1}{2}a^{2}$, $\frac{1}{2}a^{3}$, $\frac{1}{4}a^{4}$, $\frac{1}{4}a^{5}$, $\frac{1}{8}a^{6}$, $\frac{1}{8}a^{7}$, $\frac{1}{16}a^{8}$, $\frac{1}{16}a^{9}$, $\frac{1}{32}a^{10}$, $\frac{1}{32}a^{11}$, $\frac{1}{64}a^{12}$, $\frac{1}{64}a^{13}$, $\frac{1}{128}a^{14}$, $\frac{1}{128}a^{15}$, $\frac{1}{256}a^{16}$, $\frac{1}{256}a^{17}$, $\frac{1}{512}a^{18}$, $\frac{1}{512}a^{19}$, $\frac{1}{1024}a^{20}$, $\frac{1}{1024}a^{21}$, $\frac{1}{2048}a^{22}$, $\frac{1}{2048}a^{23}$, $\frac{1}{249856}a^{24}+\frac{15}{124928}a^{22}-\frac{3}{15616}a^{20}+\frac{9}{15616}a^{18}+\frac{7}{7808}a^{16}-\frac{19}{7808}a^{14}-\frac{5}{976}a^{12}+\frac{11}{1952}a^{10}+\frac{5}{488}a^{8}-\frac{7}{488}a^{6}+\frac{9}{122}a^{4}+\frac{9}{61}a^{2}+\frac{5}{61}$, $\frac{1}{249856}a^{25}+\frac{15}{124928}a^{23}-\frac{3}{15616}a^{21}+\frac{9}{15616}a^{19}+\frac{7}{7808}a^{17}-\frac{19}{7808}a^{15}-\frac{5}{976}a^{13}+\frac{11}{1952}a^{11}+\frac{5}{488}a^{9}-\frac{7}{488}a^{7}+\frac{9}{122}a^{5}+\frac{9}{61}a^{3}+\frac{5}{61}a$, $\frac{1}{499712}a^{26}+\frac{7}{124928}a^{22}+\frac{15}{62464}a^{20}-\frac{3}{7808}a^{18}+\frac{15}{15616}a^{16}+\frac{21}{7808}a^{14}+\frac{3}{1952}a^{12}+\frac{7}{488}a^{10}+\frac{13}{488}a^{8}+\frac{1}{488}a^{6}-\frac{2}{61}a^{4}-\frac{21}{122}a^{2}-\frac{14}{61}$, $\frac{1}{499712}a^{27}+\frac{7}{124928}a^{23}+\frac{15}{62464}a^{21}-\frac{3}{7808}a^{19}+\frac{15}{15616}a^{17}+\frac{21}{7808}a^{15}+\frac{3}{1952}a^{13}+\frac{7}{488}a^{11}+\frac{13}{488}a^{9}+\frac{1}{488}a^{7}-\frac{2}{61}a^{5}-\frac{21}{122}a^{3}-\frac{14}{61}a$, $\frac{1}{60964864}a^{28}-\frac{3}{7620608}a^{26}+\frac{7}{15241216}a^{24}-\frac{1289}{7620608}a^{22}+\frac{13}{952576}a^{20}-\frac{125}{238144}a^{18}-\frac{903}{476288}a^{16}+\frac{243}{238144}a^{14}+\frac{17}{238144}a^{12}+\frac{849}{119072}a^{10}-\frac{337}{14884}a^{8}-\frac{203}{29768}a^{6}+\frac{1539}{14884}a^{4}+\frac{424}{3721}a^{2}+\frac{534}{3721}$, $\frac{1}{60964864}a^{29}-\frac{3}{7620608}a^{27}+\frac{7}{15241216}a^{25}-\frac{1289}{7620608}a^{23}+\frac{13}{952576}a^{21}-\frac{125}{238144}a^{19}-\frac{903}{476288}a^{17}+\frac{243}{238144}a^{15}+\frac{17}{238144}a^{13}+\frac{849}{119072}a^{11}-\frac{337}{14884}a^{9}-\frac{203}{29768}a^{7}+\frac{1539}{14884}a^{5}+\frac{424}{3721}a^{3}+\frac{534}{3721}a$, $\frac{1}{20\!\cdots\!16}a^{30}+\frac{24\!\cdots\!85}{50\!\cdots\!04}a^{28}-\frac{21\!\cdots\!23}{12\!\cdots\!76}a^{26}+\frac{14\!\cdots\!31}{12\!\cdots\!56}a^{24}+\frac{26\!\cdots\!65}{12\!\cdots\!76}a^{22}-\frac{75\!\cdots\!47}{15\!\cdots\!72}a^{20}+\frac{82\!\cdots\!27}{31\!\cdots\!44}a^{18}+\frac{21\!\cdots\!27}{15\!\cdots\!72}a^{16}+\frac{51\!\cdots\!17}{78\!\cdots\!36}a^{14}+\frac{68\!\cdots\!27}{39\!\cdots\!68}a^{12}-\frac{11\!\cdots\!09}{19\!\cdots\!84}a^{10}-\frac{12\!\cdots\!35}{98\!\cdots\!92}a^{8}+\frac{10\!\cdots\!59}{49\!\cdots\!96}a^{6}+\frac{29\!\cdots\!03}{24\!\cdots\!48}a^{4}-\frac{75\!\cdots\!93}{61\!\cdots\!37}a^{2}-\frac{13\!\cdots\!99}{61\!\cdots\!37}$, $\frac{1}{20\!\cdots\!16}a^{31}+\frac{24\!\cdots\!85}{50\!\cdots\!04}a^{29}-\frac{21\!\cdots\!23}{12\!\cdots\!76}a^{27}+\frac{14\!\cdots\!31}{12\!\cdots\!56}a^{25}+\frac{26\!\cdots\!65}{12\!\cdots\!76}a^{23}-\frac{75\!\cdots\!47}{15\!\cdots\!72}a^{21}+\frac{82\!\cdots\!27}{31\!\cdots\!44}a^{19}+\frac{21\!\cdots\!27}{15\!\cdots\!72}a^{17}+\frac{51\!\cdots\!17}{78\!\cdots\!36}a^{15}+\frac{68\!\cdots\!27}{39\!\cdots\!68}a^{13}-\frac{11\!\cdots\!09}{19\!\cdots\!84}a^{11}-\frac{12\!\cdots\!35}{98\!\cdots\!92}a^{9}+\frac{10\!\cdots\!59}{49\!\cdots\!96}a^{7}+\frac{29\!\cdots\!03}{24\!\cdots\!48}a^{5}-\frac{75\!\cdots\!93}{61\!\cdots\!37}a^{3}-\frac{13\!\cdots\!99}{61\!\cdots\!37}a$ Copy content Toggle raw display

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

Monogenic:  Not computed
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:  $31$
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^32 - 194*x^30 + 15908*x^28 - 724784*x^26 + 20303264*x^24 - 365958496*x^22 + 4325759232*x^20 - 33633640320*x^18 + 170321943040*x^16 - 547571276288*x^14 + 1064307168256*x^12 - 1149333823488*x^10 + 609862000640*x^8 - 153945686016*x^6 + 17972805632*x^4 - 820051968*x^2 + 6356992)
 
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^32 - 194*x^30 + 15908*x^28 - 724784*x^26 + 20303264*x^24 - 365958496*x^22 + 4325759232*x^20 - 33633640320*x^18 + 170321943040*x^16 - 547571276288*x^14 + 1064307168256*x^12 - 1149333823488*x^10 + 609862000640*x^8 - 153945686016*x^6 + 17972805632*x^4 - 820051968*x^2 + 6356992, 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^32 - 194*x^30 + 15908*x^28 - 724784*x^26 + 20303264*x^24 - 365958496*x^22 + 4325759232*x^20 - 33633640320*x^18 + 170321943040*x^16 - 547571276288*x^14 + 1064307168256*x^12 - 1149333823488*x^10 + 609862000640*x^8 - 153945686016*x^6 + 17972805632*x^4 - 820051968*x^2 + 6356992);
 
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^32 - 194*x^30 + 15908*x^28 - 724784*x^26 + 20303264*x^24 - 365958496*x^22 + 4325759232*x^20 - 33633640320*x^18 + 170321943040*x^16 - 547571276288*x^14 + 1064307168256*x^12 - 1149333823488*x^10 + 609862000640*x^8 - 153945686016*x^6 + 17972805632*x^4 - 820051968*x^2 + 6356992);
 
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_{32}$ (as 32T33):

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 32
The 32 conjugacy class representatives for $C_{32}$
Character table for $C_{32}$

Intermediate fields

\(\Q(\sqrt{97}) \), 4.4.912673.1, 8.8.80798284478113.1, 16.16.633251189136789386043275954593.1

Fields in the database are given up to isomorphism. Isomorphic intermediate fields are shown with their multiplicities.

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 R $16^{2}$ $32$ $32$ $16^{2}$ $32$ $32$ $32$ $32$ $32$ $16^{2}$ $32$ $32$ ${\href{/padicField/43.8.0.1}{8} }^{4}$ ${\href{/padicField/47.8.0.1}{8} }^{4}$ $16^{2}$ $32$

In the table, R denotes a ramified prime. 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
\(2\) Copy content Toggle raw display Deg $16$$2$$8$$24$
Deg $16$$2$$8$$24$
\(97\) Copy content Toggle raw display Deg $32$$32$$1$$31$