sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(2415, base_ring=CyclotomicField(66))
M = H._module
chi = DirichletCharacter(H, M([33,33,55,18]))
pari:[g,chi] = znchar(Mod(1664,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{5}{6}\right),e\left(\frac{3}{11}\right))\)
\(a\) |
\(-1\) | \(1\) | \(2\) | \(4\) | \(8\) | \(11\) | \(13\) | \(16\) | \(17\) | \(19\) | \(22\) | \(26\) |
\( \chi_{ 2415 }(1664, a) \) |
\(1\) | \(1\) | \(e\left(\frac{7}{33}\right)\) | \(e\left(\frac{14}{33}\right)\) | \(e\left(\frac{7}{11}\right)\) | \(e\left(\frac{19}{66}\right)\) | \(e\left(\frac{9}{11}\right)\) | \(e\left(\frac{28}{33}\right)\) | \(e\left(\frac{49}{66}\right)\) | \(e\left(\frac{17}{66}\right)\) | \(-1\) | \(e\left(\frac{1}{33}\right)\) |
sage:chi.jacobi_sum(n)