sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(3437, base_ring=CyclotomicField(210))
M = H._module
chi = DirichletCharacter(H, M([140,198]))
gp:[g,chi] = znchar(Mod(704, 3437))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("3437.704");
| Modulus: | \(3437\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(3437\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(105\) |
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_{3437}(114,\cdot)\)
\(\chi_{3437}(144,\cdot)\)
\(\chi_{3437}(221,\cdot)\)
\(\chi_{3437}(226,\cdot)\)
\(\chi_{3437}(305,\cdot)\)
\(\chi_{3437}(681,\cdot)\)
\(\chi_{3437}(688,\cdot)\)
\(\chi_{3437}(704,\cdot)\)
\(\chi_{3437}(723,\cdot)\)
\(\chi_{3437}(746,\cdot)\)
\(\chi_{3437}(891,\cdot)\)
\(\chi_{3437}(919,\cdot)\)
\(\chi_{3437}(1038,\cdot)\)
\(\chi_{3437}(1096,\cdot)\)
\(\chi_{3437}(1208,\cdot)\)
\(\chi_{3437}(1311,\cdot)\)
\(\chi_{3437}(1493,\cdot)\)
\(\chi_{3437}(1514,\cdot)\)
\(\chi_{3437}(1654,\cdot)\)
\(\chi_{3437}(1663,\cdot)\)
\(\chi_{3437}(1670,\cdot)\)
\(\chi_{3437}(1703,\cdot)\)
\(\chi_{3437}(1705,\cdot)\)
\(\chi_{3437}(1836,\cdot)\)
\(\chi_{3437}(1873,\cdot)\)
\(\chi_{3437}(1901,\cdot)\)
\(\chi_{3437}(1976,\cdot)\)
\(\chi_{3437}(2020,\cdot)\)
\(\chi_{3437}(2172,\cdot)\)
\(\chi_{3437}(2221,\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 };
\((983,2948)\) → \((e\left(\frac{2}{3}\right),e\left(\frac{33}{35}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(8\) | \(9\) | \(10\) | \(11\) | \(12\) |
| \( \chi_{ 3437 }(704, a) \) |
\(1\) | \(1\) | \(e\left(\frac{29}{105}\right)\) | \(e\left(\frac{8}{21}\right)\) | \(e\left(\frac{58}{105}\right)\) | \(e\left(\frac{89}{105}\right)\) | \(e\left(\frac{23}{35}\right)\) | \(e\left(\frac{29}{35}\right)\) | \(e\left(\frac{16}{21}\right)\) | \(e\left(\frac{13}{105}\right)\) | \(e\left(\frac{64}{105}\right)\) | \(e\left(\frac{14}{15}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)