sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(1600, base_ring=CyclotomicField(80))
M = H._module
chi = DirichletCharacter(H, M([0,35,64]))
gp:[g,chi] = znchar(Mod(1261, 1600))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("1600.1261");
| Modulus: | \(1600\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(1600\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(80\) |
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_{1600}(21,\cdot)\)
\(\chi_{1600}(61,\cdot)\)
\(\chi_{1600}(141,\cdot)\)
\(\chi_{1600}(181,\cdot)\)
\(\chi_{1600}(221,\cdot)\)
\(\chi_{1600}(261,\cdot)\)
\(\chi_{1600}(341,\cdot)\)
\(\chi_{1600}(381,\cdot)\)
\(\chi_{1600}(421,\cdot)\)
\(\chi_{1600}(461,\cdot)\)
\(\chi_{1600}(541,\cdot)\)
\(\chi_{1600}(581,\cdot)\)
\(\chi_{1600}(621,\cdot)\)
\(\chi_{1600}(661,\cdot)\)
\(\chi_{1600}(741,\cdot)\)
\(\chi_{1600}(781,\cdot)\)
\(\chi_{1600}(821,\cdot)\)
\(\chi_{1600}(861,\cdot)\)
\(\chi_{1600}(941,\cdot)\)
\(\chi_{1600}(981,\cdot)\)
\(\chi_{1600}(1021,\cdot)\)
\(\chi_{1600}(1061,\cdot)\)
\(\chi_{1600}(1141,\cdot)\)
\(\chi_{1600}(1181,\cdot)\)
\(\chi_{1600}(1221,\cdot)\)
\(\chi_{1600}(1261,\cdot)\)
\(\chi_{1600}(1341,\cdot)\)
\(\chi_{1600}(1381,\cdot)\)
\(\chi_{1600}(1421,\cdot)\)
\(\chi_{1600}(1461,\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 };
\((1151,901,577)\) → \((1,e\left(\frac{7}{16}\right),e\left(\frac{4}{5}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(7\) | \(9\) | \(11\) | \(13\) | \(17\) | \(19\) | \(21\) | \(23\) | \(27\) |
| \( \chi_{ 1600 }(1261, a) \) |
\(1\) | \(1\) | \(e\left(\frac{73}{80}\right)\) | \(e\left(\frac{3}{8}\right)\) | \(e\left(\frac{33}{40}\right)\) | \(e\left(\frac{79}{80}\right)\) | \(e\left(\frac{61}{80}\right)\) | \(e\left(\frac{13}{20}\right)\) | \(e\left(\frac{37}{80}\right)\) | \(e\left(\frac{23}{80}\right)\) | \(e\left(\frac{37}{40}\right)\) | \(e\left(\frac{59}{80}\right)\) |
sage:chi(x) # x integer
gp:chareval(g,chi,x) \\ x integer, value in Q/Z
magma:chi(x)