sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(416000, base_ring=CyclotomicField(400))
M = H._module
chi = DirichletCharacter(H, M([200,325,328,0]))
gp:[g,chi] = znchar(Mod(79, 416000))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("416000.79");
| Modulus: | \(416000\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(8000\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(400\) |
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_{8000}(1579,\cdot)\) |
sage:chi.is_primitive()
gp:#znconreyconductor(g,chi)==1
magma:IsPrimitive(chi);
|
| Minimal: | no |
| Parity: | odd |
sage:chi.is_odd()
gp:zncharisodd(g,chi)
magma:IsOdd(chi);
|
\(\chi_{416000}(79,\cdot)\)
\(\chi_{416000}(2159,\cdot)\)
\(\chi_{416000}(4239,\cdot)\)
\(\chi_{416000}(6319,\cdot)\)
\(\chi_{416000}(10479,\cdot)\)
\(\chi_{416000}(12559,\cdot)\)
\(\chi_{416000}(14639,\cdot)\)
\(\chi_{416000}(16719,\cdot)\)
\(\chi_{416000}(20879,\cdot)\)
\(\chi_{416000}(22959,\cdot)\)
\(\chi_{416000}(25039,\cdot)\)
\(\chi_{416000}(27119,\cdot)\)
\(\chi_{416000}(31279,\cdot)\)
\(\chi_{416000}(33359,\cdot)\)
\(\chi_{416000}(35439,\cdot)\)
\(\chi_{416000}(37519,\cdot)\)
\(\chi_{416000}(41679,\cdot)\)
\(\chi_{416000}(43759,\cdot)\)
\(\chi_{416000}(45839,\cdot)\)
\(\chi_{416000}(47919,\cdot)\)
\(\chi_{416000}(52079,\cdot)\)
\(\chi_{416000}(54159,\cdot)\)
\(\chi_{416000}(56239,\cdot)\)
\(\chi_{416000}(58319,\cdot)\)
\(\chi_{416000}(62479,\cdot)\)
\(\chi_{416000}(64559,\cdot)\)
\(\chi_{416000}(66639,\cdot)\)
\(\chi_{416000}(68719,\cdot)\)
\(\chi_{416000}(72879,\cdot)\)
\(\chi_{416000}(74959,\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_{400})$ |
sage:CyclotomicField(chi.multiplicative_order())
gp:nfinit(polcyclo(charorder(g,chi)))
magma:CyclotomicField(Order(chi));
|
| Fixed field: |
Number field defined by a degree 400 polynomial (not computed) |
sage:chi.fixed_field()
|
\((74751,266501,389377,64001)\) → \((-1,e\left(\frac{13}{16}\right),e\left(\frac{41}{50}\right),1)\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(7\) | \(9\) | \(11\) | \(17\) | \(19\) | \(21\) | \(23\) | \(27\) | \(29\) |
| \( \chi_{ 416000 }(79, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{271}{400}\right)\) | \(e\left(\frac{13}{40}\right)\) | \(e\left(\frac{71}{200}\right)\) | \(e\left(\frac{353}{400}\right)\) | \(e\left(\frac{61}{100}\right)\) | \(e\left(\frac{379}{400}\right)\) | \(e\left(\frac{1}{400}\right)\) | \(e\left(\frac{59}{200}\right)\) | \(e\left(\frac{13}{400}\right)\) | \(e\left(\frac{311}{400}\right)\) |
sage:chi(x) # x integer
gp:chareval(g,chi,x) \\ x integer, value in Q/Z
magma:chi(x)