sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(8027, base_ring=CyclotomicField(132))
M = H._module
chi = DirichletCharacter(H, M([102,77]))
gp:[g,chi] = znchar(Mod(1372, 8027))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("8027.1372");
| Modulus: | \(8027\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(8027\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(132\) |
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_{8027}(189,\cdot)\)
\(\chi_{8027}(373,\cdot)\)
\(\chi_{8027}(674,\cdot)\)
\(\chi_{8027}(858,\cdot)\)
\(\chi_{8027}(1023,\cdot)\)
\(\chi_{8027}(1207,\cdot)\)
\(\chi_{8027}(1236,\cdot)\)
\(\chi_{8027}(1372,\cdot)\)
\(\chi_{8027}(1420,\cdot)\)
\(\chi_{8027}(1556,\cdot)\)
\(\chi_{8027}(1585,\cdot)\)
\(\chi_{8027}(1721,\cdot)\)
\(\chi_{8027}(1769,\cdot)\)
\(\chi_{8027}(1905,\cdot)\)
\(\chi_{8027}(2632,\cdot)\)
\(\chi_{8027}(2816,\cdot)\)
\(\chi_{8027}(2981,\cdot)\)
\(\chi_{8027}(3165,\cdot)\)
\(\chi_{8027}(3815,\cdot)\)
\(\chi_{8027}(3999,\cdot)\)
\(\chi_{8027}(4377,\cdot)\)
\(\chi_{8027}(4513,\cdot)\)
\(\chi_{8027}(4561,\cdot)\)
\(\chi_{8027}(4697,\cdot)\)
\(\chi_{8027}(4726,\cdot)\)
\(\chi_{8027}(4910,\cdot)\)
\(\chi_{8027}(5075,\cdot)\)
\(\chi_{8027}(5259,\cdot)\)
\(\chi_{8027}(5424,\cdot)\)
\(\chi_{8027}(5560,\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 };
\((350,5935)\) → \((e\left(\frac{17}{22}\right),e\left(\frac{7}{12}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 8027 }(1372, a) \) |
\(1\) | \(1\) | \(e\left(\frac{17}{132}\right)\) | \(e\left(\frac{35}{66}\right)\) | \(e\left(\frac{17}{66}\right)\) | \(e\left(\frac{31}{33}\right)\) | \(e\left(\frac{29}{44}\right)\) | \(e\left(\frac{101}{132}\right)\) | \(e\left(\frac{17}{44}\right)\) | \(e\left(\frac{2}{33}\right)\) | \(e\left(\frac{3}{44}\right)\) | \(e\left(\frac{9}{44}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)