sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(4181, base_ring=CyclotomicField(1008))
M = H._module
chi = DirichletCharacter(H, M([644,495]))
gp:[g,chi] = znchar(Mod(301, 4181))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("4181.301");
| Modulus: | \(4181\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(4181\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(1008\) |
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_{4181}(5,\cdot)\)
\(\chi_{4181}(19,\cdot)\)
\(\chi_{4181}(24,\cdot)\)
\(\chi_{4181}(54,\cdot)\)
\(\chi_{4181}(55,\cdot)\)
\(\chi_{4181}(59,\cdot)\)
\(\chi_{4181}(89,\cdot)\)
\(\chi_{4181}(92,\cdot)\)
\(\chi_{4181}(93,\cdot)\)
\(\chi_{4181}(133,\cdot)\)
\(\chi_{4181}(146,\cdot)\)
\(\chi_{4181}(167,\cdot)\)
\(\chi_{4181}(168,\cdot)\)
\(\chi_{4181}(180,\cdot)\)
\(\chi_{4181}(183,\cdot)\)
\(\chi_{4181}(203,\cdot)\)
\(\chi_{4181}(205,\cdot)\)
\(\chi_{4181}(207,\cdot)\)
\(\chi_{4181}(209,\cdot)\)
\(\chi_{4181}(264,\cdot)\)
\(\chi_{4181}(301,\cdot)\)
\(\chi_{4181}(316,\cdot)\)
\(\chi_{4181}(351,\cdot)\)
\(\chi_{4181}(385,\cdot)\)
\(\chi_{4181}(394,\cdot)\)
\(\chi_{4181}(405,\cdot)\)
\(\chi_{4181}(431,\cdot)\)
\(\chi_{4181}(442,\cdot)\)
\(\chi_{4181}(446,\cdot)\)
\(\chi_{4181}(457,\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 };
\((2148,4071)\) → \((e\left(\frac{23}{36}\right),e\left(\frac{55}{112}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 4181 }(301, a) \) |
\(1\) | \(1\) | \(e\left(\frac{67}{126}\right)\) | \(e\left(\frac{103}{1008}\right)\) | \(e\left(\frac{4}{63}\right)\) | \(e\left(\frac{457}{1008}\right)\) | \(e\left(\frac{71}{112}\right)\) | \(e\left(\frac{47}{126}\right)\) | \(e\left(\frac{25}{42}\right)\) | \(e\left(\frac{103}{504}\right)\) | \(e\left(\frac{331}{336}\right)\) | \(e\left(\frac{85}{168}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)