sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(2793, base_ring=CyclotomicField(126))
M = H._module
chi = DirichletCharacter(H, M([63,114,119]))
gp:[g,chi] = znchar(Mod(2081, 2793))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("2793.2081");
| Modulus: | \(2793\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(2793\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(126\) |
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_{2793}(86,\cdot)\)
\(\chi_{2793}(242,\cdot)\)
\(\chi_{2793}(317,\cdot)\)
\(\chi_{2793}(326,\cdot)\)
\(\chi_{2793}(338,\cdot)\)
\(\chi_{2793}(485,\cdot)\)
\(\chi_{2793}(515,\cdot)\)
\(\chi_{2793}(641,\cdot)\)
\(\chi_{2793}(725,\cdot)\)
\(\chi_{2793}(737,\cdot)\)
\(\chi_{2793}(884,\cdot)\)
\(\chi_{2793}(914,\cdot)\)
\(\chi_{2793}(1040,\cdot)\)
\(\chi_{2793}(1115,\cdot)\)
\(\chi_{2793}(1124,\cdot)\)
\(\chi_{2793}(1136,\cdot)\)
\(\chi_{2793}(1283,\cdot)\)
\(\chi_{2793}(1313,\cdot)\)
\(\chi_{2793}(1514,\cdot)\)
\(\chi_{2793}(1523,\cdot)\)
\(\chi_{2793}(1535,\cdot)\)
\(\chi_{2793}(1682,\cdot)\)
\(\chi_{2793}(1712,\cdot)\)
\(\chi_{2793}(1838,\cdot)\)
\(\chi_{2793}(1913,\cdot)\)
\(\chi_{2793}(1922,\cdot)\)
\(\chi_{2793}(1934,\cdot)\)
\(\chi_{2793}(2081,\cdot)\)
\(\chi_{2793}(2111,\cdot)\)
\(\chi_{2793}(2237,\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 };
\((932,2110,2206)\) → \((-1,e\left(\frac{19}{21}\right),e\left(\frac{17}{18}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(4\) | \(5\) | \(8\) | \(10\) | \(11\) | \(13\) | \(16\) | \(17\) | \(20\) |
| \( \chi_{ 2793 }(2081, a) \) |
\(1\) | \(1\) | \(e\left(\frac{61}{63}\right)\) | \(e\left(\frac{59}{63}\right)\) | \(e\left(\frac{107}{126}\right)\) | \(e\left(\frac{19}{21}\right)\) | \(e\left(\frac{103}{126}\right)\) | \(e\left(\frac{1}{42}\right)\) | \(e\left(\frac{73}{126}\right)\) | \(e\left(\frac{55}{63}\right)\) | \(e\left(\frac{71}{126}\right)\) | \(e\left(\frac{11}{14}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)