sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(6258, base_ring=CyclotomicField(444))
M = H._module
chi = DirichletCharacter(H, M([222,148,129]))
gp:[g,chi] = znchar(Mod(611, 6258))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("6258.611");
| Modulus: | \(6258\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(3129\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(444\) |
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_{3129}(611,\cdot)\) |
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_{6258}(11,\cdot)\)
\(\chi_{6258}(23,\cdot)\)
\(\chi_{6258}(65,\cdot)\)
\(\chi_{6258}(137,\cdot)\)
\(\chi_{6258}(221,\cdot)\)
\(\chi_{6258}(233,\cdot)\)
\(\chi_{6258}(275,\cdot)\)
\(\chi_{6258}(389,\cdot)\)
\(\chi_{6258}(485,\cdot)\)
\(\chi_{6258}(569,\cdot)\)
\(\chi_{6258}(599,\cdot)\)
\(\chi_{6258}(611,\cdot)\)
\(\chi_{6258}(653,\cdot)\)
\(\chi_{6258}(683,\cdot)\)
\(\chi_{6258}(695,\cdot)\)
\(\chi_{6258}(737,\cdot)\)
\(\chi_{6258}(779,\cdot)\)
\(\chi_{6258}(851,\cdot)\)
\(\chi_{6258}(905,\cdot)\)
\(\chi_{6258}(935,\cdot)\)
\(\chi_{6258}(977,\cdot)\)
\(\chi_{6258}(1031,\cdot)\)
\(\chi_{6258}(1061,\cdot)\)
\(\chi_{6258}(1103,\cdot)\)
\(\chi_{6258}(1115,\cdot)\)
\(\chi_{6258}(1271,\cdot)\)
\(\chi_{6258}(1283,\cdot)\)
\(\chi_{6258}(1355,\cdot)\)
\(\chi_{6258}(1397,\cdot)\)
\(\chi_{6258}(1439,\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 };
\((2087,5365,4621)\) → \((-1,e\left(\frac{1}{3}\right),e\left(\frac{43}{148}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(5\) | \(11\) | \(13\) | \(17\) | \(19\) | \(23\) | \(25\) | \(29\) | \(31\) | \(37\) |
| \( \chi_{ 6258 }(611, a) \) |
\(1\) | \(1\) | \(e\left(\frac{85}{222}\right)\) | \(e\left(\frac{223}{444}\right)\) | \(e\left(\frac{59}{148}\right)\) | \(e\left(\frac{191}{222}\right)\) | \(e\left(\frac{8}{111}\right)\) | \(e\left(\frac{341}{444}\right)\) | \(e\left(\frac{85}{111}\right)\) | \(e\left(\frac{27}{74}\right)\) | \(e\left(\frac{76}{111}\right)\) | \(e\left(\frac{65}{111}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)