sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(7120, base_ring=CyclotomicField(88))
M = H._module
chi = DirichletCharacter(H, M([44,66,22,27]))
gp:[g,chi] = znchar(Mod(1587, 7120))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("7120.1587");
| Modulus: | \(7120\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(7120\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(88\) |
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: | odd |
sage:chi.is_odd()
gp:zncharisodd(g,chi)
magma:IsOdd(chi);
|
\(\chi_{7120}(43,\cdot)\)
\(\chi_{7120}(147,\cdot)\)
\(\chi_{7120}(363,\cdot)\)
\(\chi_{7120}(387,\cdot)\)
\(\chi_{7120}(547,\cdot)\)
\(\chi_{7120}(923,\cdot)\)
\(\chi_{7120}(1003,\cdot)\)
\(\chi_{7120}(1163,\cdot)\)
\(\chi_{7120}(1187,\cdot)\)
\(\chi_{7120}(1243,\cdot)\)
\(\chi_{7120}(1587,\cdot)\)
\(\chi_{7120}(1643,\cdot)\)
\(\chi_{7120}(1803,\cdot)\)
\(\chi_{7120}(1883,\cdot)\)
\(\chi_{7120}(1907,\cdot)\)
\(\chi_{7120}(1987,\cdot)\)
\(\chi_{7120}(2867,\cdot)\)
\(\chi_{7120}(2923,\cdot)\)
\(\chi_{7120}(3003,\cdot)\)
\(\chi_{7120}(3163,\cdot)\)
\(\chi_{7120}(3267,\cdot)\)
\(\chi_{7120}(3347,\cdot)\)
\(\chi_{7120}(3563,\cdot)\)
\(\chi_{7120}(3587,\cdot)\)
\(\chi_{7120}(3643,\cdot)\)
\(\chi_{7120}(3803,\cdot)\)
\(\chi_{7120}(3883,\cdot)\)
\(\chi_{7120}(4067,\cdot)\)
\(\chi_{7120}(4307,\cdot)\)
\(\chi_{7120}(4387,\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 };
\((2671,1781,5697,5521)\) → \((-1,-i,i,e\left(\frac{27}{88}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(7\) | \(9\) | \(11\) | \(13\) | \(17\) | \(19\) | \(21\) | \(23\) | \(27\) |
| \( \chi_{ 7120 }(1587, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{71}{88}\right)\) | \(e\left(\frac{9}{88}\right)\) | \(e\left(\frac{27}{44}\right)\) | \(e\left(\frac{1}{44}\right)\) | \(e\left(\frac{5}{88}\right)\) | \(e\left(\frac{1}{11}\right)\) | \(e\left(\frac{87}{88}\right)\) | \(e\left(\frac{10}{11}\right)\) | \(e\left(\frac{21}{88}\right)\) | \(e\left(\frac{37}{88}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)