sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(3571, base_ring=CyclotomicField(714))
M = H._module
chi = DirichletCharacter(H, M([568]))
gp:[g,chi] = znchar(Mod(99, 3571))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("3571.99");
| Modulus: | \(3571\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(3571\) |
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_{3571}(43,\cdot)\)
\(\chi_{3571}(54,\cdot)\)
\(\chi_{3571}(67,\cdot)\)
\(\chi_{3571}(99,\cdot)\)
\(\chi_{3571}(124,\cdot)\)
\(\chi_{3571}(126,\cdot)\)
\(\chi_{3571}(144,\cdot)\)
\(\chi_{3571}(150,\cdot)\)
\(\chi_{3571}(164,\cdot)\)
\(\chi_{3571}(174,\cdot)\)
\(\chi_{3571}(214,\cdot)\)
\(\chi_{3571}(226,\cdot)\)
\(\chi_{3571}(231,\cdot)\)
\(\chi_{3571}(271,\cdot)\)
\(\chi_{3571}(277,\cdot)\)
\(\chi_{3571}(294,\cdot)\)
\(\chi_{3571}(319,\cdot)\)
\(\chi_{3571}(350,\cdot)\)
\(\chi_{3571}(356,\cdot)\)
\(\chi_{3571}(403,\cdot)\)
\(\chi_{3571}(406,\cdot)\)
\(\chi_{3571}(414,\cdot)\)
\(\chi_{3571}(417,\cdot)\)
\(\chi_{3571}(444,\cdot)\)
\(\chi_{3571}(464,\cdot)\)
\(\chi_{3571}(468,\cdot)\)
\(\chi_{3571}(498,\cdot)\)
\(\chi_{3571}(505,\cdot)\)
\(\chi_{3571}(533,\cdot)\)
\(\chi_{3571}(566,\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 };
\(2\) → \(e\left(\frac{284}{357}\right)\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 3571 }(99, a) \) |
\(1\) | \(1\) | \(e\left(\frac{284}{357}\right)\) | \(e\left(\frac{46}{357}\right)\) | \(e\left(\frac{211}{357}\right)\) | \(e\left(\frac{53}{357}\right)\) | \(e\left(\frac{110}{119}\right)\) | \(e\left(\frac{43}{357}\right)\) | \(e\left(\frac{46}{119}\right)\) | \(e\left(\frac{92}{357}\right)\) | \(e\left(\frac{337}{357}\right)\) | \(e\left(\frac{5}{357}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)