sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(8450, base_ring=CyclotomicField(390))
M = H._module
chi = DirichletCharacter(H, M([117,145]))
gp:[g,chi] = znchar(Mod(1739, 8450))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("8450.1739");
| Modulus: | \(8450\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(4225\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(390\) |
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_{4225}(1739,\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_{8450}(69,\cdot)\)
\(\chi_{8450}(179,\cdot)\)
\(\chi_{8450}(309,\cdot)\)
\(\chi_{8450}(329,\cdot)\)
\(\chi_{8450}(439,\cdot)\)
\(\chi_{8450}(459,\cdot)\)
\(\chi_{8450}(569,\cdot)\)
\(\chi_{8450}(589,\cdot)\)
\(\chi_{8450}(719,\cdot)\)
\(\chi_{8450}(829,\cdot)\)
\(\chi_{8450}(959,\cdot)\)
\(\chi_{8450}(979,\cdot)\)
\(\chi_{8450}(1089,\cdot)\)
\(\chi_{8450}(1109,\cdot)\)
\(\chi_{8450}(1219,\cdot)\)
\(\chi_{8450}(1239,\cdot)\)
\(\chi_{8450}(1369,\cdot)\)
\(\chi_{8450}(1479,\cdot)\)
\(\chi_{8450}(1609,\cdot)\)
\(\chi_{8450}(1629,\cdot)\)
\(\chi_{8450}(1739,\cdot)\)
\(\chi_{8450}(1759,\cdot)\)
\(\chi_{8450}(1869,\cdot)\)
\(\chi_{8450}(1889,\cdot)\)
\(\chi_{8450}(2019,\cdot)\)
\(\chi_{8450}(2129,\cdot)\)
\(\chi_{8450}(2259,\cdot)\)
\(\chi_{8450}(2279,\cdot)\)
\(\chi_{8450}(2409,\cdot)\)
\(\chi_{8450}(2519,\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 };
\((677,3551)\) → \((e\left(\frac{3}{10}\right),e\left(\frac{29}{78}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(7\) | \(9\) | \(11\) | \(17\) | \(19\) | \(21\) | \(23\) | \(27\) | \(29\) |
| \( \chi_{ 8450 }(1739, a) \) |
\(1\) | \(1\) | \(e\left(\frac{79}{390}\right)\) | \(e\left(\frac{11}{39}\right)\) | \(e\left(\frac{79}{195}\right)\) | \(e\left(\frac{37}{390}\right)\) | \(e\left(\frac{71}{390}\right)\) | \(e\left(\frac{17}{30}\right)\) | \(e\left(\frac{63}{130}\right)\) | \(e\left(\frac{19}{30}\right)\) | \(e\left(\frac{79}{130}\right)\) | \(e\left(\frac{92}{195}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)