sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(1985, base_ring=CyclotomicField(198))
M = H._module
chi = DirichletCharacter(H, M([99,124]))
gp:[g,chi] = znchar(Mod(1089, 1985))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("1985.1089");
| Modulus: | \(1985\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(1985\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(198\) |
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_{1985}(9,\cdot)\)
\(\chi_{1985}(19,\cdot)\)
\(\chi_{1985}(29,\cdot)\)
\(\chi_{1985}(69,\cdot)\)
\(\chi_{1985}(129,\cdot)\)
\(\chi_{1985}(144,\cdot)\)
\(\chi_{1985}(154,\cdot)\)
\(\chi_{1985}(209,\cdot)\)
\(\chi_{1985}(224,\cdot)\)
\(\chi_{1985}(249,\cdot)\)
\(\chi_{1985}(279,\cdot)\)
\(\chi_{1985}(319,\cdot)\)
\(\chi_{1985}(349,\cdot)\)
\(\chi_{1985}(364,\cdot)\)
\(\chi_{1985}(374,\cdot)\)
\(\chi_{1985}(394,\cdot)\)
\(\chi_{1985}(409,\cdot)\)
\(\chi_{1985}(434,\cdot)\)
\(\chi_{1985}(444,\cdot)\)
\(\chi_{1985}(464,\cdot)\)
\(\chi_{1985}(479,\cdot)\)
\(\chi_{1985}(489,\cdot)\)
\(\chi_{1985}(494,\cdot)\)
\(\chi_{1985}(519,\cdot)\)
\(\chi_{1985}(524,\cdot)\)
\(\chi_{1985}(529,\cdot)\)
\(\chi_{1985}(589,\cdot)\)
\(\chi_{1985}(754,\cdot)\)
\(\chi_{1985}(769,\cdot)\)
\(\chi_{1985}(804,\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 };
\((1192,1196)\) → \((-1,e\left(\frac{62}{99}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(6\) | \(7\) | \(8\) | \(9\) | \(11\) | \(12\) | \(13\) |
| \( \chi_{ 1985 }(1089, a) \) |
\(1\) | \(1\) | \(e\left(\frac{15}{22}\right)\) | \(e\left(\frac{95}{198}\right)\) | \(e\left(\frac{4}{11}\right)\) | \(e\left(\frac{16}{99}\right)\) | \(e\left(\frac{107}{198}\right)\) | \(e\left(\frac{1}{22}\right)\) | \(e\left(\frac{95}{99}\right)\) | \(e\left(\frac{67}{99}\right)\) | \(e\left(\frac{167}{198}\right)\) | \(e\left(\frac{149}{198}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)