sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(6427, base_ring=CyclotomicField(2142))
M = H._module
chi = DirichletCharacter(H, M([806]))
gp:[g,chi] = znchar(Mod(135, 6427))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("6427.135");
| Modulus: | \(6427\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(6427\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(1071\) |
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_{6427}(4,\cdot)\)
\(\chi_{6427}(10,\cdot)\)
\(\chi_{6427}(16,\cdot)\)
\(\chi_{6427}(23,\cdot)\)
\(\chi_{6427}(33,\cdot)\)
\(\chi_{6427}(40,\cdot)\)
\(\chi_{6427}(54,\cdot)\)
\(\chi_{6427}(57,\cdot)\)
\(\chi_{6427}(87,\cdot)\)
\(\chi_{6427}(97,\cdot)\)
\(\chi_{6427}(100,\cdot)\)
\(\chi_{6427}(132,\cdot)\)
\(\chi_{6427}(135,\cdot)\)
\(\chi_{6427}(139,\cdot)\)
\(\chi_{6427}(142,\cdot)\)
\(\chi_{6427}(153,\cdot)\)
\(\chi_{6427}(156,\cdot)\)
\(\chi_{6427}(178,\cdot)\)
\(\chi_{6427}(201,\cdot)\)
\(\chi_{6427}(206,\cdot)\)
\(\chi_{6427}(210,\cdot)\)
\(\chi_{6427}(216,\cdot)\)
\(\chi_{6427}(222,\cdot)\)
\(\chi_{6427}(230,\cdot)\)
\(\chi_{6427}(238,\cdot)\)
\(\chi_{6427}(241,\cdot)\)
\(\chi_{6427}(250,\cdot)\)
\(\chi_{6427}(256,\cdot)\)
\(\chi_{6427}(257,\cdot)\)
\(\chi_{6427}(271,\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 };
\(3\) → \(e\left(\frac{403}{1071}\right)\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 6427 }(135, a) \) |
\(1\) | \(1\) | \(e\left(\frac{298}{357}\right)\) | \(e\left(\frac{403}{1071}\right)\) | \(e\left(\frac{239}{357}\right)\) | \(e\left(\frac{37}{51}\right)\) | \(e\left(\frac{226}{1071}\right)\) | \(e\left(\frac{8}{153}\right)\) | \(e\left(\frac{60}{119}\right)\) | \(e\left(\frac{806}{1071}\right)\) | \(e\left(\frac{200}{357}\right)\) | \(e\left(\frac{10}{63}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)