sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(2061, base_ring=CyclotomicField(114))
M = H._module
chi = DirichletCharacter(H, M([0,68]))
gp:[g,chi] = znchar(Mod(217, 2061))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("2061.217");
| Modulus: | \(2061\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(229\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(57\) |
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: | no, induced from \(\chi_{229}(217,\cdot)\) |
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_{2061}(19,\cdot)\)
\(\chi_{2061}(37,\cdot)\)
\(\chi_{2061}(55,\cdot)\)
\(\chi_{2061}(82,\cdot)\)
\(\chi_{2061}(91,\cdot)\)
\(\chi_{2061}(217,\cdot)\)
\(\chi_{2061}(280,\cdot)\)
\(\chi_{2061}(361,\cdot)\)
\(\chi_{2061}(388,\cdot)\)
\(\chi_{2061}(478,\cdot)\)
\(\chi_{2061}(541,\cdot)\)
\(\chi_{2061}(631,\cdot)\)
\(\chi_{2061}(712,\cdot)\)
\(\chi_{2061}(838,\cdot)\)
\(\chi_{2061}(883,\cdot)\)
\(\chi_{2061}(919,\cdot)\)
\(\chi_{2061}(964,\cdot)\)
\(\chi_{2061}(991,\cdot)\)
\(\chi_{2061}(1027,\cdot)\)
\(\chi_{2061}(1045,\cdot)\)
\(\chi_{2061}(1099,\cdot)\)
\(\chi_{2061}(1369,\cdot)\)
\(\chi_{2061}(1504,\cdot)\)
\(\chi_{2061}(1558,\cdot)\)
\(\chi_{2061}(1567,\cdot)\)
\(\chi_{2061}(1612,\cdot)\)
\(\chi_{2061}(1684,\cdot)\)
\(\chi_{2061}(1729,\cdot)\)
\(\chi_{2061}(1747,\cdot)\)
\(\chi_{2061}(1756,\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 };
\((1604,235)\) → \((1,e\left(\frac{34}{57}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(4\) | \(5\) | \(7\) | \(8\) | \(10\) | \(11\) | \(13\) | \(14\) | \(16\) |
| \( \chi_{ 2061 }(217, a) \) |
\(1\) | \(1\) | \(e\left(\frac{10}{19}\right)\) | \(e\left(\frac{1}{19}\right)\) | \(e\left(\frac{26}{57}\right)\) | \(e\left(\frac{47}{57}\right)\) | \(e\left(\frac{11}{19}\right)\) | \(e\left(\frac{56}{57}\right)\) | \(e\left(\frac{12}{19}\right)\) | \(e\left(\frac{15}{19}\right)\) | \(e\left(\frac{20}{57}\right)\) | \(e\left(\frac{2}{19}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)