sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(3871, base_ring=CyclotomicField(546))
M = H._module
chi = DirichletCharacter(H, M([429,133]))
gp:[g,chi] = znchar(Mod(748, 3871))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("3871.748");
| Modulus: | \(3871\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(3871\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(546\) |
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_{3871}(6,\cdot)\)
\(\chi_{3871}(34,\cdot)\)
\(\chi_{3871}(118,\cdot)\)
\(\chi_{3871}(132,\cdot)\)
\(\chi_{3871}(139,\cdot)\)
\(\chi_{3871}(153,\cdot)\)
\(\chi_{3871}(188,\cdot)\)
\(\chi_{3871}(265,\cdot)\)
\(\chi_{3871}(272,\cdot)\)
\(\chi_{3871}(300,\cdot)\)
\(\chi_{3871}(307,\cdot)\)
\(\chi_{3871}(314,\cdot)\)
\(\chi_{3871}(363,\cdot)\)
\(\chi_{3871}(370,\cdot)\)
\(\chi_{3871}(384,\cdot)\)
\(\chi_{3871}(398,\cdot)\)
\(\chi_{3871}(454,\cdot)\)
\(\chi_{3871}(461,\cdot)\)
\(\chi_{3871}(503,\cdot)\)
\(\chi_{3871}(517,\cdot)\)
\(\chi_{3871}(559,\cdot)\)
\(\chi_{3871}(601,\cdot)\)
\(\chi_{3871}(671,\cdot)\)
\(\chi_{3871}(692,\cdot)\)
\(\chi_{3871}(706,\cdot)\)
\(\chi_{3871}(741,\cdot)\)
\(\chi_{3871}(748,\cdot)\)
\(\chi_{3871}(797,\cdot)\)
\(\chi_{3871}(818,\cdot)\)
\(\chi_{3871}(825,\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 };
\((2845,1030)\) → \((e\left(\frac{11}{14}\right),e\left(\frac{19}{78}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(8\) | \(9\) | \(10\) | \(11\) | \(12\) |
| \( \chi_{ 3871 }(748, a) \) |
\(1\) | \(1\) | \(e\left(\frac{110}{273}\right)\) | \(e\left(\frac{8}{273}\right)\) | \(e\left(\frac{220}{273}\right)\) | \(e\left(\frac{485}{546}\right)\) | \(e\left(\frac{118}{273}\right)\) | \(e\left(\frac{19}{91}\right)\) | \(e\left(\frac{16}{273}\right)\) | \(e\left(\frac{53}{182}\right)\) | \(e\left(\frac{271}{273}\right)\) | \(e\left(\frac{76}{91}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)