sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(24854, base_ring=CyclotomicField(238))
M = H._module
chi = DirichletCharacter(H, M([56,204]))
gp:[g,chi] = znchar(Mod(4149, 24854))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("24854.4149");
| Modulus: | \(24854\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(12427\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(119\) |
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_{12427}(4149,\cdot)\) |
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_{24854}(35,\cdot)\)
\(\chi_{24854}(477,\cdot)\)
\(\chi_{24854}(613,\cdot)\)
\(\chi_{24854}(919,\cdot)\)
\(\chi_{24854}(987,\cdot)\)
\(\chi_{24854}(1225,\cdot)\)
\(\chi_{24854}(1497,\cdot)\)
\(\chi_{24854}(1939,\cdot)\)
\(\chi_{24854}(2075,\cdot)\)
\(\chi_{24854}(2381,\cdot)\)
\(\chi_{24854}(2449,\cdot)\)
\(\chi_{24854}(2687,\cdot)\)
\(\chi_{24854}(2959,\cdot)\)
\(\chi_{24854}(3401,\cdot)\)
\(\chi_{24854}(3537,\cdot)\)
\(\chi_{24854}(3843,\cdot)\)
\(\chi_{24854}(3911,\cdot)\)
\(\chi_{24854}(4149,\cdot)\)
\(\chi_{24854}(4421,\cdot)\)
\(\chi_{24854}(4863,\cdot)\)
\(\chi_{24854}(4999,\cdot)\)
\(\chi_{24854}(5305,\cdot)\)
\(\chi_{24854}(5373,\cdot)\)
\(\chi_{24854}(5611,\cdot)\)
\(\chi_{24854}(5883,\cdot)\)
\(\chi_{24854}(6325,\cdot)\)
\(\chi_{24854}(6461,\cdot)\)
\(\chi_{24854}(6767,\cdot)\)
\(\chi_{24854}(6835,\cdot)\)
\(\chi_{24854}(7073,\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 };
\((10407,14451)\) → \((e\left(\frac{4}{17}\right),e\left(\frac{6}{7}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(5\) | \(7\) | \(9\) | \(11\) | \(13\) | \(15\) | \(19\) | \(21\) | \(23\) |
| \( \chi_{ 24854 }(4149, a) \) |
\(1\) | \(1\) | \(e\left(\frac{11}{119}\right)\) | \(e\left(\frac{37}{119}\right)\) | \(e\left(\frac{8}{17}\right)\) | \(e\left(\frac{22}{119}\right)\) | \(e\left(\frac{15}{119}\right)\) | \(e\left(\frac{65}{119}\right)\) | \(e\left(\frac{48}{119}\right)\) | \(e\left(\frac{69}{119}\right)\) | \(e\left(\frac{67}{119}\right)\) | \(e\left(\frac{22}{119}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)