sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(3107, base_ring=CyclotomicField(714))
M = H._module
chi = DirichletCharacter(H, M([476,270]))
gp:[g,chi] = znchar(Mod(425, 3107))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("3107.425");
| Modulus: | \(3107\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(3107\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(357\) |
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_{3107}(3,\cdot)\)
\(\chi_{3107}(9,\cdot)\)
\(\chi_{3107}(16,\cdot)\)
\(\chi_{3107}(29,\cdot)\)
\(\chi_{3107}(48,\cdot)\)
\(\chi_{3107}(55,\cdot)\)
\(\chi_{3107}(61,\cdot)\)
\(\chi_{3107}(68,\cdot)\)
\(\chi_{3107}(81,\cdot)\)
\(\chi_{3107}(87,\cdot)\)
\(\chi_{3107}(113,\cdot)\)
\(\chi_{3107}(120,\cdot)\)
\(\chi_{3107}(133,\cdot)\)
\(\chi_{3107}(165,\cdot)\)
\(\chi_{3107}(198,\cdot)\)
\(\chi_{3107}(204,\cdot)\)
\(\chi_{3107}(243,\cdot)\)
\(\chi_{3107}(250,\cdot)\)
\(\chi_{3107}(256,\cdot)\)
\(\chi_{3107}(269,\cdot)\)
\(\chi_{3107}(289,\cdot)\)
\(\chi_{3107}(341,\cdot)\)
\(\chi_{3107}(347,\cdot)\)
\(\chi_{3107}(360,\cdot)\)
\(\chi_{3107}(373,\cdot)\)
\(\chi_{3107}(386,\cdot)\)
\(\chi_{3107}(399,\cdot)\)
\(\chi_{3107}(419,\cdot)\)
\(\chi_{3107}(425,\cdot)\)
\(\chi_{3107}(432,\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 };
\((1913,963)\) → \((e\left(\frac{2}{3}\right),e\left(\frac{45}{119}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 3107 }(425, a) \) |
\(1\) | \(1\) | \(e\left(\frac{223}{357}\right)\) | \(e\left(\frac{232}{357}\right)\) | \(e\left(\frac{89}{357}\right)\) | \(e\left(\frac{22}{119}\right)\) | \(e\left(\frac{14}{51}\right)\) | \(e\left(\frac{254}{357}\right)\) | \(e\left(\frac{104}{119}\right)\) | \(e\left(\frac{107}{357}\right)\) | \(e\left(\frac{17}{21}\right)\) | \(e\left(\frac{64}{357}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)