sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(53176, base_ring=CyclotomicField(2992))
M = H._module
chi = DirichletCharacter(H, M([0,1496,605,408]))
gp:[g,chi] = znchar(Mod(861, 53176))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("53176.861");
| Modulus: | \(53176\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(53176\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(2992\) |
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_{53176}(5,\cdot)\)
\(\chi_{53176}(37,\cdot)\)
\(\chi_{53176}(61,\cdot)\)
\(\chi_{53176}(109,\cdot)\)
\(\chi_{53176}(125,\cdot)\)
\(\chi_{53176}(181,\cdot)\)
\(\chi_{53176}(245,\cdot)\)
\(\chi_{53176}(309,\cdot)\)
\(\chi_{53176}(333,\cdot)\)
\(\chi_{53176}(405,\cdot)\)
\(\chi_{53176}(517,\cdot)\)
\(\chi_{53176}(549,\cdot)\)
\(\chi_{53176}(573,\cdot)\)
\(\chi_{53176}(589,\cdot)\)
\(\chi_{53176}(605,\cdot)\)
\(\chi_{53176}(677,\cdot)\)
\(\chi_{53176}(741,\cdot)\)
\(\chi_{53176}(789,\cdot)\)
\(\chi_{53176}(845,\cdot)\)
\(\chi_{53176}(861,\cdot)\)
\(\chi_{53176}(925,\cdot)\)
\(\chi_{53176}(941,\cdot)\)
\(\chi_{53176}(957,\cdot)\)
\(\chi_{53176}(981,\cdot)\)
\(\chi_{53176}(1077,\cdot)\)
\(\chi_{53176}(1125,\cdot)\)
\(\chi_{53176}(1213,\cdot)\)
\(\chi_{53176}(1229,\cdot)\)
\(\chi_{53176}(1253,\cdot)\)
\(\chi_{53176}(1261,\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 };
\((13295,26589,4049,18497)\) → \((1,-1,e\left(\frac{55}{272}\right),e\left(\frac{3}{22}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(5\) | \(7\) | \(9\) | \(11\) | \(13\) | \(15\) | \(19\) | \(21\) | \(25\) |
| \( \chi_{ 53176 }(861, a) \) |
\(1\) | \(1\) | \(e\left(\frac{2645}{2992}\right)\) | \(e\left(\frac{2817}{2992}\right)\) | \(e\left(\frac{2791}{2992}\right)\) | \(e\left(\frac{1149}{1496}\right)\) | \(e\left(\frac{1131}{2992}\right)\) | \(e\left(\frac{31}{748}\right)\) | \(e\left(\frac{1235}{1496}\right)\) | \(e\left(\frac{563}{1496}\right)\) | \(e\left(\frac{611}{748}\right)\) | \(e\left(\frac{1321}{1496}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)