sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(1664, base_ring=CyclotomicField(96))
M = H._module
chi = DirichletCharacter(H, M([48,39,88]))
gp:[g,chi] = znchar(Mod(1515, 1664))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("1664.1515");
| Modulus: | \(1664\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(1664\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(96\) |
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_{1664}(11,\cdot)\)
\(\chi_{1664}(19,\cdot)\)
\(\chi_{1664}(59,\cdot)\)
\(\chi_{1664}(67,\cdot)\)
\(\chi_{1664}(219,\cdot)\)
\(\chi_{1664}(227,\cdot)\)
\(\chi_{1664}(267,\cdot)\)
\(\chi_{1664}(275,\cdot)\)
\(\chi_{1664}(427,\cdot)\)
\(\chi_{1664}(435,\cdot)\)
\(\chi_{1664}(475,\cdot)\)
\(\chi_{1664}(483,\cdot)\)
\(\chi_{1664}(635,\cdot)\)
\(\chi_{1664}(643,\cdot)\)
\(\chi_{1664}(683,\cdot)\)
\(\chi_{1664}(691,\cdot)\)
\(\chi_{1664}(843,\cdot)\)
\(\chi_{1664}(851,\cdot)\)
\(\chi_{1664}(891,\cdot)\)
\(\chi_{1664}(899,\cdot)\)
\(\chi_{1664}(1051,\cdot)\)
\(\chi_{1664}(1059,\cdot)\)
\(\chi_{1664}(1099,\cdot)\)
\(\chi_{1664}(1107,\cdot)\)
\(\chi_{1664}(1259,\cdot)\)
\(\chi_{1664}(1267,\cdot)\)
\(\chi_{1664}(1307,\cdot)\)
\(\chi_{1664}(1315,\cdot)\)
\(\chi_{1664}(1467,\cdot)\)
\(\chi_{1664}(1475,\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 };
\((1535,261,769)\) → \((-1,e\left(\frac{13}{32}\right),e\left(\frac{11}{12}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(5\) | \(7\) | \(9\) | \(11\) | \(15\) | \(17\) | \(19\) | \(21\) | \(23\) |
| \( \chi_{ 1664 }(1515, a) \) |
\(1\) | \(1\) | \(e\left(\frac{37}{96}\right)\) | \(e\left(\frac{21}{32}\right)\) | \(e\left(\frac{31}{48}\right)\) | \(e\left(\frac{37}{48}\right)\) | \(e\left(\frac{43}{96}\right)\) | \(e\left(\frac{1}{24}\right)\) | \(e\left(\frac{5}{24}\right)\) | \(e\left(\frac{41}{96}\right)\) | \(e\left(\frac{1}{32}\right)\) | \(e\left(\frac{17}{48}\right)\) |
sage:chi(x) # x integer
gp:chareval(g,chi,x) \\ x integer, value in Q/Z
magma:chi(x)