sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(19435, base_ring=CyclotomicField(1716))
M = H._module
chi = DirichletCharacter(H, M([429,1078,156]))
gp:[g,chi] = znchar(Mod(8857, 19435))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("19435.8857");
| Modulus: | \(19435\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(19435\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(1716\) |
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_{19435}(62,\cdot)\)
\(\chi_{19435}(82,\cdot)\)
\(\chi_{19435}(108,\cdot)\)
\(\chi_{19435}(127,\cdot)\)
\(\chi_{19435}(173,\cdot)\)
\(\chi_{19435}(238,\cdot)\)
\(\chi_{19435}(257,\cdot)\)
\(\chi_{19435}(303,\cdot)\)
\(\chi_{19435}(348,\cdot)\)
\(\chi_{19435}(407,\cdot)\)
\(\chi_{19435}(472,\cdot)\)
\(\chi_{19435}(478,\cdot)\)
\(\chi_{19435}(537,\cdot)\)
\(\chi_{19435}(602,\cdot)\)
\(\chi_{19435}(647,\cdot)\)
\(\chi_{19435}(673,\cdot)\)
\(\chi_{19435}(693,\cdot)\)
\(\chi_{19435}(738,\cdot)\)
\(\chi_{19435}(777,\cdot)\)
\(\chi_{19435}(933,\cdot)\)
\(\chi_{19435}(972,\cdot)\)
\(\chi_{19435}(998,\cdot)\)
\(\chi_{19435}(1018,\cdot)\)
\(\chi_{19435}(1083,\cdot)\)
\(\chi_{19435}(1122,\cdot)\)
\(\chi_{19435}(1232,\cdot)\)
\(\chi_{19435}(1258,\cdot)\)
\(\chi_{19435}(1278,\cdot)\)
\(\chi_{19435}(1297,\cdot)\)
\(\chi_{19435}(1317,\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_{1716})$ |
sage:CyclotomicField(chi.multiplicative_order())
gp:nfinit(polcyclo(charorder(g,chi)))
magma:CyclotomicField(Order(chi));
|
| Fixed field: |
Number field defined by a degree 1716 polynomial (not computed) |
sage:chi.fixed_field()
|
\((11662,11156,5916)\) → \((i,e\left(\frac{49}{78}\right),e\left(\frac{1}{11}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(6\) | \(7\) | \(8\) | \(9\) | \(11\) | \(12\) | \(14\) |
| \( \chi_{ 19435 }(8857, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{103}{1716}\right)\) | \(e\left(\frac{175}{1716}\right)\) | \(e\left(\frac{103}{858}\right)\) | \(e\left(\frac{139}{858}\right)\) | \(e\left(\frac{335}{1716}\right)\) | \(e\left(\frac{103}{572}\right)\) | \(e\left(\frac{175}{858}\right)\) | \(e\left(\frac{449}{858}\right)\) | \(e\left(\frac{127}{572}\right)\) | \(e\left(\frac{73}{286}\right)\) |
sage:chi(x) # x integer
gp:chareval(g,chi,x) \\ x integer, value in Q/Z
magma:chi(x)