sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(8456, base_ring=CyclotomicField(150))
M = H._module
chi = DirichletCharacter(H, M([75,75,50,29]))
gp:[g,chi] = znchar(Mod(4867, 8456))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("8456.4867");
| Modulus: | \(8456\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(8456\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(150\) |
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_{8456}(163,\cdot)\)
\(\chi_{8456}(291,\cdot)\)
\(\chi_{8456}(443,\cdot)\)
\(\chi_{8456}(459,\cdot)\)
\(\chi_{8456}(555,\cdot)\)
\(\chi_{8456}(1187,\cdot)\)
\(\chi_{8456}(1411,\cdot)\)
\(\chi_{8456}(1619,\cdot)\)
\(\chi_{8456}(1675,\cdot)\)
\(\chi_{8456}(1787,\cdot)\)
\(\chi_{8456}(2067,\cdot)\)
\(\chi_{8456}(2083,\cdot)\)
\(\chi_{8456}(2795,\cdot)\)
\(\chi_{8456}(2811,\cdot)\)
\(\chi_{8456}(2923,\cdot)\)
\(\chi_{8456}(3035,\cdot)\)
\(\chi_{8456}(3411,\cdot)\)
\(\chi_{8456}(4211,\cdot)\)
\(\chi_{8456}(4435,\cdot)\)
\(\chi_{8456}(4475,\cdot)\)
\(\chi_{8456}(4827,\cdot)\)
\(\chi_{8456}(4867,\cdot)\)
\(\chi_{8456}(4883,\cdot)\)
\(\chi_{8456}(5091,\cdot)\)
\(\chi_{8456}(5147,\cdot)\)
\(\chi_{8456}(5315,\cdot)\)
\(\chi_{8456}(5443,\cdot)\)
\(\chi_{8456}(5499,\cdot)\)
\(\chi_{8456}(6003,\cdot)\)
\(\chi_{8456}(6155,\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 };
\((6343,4229,4833,8009)\) → \((-1,-1,e\left(\frac{1}{3}\right),e\left(\frac{29}{150}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(5\) | \(9\) | \(11\) | \(13\) | \(15\) | \(17\) | \(19\) | \(23\) | \(25\) |
| \( \chi_{ 8456 }(4867, a) \) |
\(1\) | \(1\) | \(e\left(\frac{149}{150}\right)\) | \(e\left(\frac{41}{50}\right)\) | \(e\left(\frac{74}{75}\right)\) | \(e\left(\frac{38}{75}\right)\) | \(e\left(\frac{32}{75}\right)\) | \(e\left(\frac{61}{75}\right)\) | \(e\left(\frac{41}{75}\right)\) | \(e\left(\frac{1}{15}\right)\) | \(e\left(\frac{2}{5}\right)\) | \(e\left(\frac{16}{25}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)