sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(41600, base_ring=CyclotomicField(160))
M = H._module
chi = DirichletCharacter(H, M([0,35,72,80]))
gp:[g,chi] = znchar(Mod(14637, 41600))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("41600.14637");
| Modulus: | \(41600\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(41600\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(160\) |
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_{41600}(77,\cdot)\)
\(\chi_{41600}(1013,\cdot)\)
\(\chi_{41600}(1117,\cdot)\)
\(\chi_{41600}(2053,\cdot)\)
\(\chi_{41600}(3197,\cdot)\)
\(\chi_{41600}(4133,\cdot)\)
\(\chi_{41600}(4237,\cdot)\)
\(\chi_{41600}(5173,\cdot)\)
\(\chi_{41600}(5277,\cdot)\)
\(\chi_{41600}(6213,\cdot)\)
\(\chi_{41600}(6317,\cdot)\)
\(\chi_{41600}(7253,\cdot)\)
\(\chi_{41600}(8397,\cdot)\)
\(\chi_{41600}(9333,\cdot)\)
\(\chi_{41600}(9437,\cdot)\)
\(\chi_{41600}(10373,\cdot)\)
\(\chi_{41600}(10477,\cdot)\)
\(\chi_{41600}(11413,\cdot)\)
\(\chi_{41600}(11517,\cdot)\)
\(\chi_{41600}(12453,\cdot)\)
\(\chi_{41600}(13597,\cdot)\)
\(\chi_{41600}(14533,\cdot)\)
\(\chi_{41600}(14637,\cdot)\)
\(\chi_{41600}(15573,\cdot)\)
\(\chi_{41600}(15677,\cdot)\)
\(\chi_{41600}(16613,\cdot)\)
\(\chi_{41600}(16717,\cdot)\)
\(\chi_{41600}(17653,\cdot)\)
\(\chi_{41600}(18797,\cdot)\)
\(\chi_{41600}(19733,\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 };
| Field of values: |
$\Q(\zeta_{160})$ |
sage:CyclotomicField(chi.multiplicative_order())
gp:nfinit(polcyclo(charorder(g,chi)))
magma:CyclotomicField(Order(chi));
|
| Fixed field: |
Number field defined by a degree 160 polynomial (not computed) |
sage:chi.fixed_field()
|
\((33151,16901,14977,22401)\) → \((1,e\left(\frac{7}{32}\right),e\left(\frac{9}{20}\right),-1)\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(7\) | \(9\) | \(11\) | \(17\) | \(19\) | \(21\) | \(23\) | \(27\) | \(29\) |
| \( \chi_{ 41600 }(14637, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{129}{160}\right)\) | \(e\left(\frac{15}{16}\right)\) | \(e\left(\frac{49}{80}\right)\) | \(e\left(\frac{47}{160}\right)\) | \(e\left(\frac{39}{40}\right)\) | \(e\left(\frac{101}{160}\right)\) | \(e\left(\frac{119}{160}\right)\) | \(e\left(\frac{1}{80}\right)\) | \(e\left(\frac{67}{160}\right)\) | \(e\left(\frac{129}{160}\right)\) |
sage:chi(x) # x integer
gp:chareval(g,chi,x) \\ x integer, value in Q/Z
magma:chi(x)