sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(3571, base_ring=CyclotomicField(1190))
M = H._module
chi = DirichletCharacter(H, M([843]))
gp:[g,chi] = znchar(Mod(87, 3571))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("3571.87");
| 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: | \(1190\) |
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: | odd |
sage:chi.is_odd()
gp:zncharisodd(g,chi)
magma:IsOdd(chi);
|
\(\chi_{3571}(8,\cdot)\)
\(\chi_{3571}(15,\cdot)\)
\(\chi_{3571}(23,\cdot)\)
\(\chi_{3571}(26,\cdot)\)
\(\chi_{3571}(27,\cdot)\)
\(\chi_{3571}(35,\cdot)\)
\(\chi_{3571}(48,\cdot)\)
\(\chi_{3571}(50,\cdot)\)
\(\chi_{3571}(57,\cdot)\)
\(\chi_{3571}(63,\cdot)\)
\(\chi_{3571}(77,\cdot)\)
\(\chi_{3571}(82,\cdot)\)
\(\chi_{3571}(86,\cdot)\)
\(\chi_{3571}(87,\cdot)\)
\(\chi_{3571}(110,\cdot)\)
\(\chi_{3571}(112,\cdot)\)
\(\chi_{3571}(134,\cdot)\)
\(\chi_{3571}(136,\cdot)\)
\(\chi_{3571}(138,\cdot)\)
\(\chi_{3571}(146,\cdot)\)
\(\chi_{3571}(147,\cdot)\)
\(\chi_{3571}(160,\cdot)\)
\(\chi_{3571}(162,\cdot)\)
\(\chi_{3571}(194,\cdot)\)
\(\chi_{3571}(198,\cdot)\)
\(\chi_{3571}(212,\cdot)\)
\(\chi_{3571}(222,\cdot)\)
\(\chi_{3571}(229,\cdot)\)
\(\chi_{3571}(239,\cdot)\)
\(\chi_{3571}(244,\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{843}{1190}\right)\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 3571 }(87, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{843}{1190}\right)\) | \(e\left(\frac{129}{1190}\right)\) | \(e\left(\frac{248}{595}\right)\) | \(e\left(\frac{117}{595}\right)\) | \(e\left(\frac{486}{595}\right)\) | \(e\left(\frac{1189}{1190}\right)\) | \(e\left(\frac{149}{1190}\right)\) | \(e\left(\frac{129}{595}\right)\) | \(e\left(\frac{1077}{1190}\right)\) | \(e\left(\frac{386}{595}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)