sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(6400, base_ring=CyclotomicField(320))
M = H._module
chi = DirichletCharacter(H, M([0,25,48]))
gp:[g,chi] = znchar(Mod(1333, 6400))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("6400.1333");
| Modulus: | \(6400\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(6400\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(320\) |
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_{6400}(53,\cdot)\)
\(\chi_{6400}(77,\cdot)\)
\(\chi_{6400}(133,\cdot)\)
\(\chi_{6400}(213,\cdot)\)
\(\chi_{6400}(237,\cdot)\)
\(\chi_{6400}(317,\cdot)\)
\(\chi_{6400}(373,\cdot)\)
\(\chi_{6400}(397,\cdot)\)
\(\chi_{6400}(453,\cdot)\)
\(\chi_{6400}(477,\cdot)\)
\(\chi_{6400}(533,\cdot)\)
\(\chi_{6400}(613,\cdot)\)
\(\chi_{6400}(637,\cdot)\)
\(\chi_{6400}(717,\cdot)\)
\(\chi_{6400}(773,\cdot)\)
\(\chi_{6400}(797,\cdot)\)
\(\chi_{6400}(853,\cdot)\)
\(\chi_{6400}(877,\cdot)\)
\(\chi_{6400}(933,\cdot)\)
\(\chi_{6400}(1013,\cdot)\)
\(\chi_{6400}(1037,\cdot)\)
\(\chi_{6400}(1117,\cdot)\)
\(\chi_{6400}(1173,\cdot)\)
\(\chi_{6400}(1197,\cdot)\)
\(\chi_{6400}(1253,\cdot)\)
\(\chi_{6400}(1277,\cdot)\)
\(\chi_{6400}(1333,\cdot)\)
\(\chi_{6400}(1413,\cdot)\)
\(\chi_{6400}(1437,\cdot)\)
\(\chi_{6400}(1517,\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_{320})$ |
sage:CyclotomicField(chi.multiplicative_order())
gp:nfinit(polcyclo(charorder(g,chi)))
magma:CyclotomicField(Order(chi));
|
| Fixed field: |
Number field defined by a degree 320 polynomial (not computed) |
sage:chi.fixed_field()
|
\((4351,4101,5377)\) → \((1,e\left(\frac{5}{64}\right),e\left(\frac{3}{20}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(7\) | \(9\) | \(11\) | \(13\) | \(17\) | \(19\) | \(21\) | \(23\) | \(27\) |
| \( \chi_{ 6400 }(1333, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{251}{320}\right)\) | \(e\left(\frac{17}{32}\right)\) | \(e\left(\frac{91}{160}\right)\) | \(e\left(\frac{13}{320}\right)\) | \(e\left(\frac{167}{320}\right)\) | \(e\left(\frac{11}{80}\right)\) | \(e\left(\frac{159}{320}\right)\) | \(e\left(\frac{101}{320}\right)\) | \(e\left(\frac{119}{160}\right)\) | \(e\left(\frac{113}{320}\right)\) |
sage:chi(x) # x integer
gp:chareval(g,chi,x) \\ x integer, value in Q/Z
magma:chi(x)