sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(228672, base_ring=CyclotomicField(396))
M = H._module
chi = DirichletCharacter(H, M([198,297,330,368]))
gp:[g,chi] = znchar(Mod(11183, 228672))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("228672.11183");
| Modulus: | \(228672\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(57168\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(396\) |
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_{57168}(25475,\cdot)\) |
sage:chi.is_primitive()
gp:#znconreyconductor(g,chi)==1
magma:IsPrimitive(chi);
|
| Minimal: | no |
| Parity: | even |
sage:chi.is_odd()
gp:zncharisodd(g,chi)
magma:IsOdd(chi);
|
\(\chi_{228672}(47,\cdot)\)
\(\chi_{228672}(3791,\cdot)\)
\(\chi_{228672}(4559,\cdot)\)
\(\chi_{228672}(6671,\cdot)\)
\(\chi_{228672}(7439,\cdot)\)
\(\chi_{228672}(9263,\cdot)\)
\(\chi_{228672}(10319,\cdot)\)
\(\chi_{228672}(10895,\cdot)\)
\(\chi_{228672}(11183,\cdot)\)
\(\chi_{228672}(15215,\cdot)\)
\(\chi_{228672}(16367,\cdot)\)
\(\chi_{228672}(18671,\cdot)\)
\(\chi_{228672}(19631,\cdot)\)
\(\chi_{228672}(19919,\cdot)\)
\(\chi_{228672}(20207,\cdot)\)
\(\chi_{228672}(21647,\cdot)\)
\(\chi_{228672}(22511,\cdot)\)
\(\chi_{228672}(24527,\cdot)\)
\(\chi_{228672}(24719,\cdot)\)
\(\chi_{228672}(29135,\cdot)\)
\(\chi_{228672}(30191,\cdot)\)
\(\chi_{228672}(31727,\cdot)\)
\(\chi_{228672}(33359,\cdot)\)
\(\chi_{228672}(34223,\cdot)\)
\(\chi_{228672}(37391,\cdot)\)
\(\chi_{228672}(38063,\cdot)\)
\(\chi_{228672}(40847,\cdot)\)
\(\chi_{228672}(41231,\cdot)\)
\(\chi_{228672}(41711,\cdot)\)
\(\chi_{228672}(41807,\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_{396})$ |
sage:CyclotomicField(chi.multiplicative_order())
gp:nfinit(polcyclo(charorder(g,chi)))
magma:CyclotomicField(Order(chi));
|
| Fixed field: |
Number field defined by a degree 396 polynomial (not computed) |
sage:chi.fixed_field()
|
\((21439,185797,25409,169921)\) → \((-1,-i,e\left(\frac{5}{6}\right),e\left(\frac{92}{99}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(5\) | \(7\) | \(11\) | \(13\) | \(17\) | \(19\) | \(23\) | \(25\) | \(29\) | \(31\) |
| \( \chi_{ 228672 }(11183, a) \) |
\(1\) | \(1\) | \(e\left(\frac{335}{396}\right)\) | \(e\left(\frac{7}{99}\right)\) | \(e\left(\frac{73}{396}\right)\) | \(e\left(\frac{307}{396}\right)\) | \(e\left(\frac{1}{66}\right)\) | \(e\left(\frac{277}{396}\right)\) | \(e\left(\frac{119}{198}\right)\) | \(e\left(\frac{137}{198}\right)\) | \(e\left(\frac{313}{396}\right)\) | \(e\left(\frac{17}{66}\right)\) |
sage:chi(x) # x integer
gp:chareval(g,chi,x) \\ x integer, value in Q/Z
magma:chi(x)