sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(2488, base_ring=CyclotomicField(310))
M = H._module
chi = DirichletCharacter(H, M([155,155,121]))
gp:[g,chi] = znchar(Mod(1179, 2488))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("2488.1179");
| Modulus: | \(2488\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(2488\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(310\) |
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_{2488}(19,\cdot)\)
\(\chi_{2488}(43,\cdot)\)
\(\chi_{2488}(59,\cdot)\)
\(\chi_{2488}(99,\cdot)\)
\(\chi_{2488}(115,\cdot)\)
\(\chi_{2488}(123,\cdot)\)
\(\chi_{2488}(131,\cdot)\)
\(\chi_{2488}(155,\cdot)\)
\(\chi_{2488}(203,\cdot)\)
\(\chi_{2488}(211,\cdot)\)
\(\chi_{2488}(227,\cdot)\)
\(\chi_{2488}(251,\cdot)\)
\(\chi_{2488}(283,\cdot)\)
\(\chi_{2488}(299,\cdot)\)
\(\chi_{2488}(307,\cdot)\)
\(\chi_{2488}(355,\cdot)\)
\(\chi_{2488}(387,\cdot)\)
\(\chi_{2488}(403,\cdot)\)
\(\chi_{2488}(435,\cdot)\)
\(\chi_{2488}(443,\cdot)\)
\(\chi_{2488}(459,\cdot)\)
\(\chi_{2488}(475,\cdot)\)
\(\chi_{2488}(483,\cdot)\)
\(\chi_{2488}(515,\cdot)\)
\(\chi_{2488}(547,\cdot)\)
\(\chi_{2488}(555,\cdot)\)
\(\chi_{2488}(587,\cdot)\)
\(\chi_{2488}(595,\cdot)\)
\(\chi_{2488}(619,\cdot)\)
\(\chi_{2488}(651,\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 };
\((623,1245,17)\) → \((-1,-1,e\left(\frac{121}{310}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(5\) | \(7\) | \(9\) | \(11\) | \(13\) | \(15\) | \(17\) | \(19\) | \(21\) |
| \( \chi_{ 2488 }(1179, a) \) |
\(1\) | \(1\) | \(e\left(\frac{2}{155}\right)\) | \(e\left(\frac{1}{310}\right)\) | \(e\left(\frac{9}{62}\right)\) | \(e\left(\frac{4}{155}\right)\) | \(e\left(\frac{43}{62}\right)\) | \(e\left(\frac{45}{62}\right)\) | \(e\left(\frac{1}{62}\right)\) | \(e\left(\frac{121}{310}\right)\) | \(e\left(\frac{247}{310}\right)\) | \(e\left(\frac{49}{310}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)