sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(2675, base_ring=CyclotomicField(1060))
M = H._module
chi = DirichletCharacter(H, M([1007,710]))
gp:[g,chi] = znchar(Mod(113, 2675))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("2675.113");
| Modulus: | \(2675\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(2675\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(1060\) |
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_{2675}(2,\cdot)\)
\(\chi_{2675}(8,\cdot)\)
\(\chi_{2675}(17,\cdot)\)
\(\chi_{2675}(22,\cdot)\)
\(\chi_{2675}(28,\cdot)\)
\(\chi_{2675}(38,\cdot)\)
\(\chi_{2675}(58,\cdot)\)
\(\chi_{2675}(63,\cdot)\)
\(\chi_{2675}(67,\cdot)\)
\(\chi_{2675}(72,\cdot)\)
\(\chi_{2675}(73,\cdot)\)
\(\chi_{2675}(77,\cdot)\)
\(\chi_{2675}(78,\cdot)\)
\(\chi_{2675}(88,\cdot)\)
\(\chi_{2675}(97,\cdot)\)
\(\chi_{2675}(98,\cdot)\)
\(\chi_{2675}(103,\cdot)\)
\(\chi_{2675}(112,\cdot)\)
\(\chi_{2675}(113,\cdot)\)
\(\chi_{2675}(122,\cdot)\)
\(\chi_{2675}(127,\cdot)\)
\(\chi_{2675}(128,\cdot)\)
\(\chi_{2675}(133,\cdot)\)
\(\chi_{2675}(138,\cdot)\)
\(\chi_{2675}(152,\cdot)\)
\(\chi_{2675}(153,\cdot)\)
\(\chi_{2675}(158,\cdot)\)
\(\chi_{2675}(162,\cdot)\)
\(\chi_{2675}(167,\cdot)\)
\(\chi_{2675}(172,\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 };
\((1927,751)\) → \((e\left(\frac{19}{20}\right),e\left(\frac{71}{106}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(6\) | \(7\) | \(8\) | \(9\) | \(11\) | \(12\) | \(13\) |
| \( \chi_{ 2675 }(113, a) \) |
\(1\) | \(1\) | \(e\left(\frac{657}{1060}\right)\) | \(e\left(\frac{569}{1060}\right)\) | \(e\left(\frac{127}{530}\right)\) | \(e\left(\frac{83}{530}\right)\) | \(e\left(\frac{117}{212}\right)\) | \(e\left(\frac{911}{1060}\right)\) | \(e\left(\frac{39}{530}\right)\) | \(e\left(\frac{248}{265}\right)\) | \(e\left(\frac{823}{1060}\right)\) | \(e\left(\frac{453}{1060}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)