sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(100129, base_ring=CyclotomicField(33376))
M = H._module
chi = DirichletCharacter(H, M([13099]))
gp:[g,chi] = znchar(Mod(31, 100129))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("100129.31");
| Modulus: | \(100129\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(100129\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(33376\) |
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: | odd |
sage:chi.is_odd()
gp:zncharisodd(g,chi)
magma:IsOdd(chi);
|
\(\chi_{100129}(31,\cdot)\)
\(\chi_{100129}(33,\cdot)\)
\(\chi_{100129}(47,\cdot)\)
\(\chi_{100129}(57,\cdot)\)
\(\chi_{100129}(62,\cdot)\)
\(\chi_{100129}(66,\cdot)\)
\(\chi_{100129}(94,\cdot)\)
\(\chi_{100129}(114,\cdot)\)
\(\chi_{100129}(115,\cdot)\)
\(\chi_{100129}(132,\cdot)\)
\(\chi_{100129}(143,\cdot)\)
\(\chi_{100129}(145,\cdot)\)
\(\chi_{100129}(159,\cdot)\)
\(\chi_{100129}(193,\cdot)\)
\(\chi_{100129}(205,\cdot)\)
\(\chi_{100129}(207,\cdot)\)
\(\chi_{100129}(217,\cdot)\)
\(\chi_{100129}(227,\cdot)\)
\(\chi_{100129}(230,\cdot)\)
\(\chi_{100129}(231,\cdot)\)
\(\chi_{100129}(247,\cdot)\)
\(\chi_{100129}(248,\cdot)\)
\(\chi_{100129}(261,\cdot)\)
\(\chi_{100129}(264,\cdot)\)
\(\chi_{100129}(271,\cdot)\)
\(\chi_{100129}(275,\cdot)\)
\(\chi_{100129}(281,\cdot)\)
\(\chi_{100129}(286,\cdot)\)
\(\chi_{100129}(290,\cdot)\)
\(\chi_{100129}(303,\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 };
\(11\) → \(e\left(\frac{13099}{33376}\right)\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 100129 }(31, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{856}{1043}\right)\) | \(e\left(\frac{1817}{2384}\right)\) | \(e\left(\frac{669}{1043}\right)\) | \(e\left(\frac{7465}{8344}\right)\) | \(e\left(\frac{9727}{16688}\right)\) | \(e\left(\frac{1137}{1192}\right)\) | \(e\left(\frac{482}{1043}\right)\) | \(e\left(\frac{625}{1192}\right)\) | \(e\left(\frac{5969}{8344}\right)\) | \(e\left(\frac{13099}{33376}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)