sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(15575, base_ring=CyclotomicField(88))
M = H._module
chi = DirichletCharacter(H, M([66,44,71]))
gp:[g,chi] = znchar(Mod(11318, 15575))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("15575.11318");
| Modulus: | \(15575\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(3115\) |
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: | no, induced from \(\chi_{3115}(1973,\cdot)\) |
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_{15575}(118,\cdot)\)
\(\chi_{15575}(132,\cdot)\)
\(\chi_{15575}(293,\cdot)\)
\(\chi_{15575}(1007,\cdot)\)
\(\chi_{15575}(2232,\cdot)\)
\(\chi_{15575}(2568,\cdot)\)
\(\chi_{15575}(2918,\cdot)\)
\(\chi_{15575}(3457,\cdot)\)
\(\chi_{15575}(3618,\cdot)\)
\(\chi_{15575}(3982,\cdot)\)
\(\chi_{15575}(5032,\cdot)\)
\(\chi_{15575}(5193,\cdot)\)
\(\chi_{15575}(5893,\cdot)\)
\(\chi_{15575}(5907,\cdot)\)
\(\chi_{15575}(6243,\cdot)\)
\(\chi_{15575}(6432,\cdot)\)
\(\chi_{15575}(7482,\cdot)\)
\(\chi_{15575}(7657,\cdot)\)
\(\chi_{15575}(8007,\cdot)\)
\(\chi_{15575}(8182,\cdot)\)
\(\chi_{15575}(8518,\cdot)\)
\(\chi_{15575}(8693,\cdot)\)
\(\chi_{15575}(9043,\cdot)\)
\(\chi_{15575}(9218,\cdot)\)
\(\chi_{15575}(9232,\cdot)\)
\(\chi_{15575}(9757,\cdot)\)
\(\chi_{15575}(10443,\cdot)\)
\(\chi_{15575}(10618,\cdot)\)
\(\chi_{15575}(10632,\cdot)\)
\(\chi_{15575}(11318,\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 };
\((7477,11126,5076)\) → \((-i,-1,e\left(\frac{71}{88}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(6\) | \(8\) | \(9\) | \(11\) | \(12\) | \(13\) | \(16\) |
| \( \chi_{ 15575 }(11318, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{29}{44}\right)\) | \(e\left(\frac{49}{88}\right)\) | \(e\left(\frac{7}{22}\right)\) | \(e\left(\frac{19}{88}\right)\) | \(e\left(\frac{43}{44}\right)\) | \(e\left(\frac{5}{44}\right)\) | \(e\left(\frac{17}{22}\right)\) | \(e\left(\frac{7}{8}\right)\) | \(e\left(\frac{27}{88}\right)\) | \(e\left(\frac{7}{11}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)