sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(3234, base_ring=CyclotomicField(210))
M = H._module
chi = DirichletCharacter(H, M([0,160,126]))
gp:[g,chi] = znchar(Mod(625, 3234))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("3234.625");
| Modulus: | \(3234\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(539\) |
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: | no, induced from \(\chi_{539}(86,\cdot)\) |
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_{3234}(25,\cdot)\)
\(\chi_{3234}(37,\cdot)\)
\(\chi_{3234}(163,\cdot)\)
\(\chi_{3234}(235,\cdot)\)
\(\chi_{3234}(247,\cdot)\)
\(\chi_{3234}(289,\cdot)\)
\(\chi_{3234}(445,\cdot)\)
\(\chi_{3234}(487,\cdot)\)
\(\chi_{3234}(499,\cdot)\)
\(\chi_{3234}(625,\cdot)\)
\(\chi_{3234}(697,\cdot)\)
\(\chi_{3234}(709,\cdot)\)
\(\chi_{3234}(751,\cdot)\)
\(\chi_{3234}(823,\cdot)\)
\(\chi_{3234}(907,\cdot)\)
\(\chi_{3234}(1087,\cdot)\)
\(\chi_{3234}(1159,\cdot)\)
\(\chi_{3234}(1171,\cdot)\)
\(\chi_{3234}(1213,\cdot)\)
\(\chi_{3234}(1285,\cdot)\)
\(\chi_{3234}(1369,\cdot)\)
\(\chi_{3234}(1411,\cdot)\)
\(\chi_{3234}(1423,\cdot)\)
\(\chi_{3234}(1621,\cdot)\)
\(\chi_{3234}(1633,\cdot)\)
\(\chi_{3234}(1675,\cdot)\)
\(\chi_{3234}(1747,\cdot)\)
\(\chi_{3234}(1873,\cdot)\)
\(\chi_{3234}(1885,\cdot)\)
\(\chi_{3234}(2011,\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 };
\((1079,199,2059)\) → \((1,e\left(\frac{16}{21}\right),e\left(\frac{3}{5}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(5\) | \(13\) | \(17\) | \(19\) | \(23\) | \(25\) | \(29\) | \(31\) | \(37\) | \(41\) |
| \( \chi_{ 3234 }(625, a) \) |
\(1\) | \(1\) | \(e\left(\frac{52}{105}\right)\) | \(e\left(\frac{26}{35}\right)\) | \(e\left(\frac{47}{105}\right)\) | \(e\left(\frac{7}{15}\right)\) | \(e\left(\frac{20}{21}\right)\) | \(e\left(\frac{104}{105}\right)\) | \(e\left(\frac{32}{35}\right)\) | \(e\left(\frac{14}{15}\right)\) | \(e\left(\frac{61}{105}\right)\) | \(e\left(\frac{8}{35}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)