sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(2576, base_ring=CyclotomicField(132))
M = H._module
chi = DirichletCharacter(H, M([0,33,44,36]))
gp:[g,chi] = znchar(Mod(261, 2576))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("2576.261");
| Modulus: | \(2576\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(2576\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(132\) |
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_{2576}(165,\cdot)\)
\(\chi_{2576}(261,\cdot)\)
\(\chi_{2576}(317,\cdot)\)
\(\chi_{2576}(445,\cdot)\)
\(\chi_{2576}(485,\cdot)\)
\(\chi_{2576}(501,\cdot)\)
\(\chi_{2576}(541,\cdot)\)
\(\chi_{2576}(653,\cdot)\)
\(\chi_{2576}(669,\cdot)\)
\(\chi_{2576}(725,\cdot)\)
\(\chi_{2576}(765,\cdot)\)
\(\chi_{2576}(821,\cdot)\)
\(\chi_{2576}(837,\cdot)\)
\(\chi_{2576}(877,\cdot)\)
\(\chi_{2576}(933,\cdot)\)
\(\chi_{2576}(949,\cdot)\)
\(\chi_{2576}(1005,\cdot)\)
\(\chi_{2576}(1061,\cdot)\)
\(\chi_{2576}(1117,\cdot)\)
\(\chi_{2576}(1269,\cdot)\)
\(\chi_{2576}(1453,\cdot)\)
\(\chi_{2576}(1549,\cdot)\)
\(\chi_{2576}(1605,\cdot)\)
\(\chi_{2576}(1733,\cdot)\)
\(\chi_{2576}(1773,\cdot)\)
\(\chi_{2576}(1789,\cdot)\)
\(\chi_{2576}(1829,\cdot)\)
\(\chi_{2576}(1941,\cdot)\)
\(\chi_{2576}(1957,\cdot)\)
\(\chi_{2576}(2013,\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 };
\((2255,645,1473,1569)\) → \((1,i,e\left(\frac{1}{3}\right),e\left(\frac{3}{11}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(5\) | \(9\) | \(11\) | \(13\) | \(15\) | \(17\) | \(19\) | \(25\) | \(27\) |
| \( \chi_{ 2576 }(261, a) \) |
\(1\) | \(1\) | \(e\left(\frac{59}{132}\right)\) | \(e\left(\frac{25}{132}\right)\) | \(e\left(\frac{59}{66}\right)\) | \(e\left(\frac{5}{132}\right)\) | \(e\left(\frac{25}{44}\right)\) | \(e\left(\frac{7}{11}\right)\) | \(e\left(\frac{8}{33}\right)\) | \(e\left(\frac{67}{132}\right)\) | \(e\left(\frac{25}{66}\right)\) | \(e\left(\frac{15}{44}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)