sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(20800, base_ring=CyclotomicField(80))
M = H._module
chi = DirichletCharacter(H, M([0,65,48,20]))
gp:[g,chi] = znchar(Mod(21, 20800))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("20800.21");
| Modulus: | \(20800\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(20800\) |
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: | odd |
sage:chi.is_odd()
gp:zncharisodd(g,chi)
magma:IsOdd(chi);
|
\(\chi_{20800}(21,\cdot)\)
\(\chi_{20800}(941,\cdot)\)
\(\chi_{20800}(1061,\cdot)\)
\(\chi_{20800}(1981,\cdot)\)
\(\chi_{20800}(3021,\cdot)\)
\(\chi_{20800}(3141,\cdot)\)
\(\chi_{20800}(4061,\cdot)\)
\(\chi_{20800}(4181,\cdot)\)
\(\chi_{20800}(5221,\cdot)\)
\(\chi_{20800}(6141,\cdot)\)
\(\chi_{20800}(6261,\cdot)\)
\(\chi_{20800}(7181,\cdot)\)
\(\chi_{20800}(8221,\cdot)\)
\(\chi_{20800}(8341,\cdot)\)
\(\chi_{20800}(9261,\cdot)\)
\(\chi_{20800}(9381,\cdot)\)
\(\chi_{20800}(10421,\cdot)\)
\(\chi_{20800}(11341,\cdot)\)
\(\chi_{20800}(11461,\cdot)\)
\(\chi_{20800}(12381,\cdot)\)
\(\chi_{20800}(13421,\cdot)\)
\(\chi_{20800}(13541,\cdot)\)
\(\chi_{20800}(14461,\cdot)\)
\(\chi_{20800}(14581,\cdot)\)
\(\chi_{20800}(15621,\cdot)\)
\(\chi_{20800}(16541,\cdot)\)
\(\chi_{20800}(16661,\cdot)\)
\(\chi_{20800}(17581,\cdot)\)
\(\chi_{20800}(18621,\cdot)\)
\(\chi_{20800}(18741,\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 };
\((12351,16901,14977,1601)\) → \((1,e\left(\frac{13}{16}\right),e\left(\frac{3}{5}\right),i)\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(7\) | \(9\) | \(11\) | \(17\) | \(19\) | \(21\) | \(23\) | \(27\) | \(29\) |
| \( \chi_{ 20800 }(21, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{51}{80}\right)\) | \(e\left(\frac{7}{8}\right)\) | \(e\left(\frac{11}{40}\right)\) | \(e\left(\frac{33}{80}\right)\) | \(e\left(\frac{1}{20}\right)\) | \(e\left(\frac{59}{80}\right)\) | \(e\left(\frac{41}{80}\right)\) | \(e\left(\frac{19}{40}\right)\) | \(e\left(\frac{73}{80}\right)\) | \(e\left(\frac{11}{80}\right)\) |
sage:chi(x) # x integer
gp:chareval(g,chi,x) \\ x integer, value in Q/Z
magma:chi(x)