sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(4183, base_ring=CyclotomicField(2024))
M = H._module
chi = DirichletCharacter(H, M([220,575]))
gp:[g,chi] = znchar(Mod(117, 4183))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("4183.117");
| Modulus: | \(4183\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(4183\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(2024\) |
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_{4183}(13,\cdot)\)
\(\chi_{4183}(15,\cdot)\)
\(\chi_{4183}(19,\cdot)\)
\(\chi_{4183}(23,\cdot)\)
\(\chi_{4183}(26,\cdot)\)
\(\chi_{4183}(29,\cdot)\)
\(\chi_{4183}(30,\cdot)\)
\(\chi_{4183}(31,\cdot)\)
\(\chi_{4183}(33,\cdot)\)
\(\chi_{4183}(35,\cdot)\)
\(\chi_{4183}(38,\cdot)\)
\(\chi_{4183}(41,\cdot)\)
\(\chi_{4183}(43,\cdot)\)
\(\chi_{4183}(58,\cdot)\)
\(\chi_{4183}(60,\cdot)\)
\(\chi_{4183}(62,\cdot)\)
\(\chi_{4183}(66,\cdot)\)
\(\chi_{4183}(70,\cdot)\)
\(\chi_{4183}(76,\cdot)\)
\(\chi_{4183}(82,\cdot)\)
\(\chi_{4183}(86,\cdot)\)
\(\chi_{4183}(92,\cdot)\)
\(\chi_{4183}(104,\cdot)\)
\(\chi_{4183}(113,\cdot)\)
\(\chi_{4183}(116,\cdot)\)
\(\chi_{4183}(117,\cdot)\)
\(\chi_{4183}(120,\cdot)\)
\(\chi_{4183}(124,\cdot)\)
\(\chi_{4183}(127,\cdot)\)
\(\chi_{4183}(132,\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 };
\((1603,3385)\) → \((e\left(\frac{5}{46}\right),e\left(\frac{25}{88}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 4183 }(117, a) \) |
\(1\) | \(1\) | \(e\left(\frac{127}{253}\right)\) | \(e\left(\frac{927}{2024}\right)\) | \(e\left(\frac{1}{253}\right)\) | \(e\left(\frac{1007}{1012}\right)\) | \(e\left(\frac{1943}{2024}\right)\) | \(e\left(\frac{991}{2024}\right)\) | \(e\left(\frac{128}{253}\right)\) | \(e\left(\frac{927}{1012}\right)\) | \(e\left(\frac{503}{1012}\right)\) | \(e\left(\frac{158}{253}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)