sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(3038, base_ring=CyclotomicField(210))
M = H._module
chi = DirichletCharacter(H, M([30,98]))
gp:[g,chi] = znchar(Mod(1219, 3038))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("3038.1219");
| Modulus: | \(3038\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(1519\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(105\) |
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_{1519}(1219,\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_{3038}(71,\cdot)\)
\(\chi_{3038}(113,\cdot)\)
\(\chi_{3038}(169,\cdot)\)
\(\chi_{3038}(183,\cdot)\)
\(\chi_{3038}(267,\cdot)\)
\(\chi_{3038}(351,\cdot)\)
\(\chi_{3038}(379,\cdot)\)
\(\chi_{3038}(421,\cdot)\)
\(\chi_{3038}(505,\cdot)\)
\(\chi_{3038}(547,\cdot)\)
\(\chi_{3038}(603,\cdot)\)
\(\chi_{3038}(617,\cdot)\)
\(\chi_{3038}(701,\cdot)\)
\(\chi_{3038}(813,\cdot)\)
\(\chi_{3038}(855,\cdot)\)
\(\chi_{3038}(939,\cdot)\)
\(\chi_{3038}(1037,\cdot)\)
\(\chi_{3038}(1051,\cdot)\)
\(\chi_{3038}(1135,\cdot)\)
\(\chi_{3038}(1219,\cdot)\)
\(\chi_{3038}(1247,\cdot)\)
\(\chi_{3038}(1289,\cdot)\)
\(\chi_{3038}(1415,\cdot)\)
\(\chi_{3038}(1485,\cdot)\)
\(\chi_{3038}(1653,\cdot)\)
\(\chi_{3038}(1681,\cdot)\)
\(\chi_{3038}(1723,\cdot)\)
\(\chi_{3038}(1807,\cdot)\)
\(\chi_{3038}(1849,\cdot)\)
\(\chi_{3038}(1905,\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 };
\((1179,1863)\) → \((e\left(\frac{1}{7}\right),e\left(\frac{7}{15}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(5\) | \(9\) | \(11\) | \(13\) | \(15\) | \(17\) | \(19\) | \(23\) | \(25\) |
| \( \chi_{ 3038 }(1219, a) \) |
\(1\) | \(1\) | \(e\left(\frac{64}{105}\right)\) | \(e\left(\frac{10}{21}\right)\) | \(e\left(\frac{23}{105}\right)\) | \(e\left(\frac{47}{105}\right)\) | \(e\left(\frac{89}{105}\right)\) | \(e\left(\frac{3}{35}\right)\) | \(e\left(\frac{88}{105}\right)\) | \(e\left(\frac{13}{15}\right)\) | \(e\left(\frac{1}{35}\right)\) | \(e\left(\frac{20}{21}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)