sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(2620, base_ring=CyclotomicField(130))
M = H._module
chi = DirichletCharacter(H, M([65,65,83]))
gp:[g,chi] = znchar(Mod(1559, 2620))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("2620.1559");
| Modulus: | \(2620\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(2620\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(130\) |
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_{2620}(119,\cdot)\)
\(\chi_{2620}(139,\cdot)\)
\(\chi_{2620}(219,\cdot)\)
\(\chi_{2620}(259,\cdot)\)
\(\chi_{2620}(279,\cdot)\)
\(\chi_{2620}(299,\cdot)\)
\(\chi_{2620}(319,\cdot)\)
\(\chi_{2620}(359,\cdot)\)
\(\chi_{2620}(399,\cdot)\)
\(\chi_{2620}(419,\cdot)\)
\(\chi_{2620}(459,\cdot)\)
\(\chi_{2620}(499,\cdot)\)
\(\chi_{2620}(519,\cdot)\)
\(\chi_{2620}(619,\cdot)\)
\(\chi_{2620}(639,\cdot)\)
\(\chi_{2620}(759,\cdot)\)
\(\chi_{2620}(779,\cdot)\)
\(\chi_{2620}(879,\cdot)\)
\(\chi_{2620}(919,\cdot)\)
\(\chi_{2620}(939,\cdot)\)
\(\chi_{2620}(999,\cdot)\)
\(\chi_{2620}(1039,\cdot)\)
\(\chi_{2620}(1079,\cdot)\)
\(\chi_{2620}(1159,\cdot)\)
\(\chi_{2620}(1219,\cdot)\)
\(\chi_{2620}(1299,\cdot)\)
\(\chi_{2620}(1339,\cdot)\)
\(\chi_{2620}(1539,\cdot)\)
\(\chi_{2620}(1559,\cdot)\)
\(\chi_{2620}(1639,\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 };
\((1311,2097,1181)\) → \((-1,-1,e\left(\frac{83}{130}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(7\) | \(9\) | \(11\) | \(13\) | \(17\) | \(19\) | \(21\) | \(23\) | \(27\) |
| \( \chi_{ 2620 }(1559, a) \) |
\(1\) | \(1\) | \(e\left(\frac{63}{65}\right)\) | \(e\left(\frac{19}{65}\right)\) | \(e\left(\frac{61}{65}\right)\) | \(e\left(\frac{33}{130}\right)\) | \(e\left(\frac{129}{130}\right)\) | \(e\left(\frac{62}{65}\right)\) | \(e\left(\frac{11}{13}\right)\) | \(e\left(\frac{17}{65}\right)\) | \(e\left(\frac{89}{130}\right)\) | \(e\left(\frac{59}{65}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)