sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(2572, base_ring=CyclotomicField(214))
M = H._module
chi = DirichletCharacter(H, M([0,177]))
gp:[g,chi] = znchar(Mod(77, 2572))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("2572.77");
| Modulus: | \(2572\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(643\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(214\) |
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_{643}(77,\cdot)\) |
sage:chi.is_primitive()
gp:#znconreyconductor(g,chi)==1
magma:IsPrimitive(chi);
|
| Minimal: | yes |
| Parity: | odd |
sage:chi.is_odd()
gp:zncharisodd(g,chi)
magma:IsOdd(chi);
|
\(\chi_{2572}(5,\cdot)\)
\(\chi_{2572}(45,\cdot)\)
\(\chi_{2572}(77,\cdot)\)
\(\chi_{2572}(125,\cdot)\)
\(\chi_{2572}(157,\cdot)\)
\(\chi_{2572}(329,\cdot)\)
\(\chi_{2572}(389,\cdot)\)
\(\chi_{2572}(393,\cdot)\)
\(\chi_{2572}(405,\cdot)\)
\(\chi_{2572}(429,\cdot)\)
\(\chi_{2572}(437,\cdot)\)
\(\chi_{2572}(489,\cdot)\)
\(\chi_{2572}(493,\cdot)\)
\(\chi_{2572}(501,\cdot)\)
\(\chi_{2572}(509,\cdot)\)
\(\chi_{2572}(553,\cdot)\)
\(\chi_{2572}(557,\cdot)\)
\(\chi_{2572}(589,\cdot)\)
\(\chi_{2572}(633,\cdot)\)
\(\chi_{2572}(637,\cdot)\)
\(\chi_{2572}(645,\cdot)\)
\(\chi_{2572}(661,\cdot)\)
\(\chi_{2572}(673,\cdot)\)
\(\chi_{2572}(693,\cdot)\)
\(\chi_{2572}(805,\cdot)\)
\(\chi_{2572}(901,\cdot)\)
\(\chi_{2572}(905,\cdot)\)
\(\chi_{2572}(913,\cdot)\)
\(\chi_{2572}(929,\cdot)\)
\(\chi_{2572}(965,\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 };
\((1287,1297)\) → \((1,e\left(\frac{177}{214}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(5\) | \(7\) | \(9\) | \(11\) | \(13\) | \(15\) | \(17\) | \(19\) | \(21\) |
| \( \chi_{ 2572 }(77, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{123}{214}\right)\) | \(e\left(\frac{71}{214}\right)\) | \(e\left(\frac{39}{107}\right)\) | \(e\left(\frac{16}{107}\right)\) | \(e\left(\frac{177}{214}\right)\) | \(e\left(\frac{5}{214}\right)\) | \(e\left(\frac{97}{107}\right)\) | \(e\left(\frac{19}{214}\right)\) | \(e\left(\frac{173}{214}\right)\) | \(e\left(\frac{201}{214}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)