sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(1580, base_ring=CyclotomicField(156))
M = H._module
chi = DirichletCharacter(H, M([78,39,92]))
gp:[g,chi] = znchar(Mod(1447, 1580))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("1580.1447");
| Modulus: | \(1580\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(1580\) |
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_{1580}(83,\cdot)\)
\(\chi_{1580}(123,\cdot)\)
\(\chi_{1580}(163,\cdot)\)
\(\chi_{1580}(167,\cdot)\)
\(\chi_{1580}(183,\cdot)\)
\(\chi_{1580}(203,\cdot)\)
\(\chi_{1580}(207,\cdot)\)
\(\chi_{1580}(263,\cdot)\)
\(\chi_{1580}(287,\cdot)\)
\(\chi_{1580}(327,\cdot)\)
\(\chi_{1580}(347,\cdot)\)
\(\chi_{1580}(367,\cdot)\)
\(\chi_{1580}(427,\cdot)\)
\(\chi_{1580}(467,\cdot)\)
\(\chi_{1580}(483,\cdot)\)
\(\chi_{1580}(487,\cdot)\)
\(\chi_{1580}(523,\cdot)\)
\(\chi_{1580}(547,\cdot)\)
\(\chi_{1580}(603,\cdot)\)
\(\chi_{1580}(643,\cdot)\)
\(\chi_{1580}(663,\cdot)\)
\(\chi_{1580}(683,\cdot)\)
\(\chi_{1580}(727,\cdot)\)
\(\chi_{1580}(743,\cdot)\)
\(\chi_{1580}(747,\cdot)\)
\(\chi_{1580}(783,\cdot)\)
\(\chi_{1580}(787,\cdot)\)
\(\chi_{1580}(803,\cdot)\)
\(\chi_{1580}(863,\cdot)\)
\(\chi_{1580}(967,\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 };
\((791,317,161)\) → \((-1,i,e\left(\frac{23}{39}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(7\) | \(9\) | \(11\) | \(13\) | \(17\) | \(19\) | \(21\) | \(23\) | \(27\) |
| \( \chi_{ 1580 }(1447, a) \) |
\(1\) | \(1\) | \(e\left(\frac{131}{156}\right)\) | \(e\left(\frac{1}{156}\right)\) | \(e\left(\frac{53}{78}\right)\) | \(e\left(\frac{47}{78}\right)\) | \(e\left(\frac{125}{156}\right)\) | \(e\left(\frac{33}{52}\right)\) | \(e\left(\frac{34}{39}\right)\) | \(e\left(\frac{11}{13}\right)\) | \(e\left(\frac{7}{12}\right)\) | \(e\left(\frac{27}{52}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)