sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(3783, base_ring=CyclotomicField(96))
M = H._module
chi = DirichletCharacter(H, M([48,24,85]))
gp:[g,chi] = znchar(Mod(2660, 3783))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("3783.2660");
| Modulus: | \(3783\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(3783\) |
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: | 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_{3783}(317,\cdot)\)
\(\chi_{3783}(320,\cdot)\)
\(\chi_{3783}(359,\cdot)\)
\(\chi_{3783}(395,\cdot)\)
\(\chi_{3783}(863,\cdot)\)
\(\chi_{3783}(980,\cdot)\)
\(\chi_{3783}(983,\cdot)\)
\(\chi_{3783}(1178,\cdot)\)
\(\chi_{3783}(1256,\cdot)\)
\(\chi_{3783}(1448,\cdot)\)
\(\chi_{3783}(1526,\cdot)\)
\(\chi_{3783}(1529,\cdot)\)
\(\chi_{3783}(1763,\cdot)\)
\(\chi_{3783}(1802,\cdot)\)
\(\chi_{3783}(1919,\cdot)\)
\(\chi_{3783}(1955,\cdot)\)
\(\chi_{3783}(2462,\cdot)\)
\(\chi_{3783}(2543,\cdot)\)
\(\chi_{3783}(2579,\cdot)\)
\(\chi_{3783}(2657,\cdot)\)
\(\chi_{3783}(2660,\cdot)\)
\(\chi_{3783}(2699,\cdot)\)
\(\chi_{3783}(2774,\cdot)\)
\(\chi_{3783}(2852,\cdot)\)
\(\chi_{3783}(2933,\cdot)\)
\(\chi_{3783}(2969,\cdot)\)
\(\chi_{3783}(3047,\cdot)\)
\(\chi_{3783}(3164,\cdot)\)
\(\chi_{3783}(3206,\cdot)\)
\(\chi_{3783}(3284,\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 };
\((1262,2329,781)\) → \((-1,i,e\left(\frac{85}{96}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(4\) | \(5\) | \(7\) | \(8\) | \(10\) | \(11\) | \(14\) | \(16\) | \(17\) |
| \( \chi_{ 3783 }(2660, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{41}{48}\right)\) | \(e\left(\frac{17}{24}\right)\) | \(e\left(\frac{61}{96}\right)\) | \(e\left(\frac{19}{96}\right)\) | \(e\left(\frac{9}{16}\right)\) | \(e\left(\frac{47}{96}\right)\) | \(e\left(\frac{19}{48}\right)\) | \(e\left(\frac{5}{96}\right)\) | \(e\left(\frac{5}{12}\right)\) | \(e\left(\frac{77}{96}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)