sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(5587, base_ring=CyclotomicField(450))
M = H._module
chi = DirichletCharacter(H, M([25,306]))
gp:[g,chi] = znchar(Mod(1077, 5587))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("5587.1077");
| Modulus: | \(5587\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(5587\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(450\) |
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_{5587}(78,\cdot)\)
\(\chi_{5587}(299,\cdot)\)
\(\chi_{5587}(374,\cdot)\)
\(\chi_{5587}(400,\cdot)\)
\(\chi_{5587}(521,\cdot)\)
\(\chi_{5587}(539,\cdot)\)
\(\chi_{5587}(576,\cdot)\)
\(\chi_{5587}(580,\cdot)\)
\(\chi_{5587}(613,\cdot)\)
\(\chi_{5587}(633,\cdot)\)
\(\chi_{5587}(654,\cdot)\)
\(\chi_{5587}(728,\cdot)\)
\(\chi_{5587}(731,\cdot)\)
\(\chi_{5587}(805,\cdot)\)
\(\chi_{5587}(839,\cdot)\)
\(\chi_{5587}(879,\cdot)\)
\(\chi_{5587}(950,\cdot)\)
\(\chi_{5587}(987,\cdot)\)
\(\chi_{5587}(990,\cdot)\)
\(\chi_{5587}(992,\cdot)\)
\(\chi_{5587}(1029,\cdot)\)
\(\chi_{5587}(1066,\cdot)\)
\(\chi_{5587}(1077,\cdot)\)
\(\chi_{5587}(1101,\cdot)\)
\(\chi_{5587}(1135,\cdot)\)
\(\chi_{5587}(1138,\cdot)\)
\(\chi_{5587}(1151,\cdot)\)
\(\chi_{5587}(1205,\cdot)\)
\(\chi_{5587}(1286,\cdot)\)
\(\chi_{5587}(1299,\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 };
\((3776,3479)\) → \((e\left(\frac{1}{18}\right),e\left(\frac{17}{25}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 5587 }(1077, a) \) |
\(1\) | \(1\) | \(e\left(\frac{59}{90}\right)\) | \(e\left(\frac{118}{225}\right)\) | \(e\left(\frac{14}{45}\right)\) | \(e\left(\frac{197}{450}\right)\) | \(e\left(\frac{9}{50}\right)\) | \(e\left(\frac{76}{225}\right)\) | \(e\left(\frac{29}{30}\right)\) | \(e\left(\frac{11}{225}\right)\) | \(e\left(\frac{7}{75}\right)\) | \(e\left(\frac{44}{75}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)