sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(4869, base_ring=CyclotomicField(180))
M = H._module
chi = DirichletCharacter(H, M([90,121]))
gp:[g,chi] = znchar(Mod(1124, 4869))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("4869.1124");
| Modulus: | \(4869\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(1623\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(180\) |
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_{1623}(1124,\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_{4869}(8,\cdot)\)
\(\chi_{4869}(71,\cdot)\)
\(\chi_{4869}(242,\cdot)\)
\(\chi_{4869}(305,\cdot)\)
\(\chi_{4869}(422,\cdot)\)
\(\chi_{4869}(503,\cdot)\)
\(\chi_{4869}(647,\cdot)\)
\(\chi_{4869}(701,\cdot)\)
\(\chi_{4869}(827,\cdot)\)
\(\chi_{4869}(863,\cdot)\)
\(\chi_{4869}(881,\cdot)\)
\(\chi_{4869}(971,\cdot)\)
\(\chi_{4869}(1043,\cdot)\)
\(\chi_{4869}(1115,\cdot)\)
\(\chi_{4869}(1124,\cdot)\)
\(\chi_{4869}(1259,\cdot)\)
\(\chi_{4869}(1466,\cdot)\)
\(\chi_{4869}(1475,\cdot)\)
\(\chi_{4869}(1673,\cdot)\)
\(\chi_{4869}(1772,\cdot)\)
\(\chi_{4869}(1826,\cdot)\)
\(\chi_{4869}(1961,\cdot)\)
\(\chi_{4869}(2015,\cdot)\)
\(\chi_{4869}(2114,\cdot)\)
\(\chi_{4869}(2312,\cdot)\)
\(\chi_{4869}(2321,\cdot)\)
\(\chi_{4869}(2528,\cdot)\)
\(\chi_{4869}(2663,\cdot)\)
\(\chi_{4869}(2672,\cdot)\)
\(\chi_{4869}(2744,\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 };
\((542,4330)\) → \((-1,e\left(\frac{121}{180}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(4\) | \(5\) | \(7\) | \(8\) | \(10\) | \(11\) | \(13\) | \(14\) | \(16\) |
| \( \chi_{ 4869 }(1124, a) \) |
\(1\) | \(1\) | \(e\left(\frac{31}{180}\right)\) | \(e\left(\frac{31}{90}\right)\) | \(e\left(\frac{83}{90}\right)\) | \(e\left(\frac{13}{30}\right)\) | \(e\left(\frac{31}{60}\right)\) | \(e\left(\frac{17}{180}\right)\) | \(e\left(\frac{29}{36}\right)\) | \(e\left(\frac{73}{180}\right)\) | \(e\left(\frac{109}{180}\right)\) | \(e\left(\frac{31}{45}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)