sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(2167, base_ring=CyclotomicField(140))
M = H._module
chi = DirichletCharacter(H, M([112,75]))
pari:[g,chi] = znchar(Mod(69,2167))
| Modulus: | \(2167\) | |
| Conductor: | \(2167\) |
sage:chi.conductor()
pari:znconreyconductor(g,chi)
|
| Order: | \(140\) |
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_{2167}(20,\cdot)\)
\(\chi_{2167}(69,\cdot)\)
\(\chi_{2167}(113,\cdot)\)
\(\chi_{2167}(284,\cdot)\)
\(\chi_{2167}(317,\cdot)\)
\(\chi_{2167}(471,\cdot)\)
\(\chi_{2167}(478,\cdot)\)
\(\chi_{2167}(504,\cdot)\)
\(\chi_{2167}(522,\cdot)\)
\(\chi_{2167}(675,\cdot)\)
\(\chi_{2167}(719,\cdot)\)
\(\chi_{2167}(720,\cdot)\)
\(\chi_{2167}(768,\cdot)\)
\(\chi_{2167}(808,\cdot)\)
\(\chi_{2167}(856,\cdot)\)
\(\chi_{2167}(872,\cdot)\)
\(\chi_{2167}(916,\cdot)\)
\(\chi_{2167}(917,\cdot)\)
\(\chi_{2167}(1005,\cdot)\)
\(\chi_{2167}(1054,\cdot)\)
\(\chi_{2167}(1072,\cdot)\)
\(\chi_{2167}(1098,\cdot)\)
\(\chi_{2167}(1105,\cdot)\)
\(\chi_{2167}(1114,\cdot)\)
\(\chi_{2167}(1202,\cdot)\)
\(\chi_{2167}(1259,\cdot)\)
\(\chi_{2167}(1269,\cdot)\)
\(\chi_{2167}(1292,\cdot)\)
\(\chi_{2167}(1302,\cdot)\)
\(\chi_{2167}(1456,\cdot)\)
...
sage:chi.galois_orbit()
pari:order = charorder(g,chi)
[ charpow(g,chi, k % order) | k <-[1..order-1], gcd(k,order)==1 ]
\((1971,199)\) → \((e\left(\frac{4}{5}\right),e\left(\frac{15}{28}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(12\) |
| \( \chi_{ 2167 }(69, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{47}{140}\right)\) | \(e\left(\frac{51}{140}\right)\) | \(e\left(\frac{47}{70}\right)\) | \(e\left(\frac{123}{140}\right)\) | \(e\left(\frac{7}{10}\right)\) | \(e\left(\frac{57}{70}\right)\) | \(e\left(\frac{1}{140}\right)\) | \(e\left(\frac{51}{70}\right)\) | \(e\left(\frac{3}{14}\right)\) | \(e\left(\frac{1}{28}\right)\) |
sage:chi.jacobi_sum(n)