sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(3840, base_ring=CyclotomicField(64))
M = H._module
chi = DirichletCharacter(H, M([0,25,32,32]))
pari:[g,chi] = znchar(Mod(1829,3840))
| Modulus: | \(3840\) | |
| Conductor: | \(3840\) |
sage:chi.conductor()
pari:znconreyconductor(g,chi)
|
| Order: | \(64\) |
sage:chi.multiplicative_order()
pari:charorder(g,chi)
|
| Real: | no |
| Primitive: | yes |
sage:chi.is_primitive()
pari:#znconreyconductor(g,chi)==1
|
| Minimal: | yes |
| Parity: | odd |
sage:chi.is_odd()
pari:zncharisodd(g,chi)
|
\(\chi_{3840}(29,\cdot)\)
\(\chi_{3840}(149,\cdot)\)
\(\chi_{3840}(269,\cdot)\)
\(\chi_{3840}(389,\cdot)\)
\(\chi_{3840}(509,\cdot)\)
\(\chi_{3840}(629,\cdot)\)
\(\chi_{3840}(749,\cdot)\)
\(\chi_{3840}(869,\cdot)\)
\(\chi_{3840}(989,\cdot)\)
\(\chi_{3840}(1109,\cdot)\)
\(\chi_{3840}(1229,\cdot)\)
\(\chi_{3840}(1349,\cdot)\)
\(\chi_{3840}(1469,\cdot)\)
\(\chi_{3840}(1589,\cdot)\)
\(\chi_{3840}(1709,\cdot)\)
\(\chi_{3840}(1829,\cdot)\)
\(\chi_{3840}(1949,\cdot)\)
\(\chi_{3840}(2069,\cdot)\)
\(\chi_{3840}(2189,\cdot)\)
\(\chi_{3840}(2309,\cdot)\)
\(\chi_{3840}(2429,\cdot)\)
\(\chi_{3840}(2549,\cdot)\)
\(\chi_{3840}(2669,\cdot)\)
\(\chi_{3840}(2789,\cdot)\)
\(\chi_{3840}(2909,\cdot)\)
\(\chi_{3840}(3029,\cdot)\)
\(\chi_{3840}(3149,\cdot)\)
\(\chi_{3840}(3269,\cdot)\)
\(\chi_{3840}(3389,\cdot)\)
\(\chi_{3840}(3509,\cdot)\)
...
sage:chi.galois_orbit()
pari:order = charorder(g,chi)
[ charpow(g,chi, k % order) | k <-[1..order-1], gcd(k,order)==1 ]
\((511,2821,2561,1537)\) → \((1,e\left(\frac{25}{64}\right),-1,-1)\)
| \(a\) |
\(-1\) | \(1\) | \(7\) | \(11\) | \(13\) | \(17\) | \(19\) | \(23\) | \(29\) | \(31\) | \(37\) | \(41\) |
| \( \chi_{ 3840 }(1829, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{13}{32}\right)\) | \(e\left(\frac{45}{64}\right)\) | \(e\left(\frac{55}{64}\right)\) | \(e\left(\frac{15}{16}\right)\) | \(e\left(\frac{63}{64}\right)\) | \(e\left(\frac{15}{32}\right)\) | \(e\left(\frac{35}{64}\right)\) | \(e\left(\frac{1}{8}\right)\) | \(e\left(\frac{17}{64}\right)\) | \(e\left(\frac{23}{32}\right)\) |
sage:chi.jacobi_sum(n)