sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(1405, base_ring=CyclotomicField(140))
M = H._module
chi = DirichletCharacter(H, M([70,107]))
gp:[g,chi] = znchar(Mod(359, 1405))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("1405.359");
| Modulus: | \(1405\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(1405\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(140\) |
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_{1405}(9,\cdot)\)
\(\chi_{1405}(14,\cdot)\)
\(\chi_{1405}(69,\cdot)\)
\(\chi_{1405}(114,\cdot)\)
\(\chi_{1405}(144,\cdot)\)
\(\chi_{1405}(149,\cdot)\)
\(\chi_{1405}(169,\cdot)\)
\(\chi_{1405}(209,\cdot)\)
\(\chi_{1405}(224,\cdot)\)
\(\chi_{1405}(264,\cdot)\)
\(\chi_{1405}(299,\cdot)\)
\(\chi_{1405}(314,\cdot)\)
\(\chi_{1405}(359,\cdot)\)
\(\chi_{1405}(419,\cdot)\)
\(\chi_{1405}(424,\cdot)\)
\(\chi_{1405}(484,\cdot)\)
\(\chi_{1405}(529,\cdot)\)
\(\chi_{1405}(544,\cdot)\)
\(\chi_{1405}(579,\cdot)\)
\(\chi_{1405}(619,\cdot)\)
\(\chi_{1405}(634,\cdot)\)
\(\chi_{1405}(674,\cdot)\)
\(\chi_{1405}(694,\cdot)\)
\(\chi_{1405}(699,\cdot)\)
\(\chi_{1405}(729,\cdot)\)
\(\chi_{1405}(774,\cdot)\)
\(\chi_{1405}(829,\cdot)\)
\(\chi_{1405}(834,\cdot)\)
\(\chi_{1405}(874,\cdot)\)
\(\chi_{1405}(899,\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 };
\((282,846)\) → \((-1,e\left(\frac{107}{140}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(6\) | \(7\) | \(8\) | \(9\) | \(11\) | \(12\) | \(13\) |
| \( \chi_{ 1405 }(359, a) \) |
\(1\) | \(1\) | \(e\left(\frac{29}{70}\right)\) | \(e\left(\frac{37}{140}\right)\) | \(e\left(\frac{29}{35}\right)\) | \(e\left(\frac{19}{28}\right)\) | \(e\left(\frac{3}{5}\right)\) | \(e\left(\frac{17}{70}\right)\) | \(e\left(\frac{37}{70}\right)\) | \(e\left(\frac{51}{140}\right)\) | \(e\left(\frac{13}{140}\right)\) | \(e\left(\frac{53}{140}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)