sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(3897, base_ring=CyclotomicField(432))
M = H._module
chi = DirichletCharacter(H, M([72,55]))
gp:[g,chi] = znchar(Mod(38, 3897))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("3897.38");
| Modulus: | \(3897\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(3897\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(432\) |
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_{3897}(14,\cdot)\)
\(\chi_{3897}(20,\cdot)\)
\(\chi_{3897}(23,\cdot)\)
\(\chi_{3897}(29,\cdot)\)
\(\chi_{3897}(38,\cdot)\)
\(\chi_{3897}(83,\cdot)\)
\(\chi_{3897}(101,\cdot)\)
\(\chi_{3897}(122,\cdot)\)
\(\chi_{3897}(281,\cdot)\)
\(\chi_{3897}(311,\cdot)\)
\(\chi_{3897}(317,\cdot)\)
\(\chi_{3897}(326,\cdot)\)
\(\chi_{3897}(353,\cdot)\)
\(\chi_{3897}(362,\cdot)\)
\(\chi_{3897}(371,\cdot)\)
\(\chi_{3897}(410,\cdot)\)
\(\chi_{3897}(419,\cdot)\)
\(\chi_{3897}(443,\cdot)\)
\(\chi_{3897}(452,\cdot)\)
\(\chi_{3897}(518,\cdot)\)
\(\chi_{3897}(527,\cdot)\)
\(\chi_{3897}(545,\cdot)\)
\(\chi_{3897}(563,\cdot)\)
\(\chi_{3897}(596,\cdot)\)
\(\chi_{3897}(614,\cdot)\)
\(\chi_{3897}(617,\cdot)\)
\(\chi_{3897}(626,\cdot)\)
\(\chi_{3897}(653,\cdot)\)
\(\chi_{3897}(659,\cdot)\)
\(\chi_{3897}(680,\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 };
\((434,2170)\) → \((e\left(\frac{1}{6}\right),e\left(\frac{55}{432}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(4\) | \(5\) | \(7\) | \(8\) | \(10\) | \(11\) | \(13\) | \(14\) | \(16\) |
| \( \chi_{ 3897 }(38, a) \) |
\(1\) | \(1\) | \(e\left(\frac{7}{72}\right)\) | \(e\left(\frac{7}{36}\right)\) | \(e\left(\frac{415}{432}\right)\) | \(e\left(\frac{59}{432}\right)\) | \(e\left(\frac{7}{24}\right)\) | \(e\left(\frac{25}{432}\right)\) | \(e\left(\frac{155}{216}\right)\) | \(e\left(\frac{47}{216}\right)\) | \(e\left(\frac{101}{432}\right)\) | \(e\left(\frac{7}{18}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)