sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(416000, base_ring=CyclotomicField(320))
M = H._module
chi = DirichletCharacter(H, M([160,315,256,160]))
gp:[g,chi] = znchar(Mod(51, 416000))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("416000.51");
| Modulus: | \(416000\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(83200\) |
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: | no, induced from \(\chi_{83200}(66611,\cdot)\) |
sage:chi.is_primitive()
gp:#znconreyconductor(g,chi)==1
magma:IsPrimitive(chi);
|
| Minimal: | no |
| Parity: | odd |
sage:chi.is_odd()
gp:zncharisodd(g,chi)
magma:IsOdd(chi);
|
\(\chi_{416000}(51,\cdot)\)
\(\chi_{416000}(2651,\cdot)\)
\(\chi_{416000}(7851,\cdot)\)
\(\chi_{416000}(10451,\cdot)\)
\(\chi_{416000}(13051,\cdot)\)
\(\chi_{416000}(15651,\cdot)\)
\(\chi_{416000}(20851,\cdot)\)
\(\chi_{416000}(23451,\cdot)\)
\(\chi_{416000}(26051,\cdot)\)
\(\chi_{416000}(28651,\cdot)\)
\(\chi_{416000}(33851,\cdot)\)
\(\chi_{416000}(36451,\cdot)\)
\(\chi_{416000}(39051,\cdot)\)
\(\chi_{416000}(41651,\cdot)\)
\(\chi_{416000}(46851,\cdot)\)
\(\chi_{416000}(49451,\cdot)\)
\(\chi_{416000}(52051,\cdot)\)
\(\chi_{416000}(54651,\cdot)\)
\(\chi_{416000}(59851,\cdot)\)
\(\chi_{416000}(62451,\cdot)\)
\(\chi_{416000}(65051,\cdot)\)
\(\chi_{416000}(67651,\cdot)\)
\(\chi_{416000}(72851,\cdot)\)
\(\chi_{416000}(75451,\cdot)\)
\(\chi_{416000}(78051,\cdot)\)
\(\chi_{416000}(80651,\cdot)\)
\(\chi_{416000}(85851,\cdot)\)
\(\chi_{416000}(88451,\cdot)\)
\(\chi_{416000}(91051,\cdot)\)
\(\chi_{416000}(93651,\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()
|
\((74751,266501,389377,64001)\) → \((-1,e\left(\frac{63}{64}\right),e\left(\frac{4}{5}\right),-1)\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(7\) | \(9\) | \(11\) | \(17\) | \(19\) | \(21\) | \(23\) | \(27\) | \(29\) |
| \( \chi_{ 416000 }(51, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{177}{320}\right)\) | \(e\left(\frac{27}{32}\right)\) | \(e\left(\frac{17}{160}\right)\) | \(e\left(\frac{151}{320}\right)\) | \(e\left(\frac{77}{80}\right)\) | \(e\left(\frac{13}{320}\right)\) | \(e\left(\frac{127}{320}\right)\) | \(e\left(\frac{13}{160}\right)\) | \(e\left(\frac{211}{320}\right)\) | \(e\left(\frac{217}{320}\right)\) |
sage:chi(x) # x integer
gp:chareval(g,chi,x) \\ x integer, value in Q/Z
magma:chi(x)