sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(2527, base_ring=CyclotomicField(114))
M = H._module
chi = DirichletCharacter(H, M([57,5]))
gp:[g,chi] = znchar(Mod(1000, 2527))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("2527.1000");
| 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}(27,\cdot)\)
\(\chi_{2527}(160,\cdot)\)
\(\chi_{2527}(202,\cdot)\)
\(\chi_{2527}(335,\cdot)\)
\(\chi_{2527}(426,\cdot)\)
\(\chi_{2527}(468,\cdot)\)
\(\chi_{2527}(559,\cdot)\)
\(\chi_{2527}(601,\cdot)\)
\(\chi_{2527}(692,\cdot)\)
\(\chi_{2527}(734,\cdot)\)
\(\chi_{2527}(825,\cdot)\)
\(\chi_{2527}(867,\cdot)\)
\(\chi_{2527}(958,\cdot)\)
\(\chi_{2527}(1000,\cdot)\)
\(\chi_{2527}(1091,\cdot)\)
\(\chi_{2527}(1133,\cdot)\)
\(\chi_{2527}(1224,\cdot)\)
\(\chi_{2527}(1266,\cdot)\)
\(\chi_{2527}(1357,\cdot)\)
\(\chi_{2527}(1399,\cdot)\)
\(\chi_{2527}(1490,\cdot)\)
\(\chi_{2527}(1532,\cdot)\)
\(\chi_{2527}(1623,\cdot)\)
\(\chi_{2527}(1665,\cdot)\)
\(\chi_{2527}(1756,\cdot)\)
\(\chi_{2527}(1798,\cdot)\)
\(\chi_{2527}(1889,\cdot)\)
\(\chi_{2527}(1931,\cdot)\)
\(\chi_{2527}(2022,\cdot)\)
\(\chi_{2527}(2064,\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)\) → \((-1,e\left(\frac{5}{114}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(8\) | \(9\) | \(10\) | \(11\) | \(12\) |
| \( \chi_{ 2527 }(1000, a) \) |
\(1\) | \(1\) | \(e\left(\frac{5}{114}\right)\) | \(e\left(\frac{34}{57}\right)\) | \(e\left(\frac{5}{57}\right)\) | \(e\left(\frac{77}{114}\right)\) | \(e\left(\frac{73}{114}\right)\) | \(e\left(\frac{5}{38}\right)\) | \(e\left(\frac{11}{57}\right)\) | \(e\left(\frac{41}{57}\right)\) | \(e\left(\frac{9}{19}\right)\) | \(e\left(\frac{13}{19}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)