sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(23698, base_ring=CyclotomicField(680))
M = H._module
chi = DirichletCharacter(H, M([410,459]))
gp:[g,chi] = znchar(Mod(217, 23698))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("23698.217");
| Modulus: | \(23698\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(11849\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(680\) |
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: | no, induced from \(\chi_{11849}(217,\cdot)\) |
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_{23698}(13,\cdot)\)
\(\chi_{23698}(217,\cdot)\)
\(\chi_{23698}(293,\cdot)\)
\(\chi_{23698}(395,\cdot)\)
\(\chi_{23698}(421,\cdot)\)
\(\chi_{23698}(429,\cdot)\)
\(\chi_{23698}(727,\cdot)\)
\(\chi_{23698}(803,\cdot)\)
\(\chi_{23698}(837,\cdot)\)
\(\chi_{23698}(931,\cdot)\)
\(\chi_{23698}(1135,\cdot)\)
\(\chi_{23698}(1211,\cdot)\)
\(\chi_{23698}(1237,\cdot)\)
\(\chi_{23698}(1245,\cdot)\)
\(\chi_{23698}(1305,\cdot)\)
\(\chi_{23698}(1347,\cdot)\)
\(\chi_{23698}(1611,\cdot)\)
\(\chi_{23698}(1687,\cdot)\)
\(\chi_{23698}(1789,\cdot)\)
\(\chi_{23698}(1815,\cdot)\)
\(\chi_{23698}(1823,\cdot)\)
\(\chi_{23698}(2121,\cdot)\)
\(\chi_{23698}(2197,\cdot)\)
\(\chi_{23698}(2231,\cdot)\)
\(\chi_{23698}(2325,\cdot)\)
\(\chi_{23698}(2529,\cdot)\)
\(\chi_{23698}(2605,\cdot)\)
\(\chi_{23698}(2631,\cdot)\)
\(\chi_{23698}(2699,\cdot)\)
\(\chi_{23698}(2741,\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 };
\((11563,18497)\) → \((e\left(\frac{41}{68}\right),e\left(\frac{27}{40}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(5\) | \(7\) | \(9\) | \(11\) | \(13\) | \(15\) | \(19\) | \(21\) | \(23\) |
| \( \chi_{ 23698 }(217, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{99}{136}\right)\) | \(e\left(\frac{157}{170}\right)\) | \(e\left(\frac{531}{680}\right)\) | \(e\left(\frac{31}{68}\right)\) | \(e\left(\frac{607}{680}\right)\) | \(e\left(\frac{69}{680}\right)\) | \(e\left(\frac{443}{680}\right)\) | \(e\left(\frac{351}{680}\right)\) | \(e\left(\frac{173}{340}\right)\) | \(e\left(\frac{257}{340}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)