sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(4009, base_ring=CyclotomicField(126))
M = H._module
chi = DirichletCharacter(H, M([49,39]))
gp:[g,chi] = znchar(Mod(3092, 4009))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("4009.3092");
| Modulus: | \(4009\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(4009\) |
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_{4009}(110,\cdot)\)
\(\chi_{4009}(249,\cdot)\)
\(\chi_{4009}(516,\cdot)\)
\(\chi_{4009}(659,\cdot)\)
\(\chi_{4009}(801,\cdot)\)
\(\chi_{4009}(870,\cdot)\)
\(\chi_{4009}(876,\cdot)\)
\(\chi_{4009}(1001,\cdot)\)
\(\chi_{4009}(1021,\cdot)\)
\(\chi_{4009}(1212,\cdot)\)
\(\chi_{4009}(1515,\cdot)\)
\(\chi_{4009}(1587,\cdot)\)
\(\chi_{4009}(1826,\cdot)\)
\(\chi_{4009}(1865,\cdot)\)
\(\chi_{4009}(1932,\cdot)\)
\(\chi_{4009}(2141,\cdot)\)
\(\chi_{4009}(2142,\cdot)\)
\(\chi_{4009}(2143,\cdot)\)
\(\chi_{4009}(2160,\cdot)\)
\(\chi_{4009}(2347,\cdot)\)
\(\chi_{4009}(2352,\cdot)\)
\(\chi_{4009}(2359,\cdot)\)
\(\chi_{4009}(2371,\cdot)\)
\(\chi_{4009}(2415,\cdot)\)
\(\chi_{4009}(2689,\cdot)\)
\(\chi_{4009}(2700,\cdot)\)
\(\chi_{4009}(2986,\cdot)\)
\(\chi_{4009}(3092,\cdot)\)
\(\chi_{4009}(3620,\cdot)\)
\(\chi_{4009}(3681,\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 };
\((2111,1901)\) → \((e\left(\frac{7}{18}\right),e\left(\frac{13}{42}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 4009 }(3092, a) \) |
\(1\) | \(1\) | \(e\left(\frac{44}{63}\right)\) | \(e\left(\frac{23}{63}\right)\) | \(e\left(\frac{25}{63}\right)\) | \(e\left(\frac{5}{63}\right)\) | \(e\left(\frac{4}{63}\right)\) | \(e\left(\frac{5}{14}\right)\) | \(e\left(\frac{2}{21}\right)\) | \(e\left(\frac{46}{63}\right)\) | \(e\left(\frac{7}{9}\right)\) | \(e\left(\frac{17}{21}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)