sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(5887, base_ring=CyclotomicField(2436))
M = H._module
chi = DirichletCharacter(H, M([2030,1599]))
gp:[g,chi] = znchar(Mod(1104, 5887))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("5887.1104");
| Modulus: | \(5887\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(5887\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(2436\) |
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_{5887}(3,\cdot)\)
\(\chi_{5887}(10,\cdot)\)
\(\chi_{5887}(19,\cdot)\)
\(\chi_{5887}(26,\cdot)\)
\(\chi_{5887}(31,\cdot)\)
\(\chi_{5887}(40,\cdot)\)
\(\chi_{5887}(47,\cdot)\)
\(\chi_{5887}(61,\cdot)\)
\(\chi_{5887}(66,\cdot)\)
\(\chi_{5887}(68,\cdot)\)
\(\chi_{5887}(73,\cdot)\)
\(\chi_{5887}(89,\cdot)\)
\(\chi_{5887}(101,\cdot)\)
\(\chi_{5887}(108,\cdot)\)
\(\chi_{5887}(124,\cdot)\)
\(\chi_{5887}(131,\cdot)\)
\(\chi_{5887}(143,\cdot)\)
\(\chi_{5887}(159,\cdot)\)
\(\chi_{5887}(164,\cdot)\)
\(\chi_{5887}(166,\cdot)\)
\(\chi_{5887}(171,\cdot)\)
\(\chi_{5887}(185,\cdot)\)
\(\chi_{5887}(192,\cdot)\)
\(\chi_{5887}(201,\cdot)\)
\(\chi_{5887}(206,\cdot)\)
\(\chi_{5887}(213,\cdot)\)
\(\chi_{5887}(222,\cdot)\)
\(\chi_{5887}(229,\cdot)\)
\(\chi_{5887}(234,\cdot)\)
\(\chi_{5887}(243,\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 };
\((1683,5048)\) → \((e\left(\frac{5}{6}\right),e\left(\frac{533}{812}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(8\) | \(9\) | \(10\) | \(11\) | \(12\) |
| \( \chi_{ 5887 }(1104, a) \) |
\(1\) | \(1\) | \(e\left(\frac{787}{2436}\right)\) | \(e\left(\frac{785}{2436}\right)\) | \(e\left(\frac{787}{1218}\right)\) | \(e\left(\frac{244}{609}\right)\) | \(e\left(\frac{131}{203}\right)\) | \(e\left(\frac{787}{812}\right)\) | \(e\left(\frac{785}{1218}\right)\) | \(e\left(\frac{1763}{2436}\right)\) | \(e\left(\frac{1223}{2436}\right)\) | \(e\left(\frac{337}{348}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)