sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(42267, base_ring=CyclotomicField(288))
M = H._module
chi = DirichletCharacter(H, M([144,148,111]))
gp:[g,chi] = znchar(Mod(2477, 42267))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("42267.2477");
| Modulus: | \(42267\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(42267\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(288\) |
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_{42267}(107,\cdot)\)
\(\chi_{42267}(644,\cdot)\)
\(\chi_{42267}(983,\cdot)\)
\(\chi_{42267}(1637,\cdot)\)
\(\chi_{42267}(1820,\cdot)\)
\(\chi_{42267}(2177,\cdot)\)
\(\chi_{42267}(2291,\cdot)\)
\(\chi_{42267}(2414,\cdot)\)
\(\chi_{42267}(2477,\cdot)\)
\(\chi_{42267}(3086,\cdot)\)
\(\chi_{42267}(3566,\cdot)\)
\(\chi_{42267}(3785,\cdot)\)
\(\chi_{42267}(5267,\cdot)\)
\(\chi_{42267}(5504,\cdot)\)
\(\chi_{42267}(5873,\cdot)\)
\(\chi_{42267}(6371,\cdot)\)
\(\chi_{42267}(6464,\cdot)\)
\(\chi_{42267}(6530,\cdot)\)
\(\chi_{42267}(6980,\cdot)\)
\(\chi_{42267}(7238,\cdot)\)
\(\chi_{42267}(7637,\cdot)\)
\(\chi_{42267}(8204,\cdot)\)
\(\chi_{42267}(8567,\cdot)\)
\(\chi_{42267}(8588,\cdot)\)
\(\chi_{42267}(8786,\cdot)\)
\(\chi_{42267}(9065,\cdot)\)
\(\chi_{42267}(10322,\cdot)\)
\(\chi_{42267}(10517,\cdot)\)
\(\chi_{42267}(10559,\cdot)\)
\(\chi_{42267}(10790,\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 };
\((14090,24898,3286)\) → \((-1,e\left(\frac{37}{72}\right),e\left(\frac{37}{96}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(4\) | \(5\) | \(7\) | \(8\) | \(10\) | \(11\) | \(13\) | \(14\) | \(16\) |
| \( \chi_{ 42267 }(2477, a) \) |
\(1\) | \(1\) | \(e\left(\frac{103}{144}\right)\) | \(e\left(\frac{31}{72}\right)\) | \(e\left(\frac{115}{288}\right)\) | \(e\left(\frac{1}{24}\right)\) | \(e\left(\frac{7}{48}\right)\) | \(e\left(\frac{11}{96}\right)\) | \(e\left(\frac{85}{288}\right)\) | \(e\left(\frac{191}{288}\right)\) | \(e\left(\frac{109}{144}\right)\) | \(e\left(\frac{31}{36}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)