sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(5767, base_ring=CyclotomicField(936))
M = H._module
chi = DirichletCharacter(H, M([169,756]))
gp:[g,chi] = znchar(Mod(410, 5767))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("5767.410");
| Modulus: | \(5767\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(5767\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(936\) |
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_{5767}(14,\cdot)\)
\(\chi_{5767}(15,\cdot)\)
\(\chi_{5767}(33,\cdot)\)
\(\chi_{5767}(58,\cdot)\)
\(\chi_{5767}(93,\cdot)\)
\(\chi_{5767}(106,\cdot)\)
\(\chi_{5767}(112,\cdot)\)
\(\chi_{5767}(120,\cdot)\)
\(\chi_{5767}(172,\cdot)\)
\(\chi_{5767}(175,\cdot)\)
\(\chi_{5767}(185,\cdot)\)
\(\chi_{5767}(191,\cdot)\)
\(\chi_{5767}(199,\cdot)\)
\(\chi_{5767}(252,\cdot)\)
\(\chi_{5767}(264,\cdot)\)
\(\chi_{5767}(278,\cdot)\)
\(\chi_{5767}(306,\cdot)\)
\(\chi_{5767}(331,\cdot)\)
\(\chi_{5767}(385,\cdot)\)
\(\chi_{5767}(407,\cdot)\)
\(\chi_{5767}(409,\cdot)\)
\(\chi_{5767}(410,\cdot)\)
\(\chi_{5767}(412,\cdot)\)
\(\chi_{5767}(452,\cdot)\)
\(\chi_{5767}(453,\cdot)\)
\(\chi_{5767}(464,\cdot)\)
\(\chi_{5767}(466,\cdot)\)
\(\chi_{5767}(491,\cdot)\)
\(\chi_{5767}(531,\cdot)\)
\(\chi_{5767}(545,\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 };
\((1976,1899)\) → \((e\left(\frac{13}{72}\right),e\left(\frac{21}{26}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 5767 }(410, a) \) |
\(1\) | \(1\) | \(e\left(\frac{79}{117}\right)\) | \(e\left(\frac{139}{156}\right)\) | \(e\left(\frac{41}{117}\right)\) | \(e\left(\frac{241}{936}\right)\) | \(e\left(\frac{265}{468}\right)\) | \(e\left(\frac{239}{312}\right)\) | \(e\left(\frac{1}{39}\right)\) | \(e\left(\frac{61}{78}\right)\) | \(e\left(\frac{97}{104}\right)\) | \(e\left(\frac{799}{936}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)