sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(2622, base_ring=CyclotomicField(198))
M = H._module
chi = DirichletCharacter(H, M([0,22,162]))
gp:[g,chi] = znchar(Mod(1087, 2622))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("2622.1087");
| Modulus: | \(2622\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(437\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(99\) |
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: | no, induced from \(\chi_{437}(213,\cdot)\) |
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_{2622}(25,\cdot)\)
\(\chi_{2622}(55,\cdot)\)
\(\chi_{2622}(73,\cdot)\)
\(\chi_{2622}(85,\cdot)\)
\(\chi_{2622}(169,\cdot)\)
\(\chi_{2622}(187,\cdot)\)
\(\chi_{2622}(271,\cdot)\)
\(\chi_{2622}(289,\cdot)\)
\(\chi_{2622}(301,\cdot)\)
\(\chi_{2622}(397,\cdot)\)
\(\chi_{2622}(403,\cdot)\)
\(\chi_{2622}(427,\cdot)\)
\(\chi_{2622}(499,\cdot)\)
\(\chi_{2622}(541,\cdot)\)
\(\chi_{2622}(625,\cdot)\)
\(\chi_{2622}(739,\cdot)\)
\(\chi_{2622}(745,\cdot)\)
\(\chi_{2622}(823,\cdot)\)
\(\chi_{2622}(841,\cdot)\)
\(\chi_{2622}(853,\cdot)\)
\(\chi_{2622}(859,\cdot)\)
\(\chi_{2622}(883,\cdot)\)
\(\chi_{2622}(955,\cdot)\)
\(\chi_{2622}(997,\cdot)\)
\(\chi_{2622}(1051,\cdot)\)
\(\chi_{2622}(1087,\cdot)\)
\(\chi_{2622}(1099,\cdot)\)
\(\chi_{2622}(1225,\cdot)\)
\(\chi_{2622}(1297,\cdot)\)
\(\chi_{2622}(1315,\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 };
\((875,553,2167)\) → \((1,e\left(\frac{1}{9}\right),e\left(\frac{9}{11}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(5\) | \(7\) | \(11\) | \(13\) | \(17\) | \(25\) | \(29\) | \(31\) | \(35\) | \(37\) |
| \( \chi_{ 2622 }(1087, a) \) |
\(1\) | \(1\) | \(e\left(\frac{59}{99}\right)\) | \(e\left(\frac{7}{33}\right)\) | \(e\left(\frac{23}{33}\right)\) | \(e\left(\frac{1}{99}\right)\) | \(e\left(\frac{83}{99}\right)\) | \(e\left(\frac{19}{99}\right)\) | \(e\left(\frac{61}{99}\right)\) | \(e\left(\frac{19}{33}\right)\) | \(e\left(\frac{80}{99}\right)\) | \(e\left(\frac{2}{11}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)