sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(20992, base_ring=CyclotomicField(640))
M = H._module
chi = DirichletCharacter(H, M([0,255,192]))
gp:[g,chi] = znchar(Mod(701, 20992))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("20992.701");
| Modulus: | \(20992\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(20992\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(640\) |
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_{20992}(45,\cdot)\)
\(\chi_{20992}(189,\cdot)\)
\(\chi_{20992}(269,\cdot)\)
\(\chi_{20992}(277,\cdot)\)
\(\chi_{20992}(373,\cdot)\)
\(\chi_{20992}(517,\cdot)\)
\(\chi_{20992}(597,\cdot)\)
\(\chi_{20992}(605,\cdot)\)
\(\chi_{20992}(701,\cdot)\)
\(\chi_{20992}(845,\cdot)\)
\(\chi_{20992}(925,\cdot)\)
\(\chi_{20992}(933,\cdot)\)
\(\chi_{20992}(1029,\cdot)\)
\(\chi_{20992}(1173,\cdot)\)
\(\chi_{20992}(1253,\cdot)\)
\(\chi_{20992}(1261,\cdot)\)
\(\chi_{20992}(1357,\cdot)\)
\(\chi_{20992}(1501,\cdot)\)
\(\chi_{20992}(1581,\cdot)\)
\(\chi_{20992}(1589,\cdot)\)
\(\chi_{20992}(1685,\cdot)\)
\(\chi_{20992}(1829,\cdot)\)
\(\chi_{20992}(1909,\cdot)\)
\(\chi_{20992}(1917,\cdot)\)
\(\chi_{20992}(2013,\cdot)\)
\(\chi_{20992}(2157,\cdot)\)
\(\chi_{20992}(2237,\cdot)\)
\(\chi_{20992}(2245,\cdot)\)
\(\chi_{20992}(2341,\cdot)\)
\(\chi_{20992}(2485,\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 };
\((18943,4101,15873)\) → \((1,e\left(\frac{51}{128}\right),e\left(\frac{3}{10}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(5\) | \(7\) | \(9\) | \(11\) | \(13\) | \(15\) | \(17\) | \(19\) | \(21\) |
| \( \chi_{ 20992 }(701, a) \) |
\(1\) | \(1\) | \(e\left(\frac{57}{128}\right)\) | \(e\left(\frac{639}{640}\right)\) | \(e\left(\frac{59}{320}\right)\) | \(e\left(\frac{57}{64}\right)\) | \(e\left(\frac{491}{640}\right)\) | \(e\left(\frac{337}{640}\right)\) | \(e\left(\frac{71}{160}\right)\) | \(e\left(\frac{9}{160}\right)\) | \(e\left(\frac{553}{640}\right)\) | \(e\left(\frac{403}{640}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)