sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(8909, base_ring=CyclotomicField(4350))
M = H._module
chi = DirichletCharacter(H, M([2850,3596]))
gp:[g,chi] = znchar(Mod(196, 8909))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("8909.196");
| Modulus: | \(8909\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(8909\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(2175\) |
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_{8909}(5,\cdot)\)
\(\chi_{8909}(17,\cdot)\)
\(\chi_{8909}(21,\cdot)\)
\(\chi_{8909}(22,\cdot)\)
\(\chi_{8909}(25,\cdot)\)
\(\chi_{8909}(36,\cdot)\)
\(\chi_{8909}(45,\cdot)\)
\(\chi_{8909}(49,\cdot)\)
\(\chi_{8909}(62,\cdot)\)
\(\chi_{8909}(74,\cdot)\)
\(\chi_{8909}(80,\cdot)\)
\(\chi_{8909}(88,\cdot)\)
\(\chi_{8909}(95,\cdot)\)
\(\chi_{8909}(100,\cdot)\)
\(\chi_{8909}(116,\cdot)\)
\(\chi_{8909}(121,\cdot)\)
\(\chi_{8909}(137,\cdot)\)
\(\chi_{8909}(138,\cdot)\)
\(\chi_{8909}(139,\cdot)\)
\(\chi_{8909}(144,\cdot)\)
\(\chi_{8909}(145,\cdot)\)
\(\chi_{8909}(169,\cdot)\)
\(\chi_{8909}(182,\cdot)\)
\(\chi_{8909}(193,\cdot)\)
\(\chi_{8909}(194,\cdot)\)
\(\chi_{8909}(196,\cdot)\)
\(\chi_{8909}(198,\cdot)\)
\(\chi_{8909}(206,\cdot)\)
\(\chi_{8909}(213,\cdot)\)
\(\chi_{8909}(225,\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 };
\((5135,1063)\) → \((e\left(\frac{19}{29}\right),e\left(\frac{62}{75}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 8909 }(196, a) \) |
\(1\) | \(1\) | \(e\left(\frac{227}{435}\right)\) | \(e\left(\frac{521}{725}\right)\) | \(e\left(\frac{19}{435}\right)\) | \(e\left(\frac{1126}{2175}\right)\) | \(e\left(\frac{523}{2175}\right)\) | \(e\left(\frac{391}{2175}\right)\) | \(e\left(\frac{82}{145}\right)\) | \(e\left(\frac{317}{725}\right)\) | \(e\left(\frac{86}{2175}\right)\) | \(e\left(\frac{187}{2175}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)