sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(836352, base_ring=CyclotomicField(396))
M = H._module
chi = DirichletCharacter(H, M([0,297,154,54]))
gp:[g,chi] = znchar(Mod(126785, 836352))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("836352.126785");
| Modulus: | \(836352\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(52272\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(396\) |
sage:chi.multiplicative_order()
gp:charorder(g,chi)
magma:Order(chi);
|
| Real: | no |
sage:chi.multiplicative_order() <= 2
gp:charorder(g,chi) <= 2
magma:Order(chi) le 2;
|
| Primitive: | no, induced from \(\chi_{52272}(35309,\cdot)\) |
sage:chi.is_primitive()
gp:#znconreyconductor(g,chi)==1
magma:IsPrimitive(chi);
|
| Minimal: | yes |
| Parity: | even |
sage:chi.is_odd()
gp:zncharisodd(g,chi)
magma:IsOdd(chi);
|
\(\chi_{836352}(65,\cdot)\)
\(\chi_{836352}(4289,\cdot)\)
\(\chi_{836352}(12737,\cdot)\)
\(\chi_{836352}(16961,\cdot)\)
\(\chi_{836352}(29633,\cdot)\)
\(\chi_{836352}(38081,\cdot)\)
\(\chi_{836352}(42305,\cdot)\)
\(\chi_{836352}(50753,\cdot)\)
\(\chi_{836352}(54977,\cdot)\)
\(\chi_{836352}(63425,\cdot)\)
\(\chi_{836352}(67649,\cdot)\)
\(\chi_{836352}(76097,\cdot)\)
\(\chi_{836352}(80321,\cdot)\)
\(\chi_{836352}(88769,\cdot)\)
\(\chi_{836352}(92993,\cdot)\)
\(\chi_{836352}(101441,\cdot)\)
\(\chi_{836352}(105665,\cdot)\)
\(\chi_{836352}(114113,\cdot)\)
\(\chi_{836352}(126785,\cdot)\)
\(\chi_{836352}(131009,\cdot)\)
\(\chi_{836352}(139457,\cdot)\)
\(\chi_{836352}(143681,\cdot)\)
\(\chi_{836352}(152129,\cdot)\)
\(\chi_{836352}(156353,\cdot)\)
\(\chi_{836352}(169025,\cdot)\)
\(\chi_{836352}(177473,\cdot)\)
\(\chi_{836352}(181697,\cdot)\)
\(\chi_{836352}(190145,\cdot)\)
\(\chi_{836352}(194369,\cdot)\)
\(\chi_{836352}(202817,\cdot)\)
...
sage:chi.galois_orbit()
gp:order = charorder(g,chi)
[ charpow(g,chi, k % order) | k <-[1..order-1], gcd(k,order)==1 ]
magma:order := Order(chi);
{ chi^k : k in [1..order-1] | GCD(k,order) eq 1 };
| Field of values: |
$\Q(\zeta_{396})$ |
sage:CyclotomicField(chi.multiplicative_order())
gp:nfinit(polcyclo(charorder(g,chi)))
magma:CyclotomicField(Order(chi));
|
| Fixed field: |
Number field defined by a degree 396 polynomial (not computed) |
sage:chi.fixed_field()
|
\((137215,561925,123905,781057)\) → \((1,-i,e\left(\frac{7}{18}\right),e\left(\frac{3}{22}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(5\) | \(7\) | \(13\) | \(17\) | \(19\) | \(23\) | \(25\) | \(29\) | \(31\) | \(35\) |
| \( \chi_{ 836352 }(126785, a) \) |
\(1\) | \(1\) | \(e\left(\frac{311}{396}\right)\) | \(e\left(\frac{67}{99}\right)\) | \(e\left(\frac{53}{396}\right)\) | \(e\left(\frac{17}{33}\right)\) | \(e\left(\frac{31}{132}\right)\) | \(e\left(\frac{32}{99}\right)\) | \(e\left(\frac{113}{198}\right)\) | \(e\left(\frac{379}{396}\right)\) | \(e\left(\frac{50}{99}\right)\) | \(e\left(\frac{61}{132}\right)\) |
sage:chi(x) # x integer
gp:chareval(g,chi,x) \\ x integer, value in Q/Z
magma:chi(x)