sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(3140, base_ring=CyclotomicField(156))
M = H._module
chi = DirichletCharacter(H, M([78,78,103]))
gp:[g,chi] = znchar(Mod(1379, 3140))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("3140.1379");
| Modulus: | \(3140\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(3140\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(156\) |
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_{3140}(119,\cdot)\)
\(\chi_{3140}(139,\cdot)\)
\(\chi_{3140}(219,\cdot)\)
\(\chi_{3140}(259,\cdot)\)
\(\chi_{3140}(299,\cdot)\)
\(\chi_{3140}(319,\cdot)\)
\(\chi_{3140}(399,\cdot)\)
\(\chi_{3140}(559,\cdot)\)
\(\chi_{3140}(719,\cdot)\)
\(\chi_{3140}(759,\cdot)\)
\(\chi_{3140}(779,\cdot)\)
\(\chi_{3140}(819,\cdot)\)
\(\chi_{3140}(859,\cdot)\)
\(\chi_{3140}(879,\cdot)\)
\(\chi_{3140}(899,\cdot)\)
\(\chi_{3140}(1019,\cdot)\)
\(\chi_{3140}(1039,\cdot)\)
\(\chi_{3140}(1079,\cdot)\)
\(\chi_{3140}(1119,\cdot)\)
\(\chi_{3140}(1159,\cdot)\)
\(\chi_{3140}(1179,\cdot)\)
\(\chi_{3140}(1299,\cdot)\)
\(\chi_{3140}(1319,\cdot)\)
\(\chi_{3140}(1339,\cdot)\)
\(\chi_{3140}(1379,\cdot)\)
\(\chi_{3140}(1419,\cdot)\)
\(\chi_{3140}(1439,\cdot)\)
\(\chi_{3140}(1479,\cdot)\)
\(\chi_{3140}(1639,\cdot)\)
\(\chi_{3140}(1799,\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 };
\((1571,1257,1261)\) → \((-1,-1,e\left(\frac{103}{156}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(7\) | \(9\) | \(11\) | \(13\) | \(17\) | \(19\) | \(21\) | \(23\) | \(27\) |
| \( \chi_{ 3140 }(1379, a) \) |
\(1\) | \(1\) | \(e\left(\frac{11}{78}\right)\) | \(e\left(\frac{3}{52}\right)\) | \(e\left(\frac{11}{39}\right)\) | \(e\left(\frac{77}{78}\right)\) | \(e\left(\frac{2}{3}\right)\) | \(e\left(\frac{71}{78}\right)\) | \(e\left(\frac{29}{78}\right)\) | \(e\left(\frac{31}{156}\right)\) | \(e\left(\frac{7}{52}\right)\) | \(e\left(\frac{11}{26}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)