sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(4255, base_ring=CyclotomicField(198))
M = H._module
chi = DirichletCharacter(H, M([99,18,187]))
gp:[g,chi] = znchar(Mod(324, 4255))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("4255.324");
| Modulus: | \(4255\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(4255\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(198\) |
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_{4255}(4,\cdot)\)
\(\chi_{4255}(104,\cdot)\)
\(\chi_{4255}(169,\cdot)\)
\(\chi_{4255}(284,\cdot)\)
\(\chi_{4255}(289,\cdot)\)
\(\chi_{4255}(324,\cdot)\)
\(\chi_{4255}(354,\cdot)\)
\(\chi_{4255}(374,\cdot)\)
\(\chi_{4255}(469,\cdot)\)
\(\chi_{4255}(509,\cdot)\)
\(\chi_{4255}(669,\cdot)\)
\(\chi_{4255}(694,\cdot)\)
\(\chi_{4255}(744,\cdot)\)
\(\chi_{4255}(844,\cdot)\)
\(\chi_{4255}(854,\cdot)\)
\(\chi_{4255}(909,\cdot)\)
\(\chi_{4255}(929,\cdot)\)
\(\chi_{4255}(1024,\cdot)\)
\(\chi_{4255}(1039,\cdot)\)
\(\chi_{4255}(1064,\cdot)\)
\(\chi_{4255}(1094,\cdot)\)
\(\chi_{4255}(1209,\cdot)\)
\(\chi_{4255}(1214,\cdot)\)
\(\chi_{4255}(1409,\cdot)\)
\(\chi_{4255}(1434,\cdot)\)
\(\chi_{4255}(1484,\cdot)\)
\(\chi_{4255}(1619,\cdot)\)
\(\chi_{4255}(1649,\cdot)\)
\(\chi_{4255}(1669,\cdot)\)
\(\chi_{4255}(1764,\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 };
\((852,741,3221)\) → \((-1,e\left(\frac{1}{11}\right),e\left(\frac{17}{18}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(6\) | \(7\) | \(8\) | \(9\) | \(11\) | \(12\) | \(13\) |
| \( \chi_{ 4255 }(324, a) \) |
\(1\) | \(1\) | \(e\left(\frac{62}{99}\right)\) | \(e\left(\frac{101}{198}\right)\) | \(e\left(\frac{25}{99}\right)\) | \(e\left(\frac{3}{22}\right)\) | \(e\left(\frac{89}{198}\right)\) | \(e\left(\frac{29}{33}\right)\) | \(e\left(\frac{2}{99}\right)\) | \(e\left(\frac{5}{33}\right)\) | \(e\left(\frac{151}{198}\right)\) | \(e\left(\frac{16}{99}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)