sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(3671, base_ring=CyclotomicField(734))
M = H._module
chi = DirichletCharacter(H, M([416]))
gp:[g,chi] = znchar(Mod(1047, 3671))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("3671.1047");
| Modulus: | \(3671\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(3671\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(367\) |
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_{3671}(10,\cdot)\)
\(\chi_{3671}(14,\cdot)\)
\(\chi_{3671}(15,\cdot)\)
\(\chi_{3671}(21,\cdot)\)
\(\chi_{3671}(22,\cdot)\)
\(\chi_{3671}(31,\cdot)\)
\(\chi_{3671}(32,\cdot)\)
\(\chi_{3671}(33,\cdot)\)
\(\chi_{3671}(34,\cdot)\)
\(\chi_{3671}(48,\cdot)\)
\(\chi_{3671}(51,\cdot)\)
\(\chi_{3671}(72,\cdot)\)
\(\chi_{3671}(83,\cdot)\)
\(\chi_{3671}(92,\cdot)\)
\(\chi_{3671}(100,\cdot)\)
\(\chi_{3671}(108,\cdot)\)
\(\chi_{3671}(138,\cdot)\)
\(\chi_{3671}(140,\cdot)\)
\(\chi_{3671}(150,\cdot)\)
\(\chi_{3671}(162,\cdot)\)
\(\chi_{3671}(188,\cdot)\)
\(\chi_{3671}(191,\cdot)\)
\(\chi_{3671}(196,\cdot)\)
\(\chi_{3671}(207,\cdot)\)
\(\chi_{3671}(210,\cdot)\)
\(\chi_{3671}(220,\cdot)\)
\(\chi_{3671}(225,\cdot)\)
\(\chi_{3671}(236,\cdot)\)
\(\chi_{3671}(243,\cdot)\)
\(\chi_{3671}(247,\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 };
\(13\) → \(e\left(\frac{208}{367}\right)\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 3671 }(1047, a) \) |
\(1\) | \(1\) | \(e\left(\frac{26}{367}\right)\) | \(e\left(\frac{152}{367}\right)\) | \(e\left(\frac{52}{367}\right)\) | \(e\left(\frac{56}{367}\right)\) | \(e\left(\frac{178}{367}\right)\) | \(e\left(\frac{261}{367}\right)\) | \(e\left(\frac{78}{367}\right)\) | \(e\left(\frac{304}{367}\right)\) | \(e\left(\frac{82}{367}\right)\) | \(e\left(\frac{329}{367}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)