sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(51200, base_ring=CyclotomicField(2560))
M = H._module
chi = DirichletCharacter(H, M([1280,2415,896]))
gp:[g,chi] = znchar(Mod(6403, 51200))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("51200.6403");
| Modulus: | \(51200\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(51200\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(2560\) |
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: | yes |
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_{51200}(3,\cdot)\)
\(\chi_{51200}(27,\cdot)\)
\(\chi_{51200}(83,\cdot)\)
\(\chi_{51200}(163,\cdot)\)
\(\chi_{51200}(187,\cdot)\)
\(\chi_{51200}(267,\cdot)\)
\(\chi_{51200}(323,\cdot)\)
\(\chi_{51200}(347,\cdot)\)
\(\chi_{51200}(403,\cdot)\)
\(\chi_{51200}(427,\cdot)\)
\(\chi_{51200}(483,\cdot)\)
\(\chi_{51200}(563,\cdot)\)
\(\chi_{51200}(587,\cdot)\)
\(\chi_{51200}(667,\cdot)\)
\(\chi_{51200}(723,\cdot)\)
\(\chi_{51200}(747,\cdot)\)
\(\chi_{51200}(803,\cdot)\)
\(\chi_{51200}(827,\cdot)\)
\(\chi_{51200}(883,\cdot)\)
\(\chi_{51200}(963,\cdot)\)
\(\chi_{51200}(987,\cdot)\)
\(\chi_{51200}(1067,\cdot)\)
\(\chi_{51200}(1123,\cdot)\)
\(\chi_{51200}(1147,\cdot)\)
\(\chi_{51200}(1203,\cdot)\)
\(\chi_{51200}(1227,\cdot)\)
\(\chi_{51200}(1283,\cdot)\)
\(\chi_{51200}(1363,\cdot)\)
\(\chi_{51200}(1387,\cdot)\)
\(\chi_{51200}(1467,\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 };
\((49151,4101,24577)\) → \((-1,e\left(\frac{483}{512}\right),e\left(\frac{7}{20}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(7\) | \(9\) | \(11\) | \(13\) | \(17\) | \(19\) | \(21\) | \(23\) | \(27\) |
| \( \chi_{ 51200 }(6403, a) \) |
\(1\) | \(1\) | \(e\left(\frac{1837}{2560}\right)\) | \(e\left(\frac{207}{256}\right)\) | \(e\left(\frac{557}{1280}\right)\) | \(e\left(\frac{91}{2560}\right)\) | \(e\left(\frac{1569}{2560}\right)\) | \(e\left(\frac{137}{640}\right)\) | \(e\left(\frac{1913}{2560}\right)\) | \(e\left(\frac{1347}{2560}\right)\) | \(e\left(\frac{393}{1280}\right)\) | \(e\left(\frac{391}{2560}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)