sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(6253, base_ring=CyclotomicField(234))
M = H._module
chi = DirichletCharacter(H, M([171,182]))
gp:[g,chi] = znchar(Mod(2417, 6253))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("6253.2417");
| Modulus: | \(6253\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(6253\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(234\) |
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_{6253}(12,\cdot)\)
\(\chi_{6253}(90,\cdot)\)
\(\chi_{6253}(155,\cdot)\)
\(\chi_{6253}(181,\cdot)\)
\(\chi_{6253}(194,\cdot)\)
\(\chi_{6253}(441,\cdot)\)
\(\chi_{6253}(493,\cdot)\)
\(\chi_{6253}(571,\cdot)\)
\(\chi_{6253}(636,\cdot)\)
\(\chi_{6253}(662,\cdot)\)
\(\chi_{6253}(922,\cdot)\)
\(\chi_{6253}(974,\cdot)\)
\(\chi_{6253}(1052,\cdot)\)
\(\chi_{6253}(1117,\cdot)\)
\(\chi_{6253}(1143,\cdot)\)
\(\chi_{6253}(1156,\cdot)\)
\(\chi_{6253}(1403,\cdot)\)
\(\chi_{6253}(1455,\cdot)\)
\(\chi_{6253}(1533,\cdot)\)
\(\chi_{6253}(1598,\cdot)\)
\(\chi_{6253}(1624,\cdot)\)
\(\chi_{6253}(1637,\cdot)\)
\(\chi_{6253}(1884,\cdot)\)
\(\chi_{6253}(1936,\cdot)\)
\(\chi_{6253}(2014,\cdot)\)
\(\chi_{6253}(2079,\cdot)\)
\(\chi_{6253}(2105,\cdot)\)
\(\chi_{6253}(2118,\cdot)\)
\(\chi_{6253}(2417,\cdot)\)
\(\chi_{6253}(2495,\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 };
\((1185,5071)\) → \((e\left(\frac{19}{26}\right),e\left(\frac{7}{9}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 6253 }(2417, a) \) |
\(1\) | \(1\) | \(e\left(\frac{119}{234}\right)\) | \(e\left(\frac{98}{117}\right)\) | \(e\left(\frac{2}{117}\right)\) | \(e\left(\frac{109}{234}\right)\) | \(e\left(\frac{9}{26}\right)\) | \(e\left(\frac{19}{234}\right)\) | \(e\left(\frac{41}{78}\right)\) | \(e\left(\frac{79}{117}\right)\) | \(e\left(\frac{38}{39}\right)\) | \(e\left(\frac{47}{78}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)