sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(107911, base_ring=CyclotomicField(51330))
M = H._module
chi = DirichletCharacter(H, M([27376,48960]))
gp:[g,chi] = znchar(Mod(400, 107911))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("107911.400");
| Modulus: | \(107911\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(107911\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(25665\) |
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_{107911}(7,\cdot)\)
\(\chi_{107911}(9,\cdot)\)
\(\chi_{107911}(19,\cdot)\)
\(\chi_{107911}(20,\cdot)\)
\(\chi_{107911}(28,\cdot)\)
\(\chi_{107911}(41,\cdot)\)
\(\chi_{107911}(45,\cdot)\)
\(\chi_{107911}(49,\cdot)\)
\(\chi_{107911}(51,\cdot)\)
\(\chi_{107911}(71,\cdot)\)
\(\chi_{107911}(76,\cdot)\)
\(\chi_{107911}(80,\cdot)\)
\(\chi_{107911}(81,\cdot)\)
\(\chi_{107911}(100,\cdot)\)
\(\chi_{107911}(107,\cdot)\)
\(\chi_{107911}(112,\cdot)\)
\(\chi_{107911}(121,\cdot)\)
\(\chi_{107911}(133,\cdot)\)
\(\chi_{107911}(134,\cdot)\)
\(\chi_{107911}(138,\cdot)\)
\(\chi_{107911}(143,\cdot)\)
\(\chi_{107911}(144,\cdot)\)
\(\chi_{107911}(164,\cdot)\)
\(\chi_{107911}(169,\cdot)\)
\(\chi_{107911}(175,\cdot)\)
\(\chi_{107911}(193,\cdot)\)
\(\chi_{107911}(196,\cdot)\)
\(\chi_{107911}(204,\cdot)\)
\(\chi_{107911}(205,\cdot)\)
\(\chi_{107911}(206,\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 };
\((48735,83546)\) → \((e\left(\frac{8}{15}\right),e\left(\frac{1632}{1711}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 107911 }(400, a) \) |
\(1\) | \(1\) | \(e\left(\frac{6449}{8555}\right)\) | \(e\left(\frac{20558}{25665}\right)\) | \(e\left(\frac{4343}{8555}\right)\) | \(e\left(\frac{2087}{5133}\right)\) | \(e\left(\frac{2848}{5133}\right)\) | \(e\left(\frac{884}{25665}\right)\) | \(e\left(\frac{2237}{8555}\right)\) | \(e\left(\frac{15451}{25665}\right)\) | \(e\left(\frac{4117}{25665}\right)\) | \(e\left(\frac{18109}{25665}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)