sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(2527, base_ring=CyclotomicField(114))
M = H._module
chi = DirichletCharacter(H, M([95,107]))
gp:[g,chi] = znchar(Mod(1076, 2527))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("2527.1076");
| Modulus: | \(2527\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(2527\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(114\) |
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_{2527}(12,\cdot)\)
\(\chi_{2527}(122,\cdot)\)
\(\chi_{2527}(145,\cdot)\)
\(\chi_{2527}(255,\cdot)\)
\(\chi_{2527}(278,\cdot)\)
\(\chi_{2527}(388,\cdot)\)
\(\chi_{2527}(411,\cdot)\)
\(\chi_{2527}(521,\cdot)\)
\(\chi_{2527}(544,\cdot)\)
\(\chi_{2527}(677,\cdot)\)
\(\chi_{2527}(787,\cdot)\)
\(\chi_{2527}(810,\cdot)\)
\(\chi_{2527}(920,\cdot)\)
\(\chi_{2527}(943,\cdot)\)
\(\chi_{2527}(1053,\cdot)\)
\(\chi_{2527}(1076,\cdot)\)
\(\chi_{2527}(1186,\cdot)\)
\(\chi_{2527}(1209,\cdot)\)
\(\chi_{2527}(1319,\cdot)\)
\(\chi_{2527}(1342,\cdot)\)
\(\chi_{2527}(1452,\cdot)\)
\(\chi_{2527}(1475,\cdot)\)
\(\chi_{2527}(1585,\cdot)\)
\(\chi_{2527}(1608,\cdot)\)
\(\chi_{2527}(1718,\cdot)\)
\(\chi_{2527}(1741,\cdot)\)
\(\chi_{2527}(1851,\cdot)\)
\(\chi_{2527}(1984,\cdot)\)
\(\chi_{2527}(2007,\cdot)\)
\(\chi_{2527}(2117,\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 };
\((1445,1807)\) → \((e\left(\frac{5}{6}\right),e\left(\frac{107}{114}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(8\) | \(9\) | \(10\) | \(11\) | \(12\) |
| \( \chi_{ 2527 }(1076, a) \) |
\(1\) | \(1\) | \(e\left(\frac{23}{38}\right)\) | \(e\left(\frac{17}{57}\right)\) | \(e\left(\frac{4}{19}\right)\) | \(e\left(\frac{35}{38}\right)\) | \(e\left(\frac{103}{114}\right)\) | \(e\left(\frac{31}{38}\right)\) | \(e\left(\frac{34}{57}\right)\) | \(e\left(\frac{10}{19}\right)\) | \(e\left(\frac{4}{57}\right)\) | \(e\left(\frac{29}{57}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)