sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(1613, base_ring=CyclotomicField(124))
M = H._module
chi = DirichletCharacter(H, M([5]))
gp:[g,chi] = znchar(Mod(704, 1613))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("1613.704");
| Modulus: | \(1613\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(1613\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(124\) |
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: | odd |
sage:chi.is_odd()
gp:zncharisodd(g,chi)
magma:IsOdd(chi);
|
\(\chi_{1613}(80,\cdot)\)
\(\chi_{1613}(152,\cdot)\)
\(\chi_{1613}(161,\cdot)\)
\(\chi_{1613}(165,\cdot)\)
\(\chi_{1613}(166,\cdot)\)
\(\chi_{1613}(172,\cdot)\)
\(\chi_{1613}(178,\cdot)\)
\(\chi_{1613}(276,\cdot)\)
\(\chi_{1613}(307,\cdot)\)
\(\chi_{1613}(422,\cdot)\)
\(\chi_{1613}(449,\cdot)\)
\(\chi_{1613}(450,\cdot)\)
\(\chi_{1613}(491,\cdot)\)
\(\chi_{1613}(493,\cdot)\)
\(\chi_{1613}(515,\cdot)\)
\(\chi_{1613}(541,\cdot)\)
\(\chi_{1613}(544,\cdot)\)
\(\chi_{1613}(567,\cdot)\)
\(\chi_{1613}(598,\cdot)\)
\(\chi_{1613}(638,\cdot)\)
\(\chi_{1613}(641,\cdot)\)
\(\chi_{1613}(679,\cdot)\)
\(\chi_{1613}(697,\cdot)\)
\(\chi_{1613}(704,\cdot)\)
\(\chi_{1613}(711,\cdot)\)
\(\chi_{1613}(734,\cdot)\)
\(\chi_{1613}(746,\cdot)\)
\(\chi_{1613}(758,\cdot)\)
\(\chi_{1613}(766,\cdot)\)
\(\chi_{1613}(795,\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 };
\(3\) → \(e\left(\frac{5}{124}\right)\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 1613 }(704, a) \) |
\(-1\) | \(1\) | \(-i\) | \(e\left(\frac{5}{124}\right)\) | \(-1\) | \(e\left(\frac{63}{124}\right)\) | \(e\left(\frac{49}{62}\right)\) | \(e\left(\frac{21}{124}\right)\) | \(i\) | \(e\left(\frac{5}{62}\right)\) | \(e\left(\frac{8}{31}\right)\) | \(e\left(\frac{15}{124}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)