sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(4901, base_ring=CyclotomicField(364))
M = H._module
chi = DirichletCharacter(H, M([343,117]))
gp:[g,chi] = znchar(Mod(541, 4901))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("4901.541");
| Modulus: | \(4901\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(4901\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(364\) |
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_{4901}(18,\cdot)\)
\(\chi_{4901}(21,\cdot)\)
\(\chi_{4901}(44,\cdot)\)
\(\chi_{4901}(60,\cdot)\)
\(\chi_{4901}(164,\cdot)\)
\(\chi_{4901}(177,\cdot)\)
\(\chi_{4901}(200,\cdot)\)
\(\chi_{4901}(213,\cdot)\)
\(\chi_{4901}(317,\cdot)\)
\(\chi_{4901}(333,\cdot)\)
\(\chi_{4901}(356,\cdot)\)
\(\chi_{4901}(359,\cdot)\)
\(\chi_{4901}(395,\cdot)\)
\(\chi_{4901}(398,\cdot)\)
\(\chi_{4901}(421,\cdot)\)
\(\chi_{4901}(541,\cdot)\)
\(\chi_{4901}(554,\cdot)\)
\(\chi_{4901}(590,\cdot)\)
\(\chi_{4901}(694,\cdot)\)
\(\chi_{4901}(710,\cdot)\)
\(\chi_{4901}(733,\cdot)\)
\(\chi_{4901}(736,\cdot)\)
\(\chi_{4901}(772,\cdot)\)
\(\chi_{4901}(798,\cdot)\)
\(\chi_{4901}(814,\cdot)\)
\(\chi_{4901}(918,\cdot)\)
\(\chi_{4901}(931,\cdot)\)
\(\chi_{4901}(954,\cdot)\)
\(\chi_{4901}(967,\cdot)\)
\(\chi_{4901}(1071,\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 };
\((1016,3888)\) → \((e\left(\frac{49}{52}\right),e\left(\frac{9}{28}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 4901 }(541, a) \) |
\(1\) | \(1\) | \(e\left(\frac{24}{91}\right)\) | \(e\left(\frac{165}{364}\right)\) | \(e\left(\frac{48}{91}\right)\) | \(e\left(\frac{201}{364}\right)\) | \(e\left(\frac{261}{364}\right)\) | \(e\left(\frac{249}{364}\right)\) | \(e\left(\frac{72}{91}\right)\) | \(e\left(\frac{165}{182}\right)\) | \(e\left(\frac{297}{364}\right)\) | \(e\left(\frac{17}{182}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)