sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(1649, base_ring=CyclotomicField(96))
M = H._module
chi = DirichletCharacter(H, M([78,77]))
gp:[g,chi] = znchar(Mod(896, 1649))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("1649.896");
| Modulus: | \(1649\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(1649\) |
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_{1649}(10,\cdot)\)
\(\chi_{1649}(29,\cdot)\)
\(\chi_{1649}(56,\cdot)\)
\(\chi_{1649}(165,\cdot)\)
\(\chi_{1649}(350,\cdot)\)
\(\chi_{1649}(371,\cdot)\)
\(\chi_{1649}(405,\cdot)\)
\(\chi_{1649}(464,\cdot)\)
\(\chi_{1649}(470,\cdot)\)
\(\chi_{1649}(619,\cdot)\)
\(\chi_{1649}(653,\cdot)\)
\(\chi_{1649}(686,\cdot)\)
\(\chi_{1649}(737,\cdot)\)
\(\chi_{1649}(887,\cdot)\)
\(\chi_{1649}(896,\cdot)\)
\(\chi_{1649}(911,\cdot)\)
\(\chi_{1649}(947,\cdot)\)
\(\chi_{1649}(983,\cdot)\)
\(\chi_{1649}(991,\cdot)\)
\(\chi_{1649}(1009,\cdot)\)
\(\chi_{1649}(1060,\cdot)\)
\(\chi_{1649}(1082,\cdot)\)
\(\chi_{1649}(1159,\cdot)\)
\(\chi_{1649}(1251,\cdot)\)
\(\chi_{1649}(1363,\cdot)\)
\(\chi_{1649}(1384,\cdot)\)
\(\chi_{1649}(1399,\cdot)\)
\(\chi_{1649}(1418,\cdot)\)
\(\chi_{1649}(1442,\cdot)\)
\(\chi_{1649}(1592,\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 };
\((292,1072)\) → \((e\left(\frac{13}{16}\right),e\left(\frac{77}{96}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 1649 }(896, a) \) |
\(1\) | \(1\) | \(e\left(\frac{31}{48}\right)\) | \(e\left(\frac{23}{24}\right)\) | \(e\left(\frac{7}{24}\right)\) | \(e\left(\frac{83}{96}\right)\) | \(e\left(\frac{29}{48}\right)\) | \(e\left(\frac{77}{96}\right)\) | \(e\left(\frac{15}{16}\right)\) | \(e\left(\frac{11}{12}\right)\) | \(e\left(\frac{49}{96}\right)\) | \(e\left(\frac{2}{3}\right)\) |
sage:chi(x) # x integer
gp:chareval(g,chi,x) \\ x integer, value in Q/Z
magma:chi(x)