sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(2415, base_ring=CyclotomicField(66))
M = H._module
chi = DirichletCharacter(H, M([33,33,11,30]))
pari:[g,chi] = znchar(Mod(584,2415))
Modulus: | \(2415\) | |
Conductor: | \(2415\) |
sage:chi.conductor()
pari:znconreyconductor(g,chi)
|
Order: | \(66\) |
sage:chi.multiplicative_order()
pari:charorder(g,chi)
|
Real: | no |
Primitive: | yes |
sage:chi.is_primitive()
pari:#znconreyconductor(g,chi)==1
|
Minimal: | yes |
Parity: | even |
sage:chi.is_odd()
pari:zncharisodd(g,chi)
|
\(\chi_{2415}(59,\cdot)\)
\(\chi_{2415}(164,\cdot)\)
\(\chi_{2415}(269,\cdot)\)
\(\chi_{2415}(374,\cdot)\)
\(\chi_{2415}(404,\cdot)\)
\(\chi_{2415}(509,\cdot)\)
\(\chi_{2415}(584,\cdot)\)
\(\chi_{2415}(614,\cdot)\)
\(\chi_{2415}(719,\cdot)\)
\(\chi_{2415}(794,\cdot)\)
\(\chi_{2415}(899,\cdot)\)
\(\chi_{2415}(929,\cdot)\)
\(\chi_{2415}(1139,\cdot)\)
\(\chi_{2415}(1214,\cdot)\)
\(\chi_{2415}(1244,\cdot)\)
\(\chi_{2415}(1319,\cdot)\)
\(\chi_{2415}(1559,\cdot)\)
\(\chi_{2415}(1664,\cdot)\)
\(\chi_{2415}(1844,\cdot)\)
\(\chi_{2415}(2189,\cdot)\)
sage:chi.galois_orbit()
pari:order = charorder(g,chi)
[ charpow(g,chi, k % order) | k <-[1..order-1], gcd(k,order)==1 ]
\((806,967,346,1891)\) → \((-1,-1,e\left(\frac{1}{6}\right),e\left(\frac{5}{11}\right))\)
\(a\) |
\(-1\) | \(1\) | \(2\) | \(4\) | \(8\) | \(11\) | \(13\) | \(16\) | \(17\) | \(19\) | \(22\) | \(26\) |
\( \chi_{ 2415 }(584, a) \) |
\(1\) | \(1\) | \(e\left(\frac{8}{33}\right)\) | \(e\left(\frac{16}{33}\right)\) | \(e\left(\frac{8}{11}\right)\) | \(e\left(\frac{17}{66}\right)\) | \(e\left(\frac{4}{11}\right)\) | \(e\left(\frac{32}{33}\right)\) | \(e\left(\frac{23}{66}\right)\) | \(e\left(\frac{43}{66}\right)\) | \(-1\) | \(e\left(\frac{20}{33}\right)\) |
sage:chi.jacobi_sum(n)