sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(83200, base_ring=CyclotomicField(480))
M = H._module
chi = DirichletCharacter(H, M([0,285,192,200]))
gp:[g,chi] = znchar(Mod(12681, 83200))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("83200.12681");
| Modulus: | \(83200\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(41600\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(480\) |
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_{41600}(24381,\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_{83200}(41,\cdot)\)
\(\chi_{83200}(761,\cdot)\)
\(\chi_{83200}(921,\cdot)\)
\(\chi_{83200}(2121,\cdot)\)
\(\chi_{83200}(2281,\cdot)\)
\(\chi_{83200}(2841,\cdot)\)
\(\chi_{83200}(4361,\cdot)\)
\(\chi_{83200}(4921,\cdot)\)
\(\chi_{83200}(5081,\cdot)\)
\(\chi_{83200}(6281,\cdot)\)
\(\chi_{83200}(6441,\cdot)\)
\(\chi_{83200}(7161,\cdot)\)
\(\chi_{83200}(8361,\cdot)\)
\(\chi_{83200}(8521,\cdot)\)
\(\chi_{83200}(9081,\cdot)\)
\(\chi_{83200}(9241,\cdot)\)
\(\chi_{83200}(10441,\cdot)\)
\(\chi_{83200}(11161,\cdot)\)
\(\chi_{83200}(11321,\cdot)\)
\(\chi_{83200}(12521,\cdot)\)
\(\chi_{83200}(12681,\cdot)\)
\(\chi_{83200}(13241,\cdot)\)
\(\chi_{83200}(14761,\cdot)\)
\(\chi_{83200}(15321,\cdot)\)
\(\chi_{83200}(15481,\cdot)\)
\(\chi_{83200}(16681,\cdot)\)
\(\chi_{83200}(16841,\cdot)\)
\(\chi_{83200}(17561,\cdot)\)
\(\chi_{83200}(18761,\cdot)\)
\(\chi_{83200}(18921,\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_{480})$ |
sage:CyclotomicField(chi.multiplicative_order())
gp:nfinit(polcyclo(charorder(g,chi)))
magma:CyclotomicField(Order(chi));
|
| Fixed field: |
Number field defined by a degree 480 polynomial (not computed) |
sage:chi.fixed_field()
|
\((74751,16901,56577,64001)\) → \((1,e\left(\frac{19}{32}\right),e\left(\frac{2}{5}\right),e\left(\frac{5}{12}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(7\) | \(9\) | \(11\) | \(17\) | \(19\) | \(21\) | \(23\) | \(27\) | \(29\) |
| \( \chi_{ 83200 }(12681, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{119}{480}\right)\) | \(e\left(\frac{25}{48}\right)\) | \(e\left(\frac{119}{240}\right)\) | \(e\left(\frac{377}{480}\right)\) | \(e\left(\frac{79}{120}\right)\) | \(e\left(\frac{451}{480}\right)\) | \(e\left(\frac{123}{160}\right)\) | \(e\left(\frac{211}{240}\right)\) | \(e\left(\frac{119}{160}\right)\) | \(e\left(\frac{239}{480}\right)\) |
sage:chi(x) # x integer
gp:chareval(g,chi,x) \\ x integer, value in Q/Z
magma:chi(x)