sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(3298, base_ring=CyclotomicField(96))
M = H._module
chi = DirichletCharacter(H, M([24,29]))
gp:[g,chi] = znchar(Mod(1917, 3298))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("3298.1917");
| Modulus: | \(3298\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(1649\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(96\) |
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_{1649}(268,\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_{3298}(13,\cdot)\)
\(\chi_{3298}(123,\cdot)\)
\(\chi_{3298}(157,\cdot)\)
\(\chi_{3298}(217,\cdot)\)
\(\chi_{3298}(395,\cdot)\)
\(\chi_{3298}(693,\cdot)\)
\(\chi_{3298}(769,\cdot)\)
\(\chi_{3298}(965,\cdot)\)
\(\chi_{3298}(999,\cdot)\)
\(\chi_{3298}(1007,\cdot)\)
\(\chi_{3298}(1041,\cdot)\)
\(\chi_{3298}(1135,\cdot)\)
\(\chi_{3298}(1169,\cdot)\)
\(\chi_{3298}(1415,\cdot)\)
\(\chi_{3298}(1441,\cdot)\)
\(\chi_{3298}(1687,\cdot)\)
\(\chi_{3298}(1917,\cdot)\)
\(\chi_{3298}(1925,\cdot)\)
\(\chi_{3298}(2027,\cdot)\)
\(\chi_{3298}(2095,\cdot)\)
\(\chi_{3298}(2121,\cdot)\)
\(\chi_{3298}(2155,\cdot)\)
\(\chi_{3298}(2367,\cdot)\)
\(\chi_{3298}(2435,\cdot)\)
\(\chi_{3298}(2537,\cdot)\)
\(\chi_{3298}(2563,\cdot)\)
\(\chi_{3298}(2699,\cdot)\)
\(\chi_{3298}(2733,\cdot)\)
\(\chi_{3298}(2775,\cdot)\)
\(\chi_{3298}(2869,\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 };
\((1941,2721)\) → \((i,e\left(\frac{29}{96}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(5\) | \(7\) | \(9\) | \(11\) | \(13\) | \(15\) | \(19\) | \(21\) | \(23\) |
| \( \chi_{ 3298 }(1917, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{19}{48}\right)\) | \(e\left(\frac{53}{96}\right)\) | \(e\left(\frac{11}{96}\right)\) | \(e\left(\frac{19}{24}\right)\) | \(e\left(\frac{35}{48}\right)\) | \(e\left(\frac{53}{96}\right)\) | \(e\left(\frac{91}{96}\right)\) | \(e\left(\frac{31}{32}\right)\) | \(e\left(\frac{49}{96}\right)\) | \(e\left(\frac{1}{96}\right)\) |
sage:chi(x) # x integer
gp:chareval(g,chi,x) \\ x integer, value in Q/Z
magma:chi(x)