sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(2572, base_ring=CyclotomicField(214))
M = H._module
chi = DirichletCharacter(H, M([107,37]))
gp:[g,chi] = znchar(Mod(1119, 2572))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("2572.1119");
| Modulus: | \(2572\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(2572\) |
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: | 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_{2572}(3,\cdot)\)
\(\chi_{2572}(27,\cdot)\)
\(\chi_{2572}(43,\cdot)\)
\(\chi_{2572}(67,\cdot)\)
\(\chi_{2572}(71,\cdot)\)
\(\chi_{2572}(75,\cdot)\)
\(\chi_{2572}(103,\cdot)\)
\(\chi_{2572}(107,\cdot)\)
\(\chi_{2572}(119,\cdot)\)
\(\chi_{2572}(127,\cdot)\)
\(\chi_{2572}(243,\cdot)\)
\(\chi_{2572}(259,\cdot)\)
\(\chi_{2572}(283,\cdot)\)
\(\chi_{2572}(299,\cdot)\)
\(\chi_{2572}(319,\cdot)\)
\(\chi_{2572}(387,\cdot)\)
\(\chi_{2572}(403,\cdot)\)
\(\chi_{2572}(427,\cdot)\)
\(\chi_{2572}(483,\cdot)\)
\(\chi_{2572}(499,\cdot)\)
\(\chi_{2572}(543,\cdot)\)
\(\chi_{2572}(547,\cdot)\)
\(\chi_{2572}(579,\cdot)\)
\(\chi_{2572}(583,\cdot)\)
\(\chi_{2572}(603,\cdot)\)
\(\chi_{2572}(607,\cdot)\)
\(\chi_{2572}(619,\cdot)\)
\(\chi_{2572}(627,\cdot)\)
\(\chi_{2572}(639,\cdot)\)
\(\chi_{2572}(651,\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{37}{214}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(5\) | \(7\) | \(9\) | \(11\) | \(13\) | \(15\) | \(17\) | \(19\) | \(21\) |
| \( \chi_{ 2572 }(1119, a) \) |
\(1\) | \(1\) | \(e\left(\frac{99}{107}\right)\) | \(e\left(\frac{143}{214}\right)\) | \(e\left(\frac{29}{214}\right)\) | \(e\left(\frac{91}{107}\right)\) | \(e\left(\frac{72}{107}\right)\) | \(e\left(\frac{209}{214}\right)\) | \(e\left(\frac{127}{214}\right)\) | \(e\left(\frac{195}{214}\right)\) | \(e\left(\frac{74}{107}\right)\) | \(e\left(\frac{13}{214}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)