sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(24843, base_ring=CyclotomicField(364))
M = H._module
chi = DirichletCharacter(H, M([182,52,329]))
gp:[g,chi] = znchar(Mod(2150, 24843))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("24843.2150");
| Modulus: | \(24843\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(24843\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(364\) |
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_{24843}(8,\cdot)\)
\(\chi_{24843}(281,\cdot)\)
\(\chi_{24843}(512,\cdot)\)
\(\chi_{24843}(554,\cdot)\)
\(\chi_{24843}(827,\cdot)\)
\(\chi_{24843}(1058,\cdot)\)
\(\chi_{24843}(1100,\cdot)\)
\(\chi_{24843}(1331,\cdot)\)
\(\chi_{24843}(1604,\cdot)\)
\(\chi_{24843}(1646,\cdot)\)
\(\chi_{24843}(1877,\cdot)\)
\(\chi_{24843}(1919,\cdot)\)
\(\chi_{24843}(2150,\cdot)\)
\(\chi_{24843}(2192,\cdot)\)
\(\chi_{24843}(2423,\cdot)\)
\(\chi_{24843}(2738,\cdot)\)
\(\chi_{24843}(2969,\cdot)\)
\(\chi_{24843}(3011,\cdot)\)
\(\chi_{24843}(3242,\cdot)\)
\(\chi_{24843}(3515,\cdot)\)
\(\chi_{24843}(3557,\cdot)\)
\(\chi_{24843}(3830,\cdot)\)
\(\chi_{24843}(4061,\cdot)\)
\(\chi_{24843}(4103,\cdot)\)
\(\chi_{24843}(4334,\cdot)\)
\(\chi_{24843}(4376,\cdot)\)
\(\chi_{24843}(4649,\cdot)\)
\(\chi_{24843}(4880,\cdot)\)
\(\chi_{24843}(4922,\cdot)\)
\(\chi_{24843}(5153,\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 };
\((8282,1522,3382)\) → \((-1,e\left(\frac{1}{7}\right),e\left(\frac{47}{52}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(4\) | \(5\) | \(8\) | \(10\) | \(11\) | \(16\) | \(17\) | \(19\) | \(20\) |
| \( \chi_{ 24843 }(2150, a) \) |
\(1\) | \(1\) | \(e\left(\frac{43}{364}\right)\) | \(e\left(\frac{43}{182}\right)\) | \(e\left(\frac{283}{364}\right)\) | \(e\left(\frac{129}{364}\right)\) | \(e\left(\frac{163}{182}\right)\) | \(e\left(\frac{113}{364}\right)\) | \(e\left(\frac{43}{91}\right)\) | \(e\left(\frac{3}{91}\right)\) | \(-i\) | \(e\left(\frac{5}{364}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)