sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(5529, base_ring=CyclotomicField(144))
M = H._module
chi = DirichletCharacter(H, M([72,8,117]))
gp:[g,chi] = znchar(Mod(1085, 5529))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("5529.1085");
| Modulus: | \(5529\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(5529\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(144\) |
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_{5529}(89,\cdot)\)
\(\chi_{5529}(167,\cdot)\)
\(\chi_{5529}(212,\cdot)\)
\(\chi_{5529}(299,\cdot)\)
\(\chi_{5529}(458,\cdot)\)
\(\chi_{5529}(497,\cdot)\)
\(\chi_{5529}(794,\cdot)\)
\(\chi_{5529}(1040,\cdot)\)
\(\chi_{5529}(1055,\cdot)\)
\(\chi_{5529}(1079,\cdot)\)
\(\chi_{5529}(1085,\cdot)\)
\(\chi_{5529}(1172,\cdot)\)
\(\chi_{5529}(1340,\cdot)\)
\(\chi_{5529}(1370,\cdot)\)
\(\chi_{5529}(1637,\cdot)\)
\(\chi_{5529}(1667,\cdot)\)
\(\chi_{5529}(1913,\cdot)\)
\(\chi_{5529}(1922,\cdot)\)
\(\chi_{5529}(1952,\cdot)\)
\(\chi_{5529}(1967,\cdot)\)
\(\chi_{5529}(2219,\cdot)\)
\(\chi_{5529}(2504,\cdot)\)
\(\chi_{5529}(2510,\cdot)\)
\(\chi_{5529}(2540,\cdot)\)
\(\chi_{5529}(2549,\cdot)\)
\(\chi_{5529}(2708,\cdot)\)
\(\chi_{5529}(2795,\cdot)\)
\(\chi_{5529}(2825,\cdot)\)
\(\chi_{5529}(3092,\cdot)\)
\(\chi_{5529}(3131,\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 };
\((1844,4657,1654)\) → \((-1,e\left(\frac{1}{18}\right),e\left(\frac{13}{16}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(4\) | \(5\) | \(7\) | \(8\) | \(10\) | \(11\) | \(13\) | \(14\) | \(16\) |
| \( \chi_{ 5529 }(1085, a) \) |
\(1\) | \(1\) | \(e\left(\frac{13}{72}\right)\) | \(e\left(\frac{13}{36}\right)\) | \(e\left(\frac{29}{144}\right)\) | \(e\left(\frac{25}{48}\right)\) | \(e\left(\frac{13}{24}\right)\) | \(e\left(\frac{55}{144}\right)\) | \(e\left(\frac{1}{24}\right)\) | \(e\left(\frac{85}{144}\right)\) | \(e\left(\frac{101}{144}\right)\) | \(e\left(\frac{13}{18}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)