sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(3840, base_ring=CyclotomicField(64))
M = H._module
chi = DirichletCharacter(H, M([0,29,32,48]))
gp:[g,chi] = znchar(Mod(3413, 3840))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("3840.3413");
| Modulus: | \(3840\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(3840\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(64\) |
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_{3840}(53,\cdot)\)
\(\chi_{3840}(77,\cdot)\)
\(\chi_{3840}(293,\cdot)\)
\(\chi_{3840}(317,\cdot)\)
\(\chi_{3840}(533,\cdot)\)
\(\chi_{3840}(557,\cdot)\)
\(\chi_{3840}(773,\cdot)\)
\(\chi_{3840}(797,\cdot)\)
\(\chi_{3840}(1013,\cdot)\)
\(\chi_{3840}(1037,\cdot)\)
\(\chi_{3840}(1253,\cdot)\)
\(\chi_{3840}(1277,\cdot)\)
\(\chi_{3840}(1493,\cdot)\)
\(\chi_{3840}(1517,\cdot)\)
\(\chi_{3840}(1733,\cdot)\)
\(\chi_{3840}(1757,\cdot)\)
\(\chi_{3840}(1973,\cdot)\)
\(\chi_{3840}(1997,\cdot)\)
\(\chi_{3840}(2213,\cdot)\)
\(\chi_{3840}(2237,\cdot)\)
\(\chi_{3840}(2453,\cdot)\)
\(\chi_{3840}(2477,\cdot)\)
\(\chi_{3840}(2693,\cdot)\)
\(\chi_{3840}(2717,\cdot)\)
\(\chi_{3840}(2933,\cdot)\)
\(\chi_{3840}(2957,\cdot)\)
\(\chi_{3840}(3173,\cdot)\)
\(\chi_{3840}(3197,\cdot)\)
\(\chi_{3840}(3413,\cdot)\)
\(\chi_{3840}(3437,\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 };
\((511,2821,2561,1537)\) → \((1,e\left(\frac{29}{64}\right),-1,-i)\)
| \(a\) |
\(-1\) | \(1\) | \(7\) | \(11\) | \(13\) | \(17\) | \(19\) | \(23\) | \(29\) | \(31\) | \(37\) | \(41\) |
| \( \chi_{ 3840 }(3413, a) \) |
\(1\) | \(1\) | \(e\left(\frac{9}{32}\right)\) | \(e\left(\frac{1}{64}\right)\) | \(e\left(\frac{35}{64}\right)\) | \(e\left(\frac{15}{16}\right)\) | \(e\left(\frac{59}{64}\right)\) | \(e\left(\frac{3}{32}\right)\) | \(e\left(\frac{47}{64}\right)\) | \(e\left(\frac{5}{8}\right)\) | \(e\left(\frac{5}{64}\right)\) | \(e\left(\frac{19}{32}\right)\) |
sage:chi(x) # x integer
gp:chareval(g,chi,x) \\ x integer, value in Q/Z
magma:chi(x)