sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(1183, base_ring=CyclotomicField(156))
M = H._module
chi = DirichletCharacter(H, M([52,123]))
gp:[g,chi] = znchar(Mod(86, 1183))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("1183.86");
| Modulus: | \(1183\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(1183\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(156\) |
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_{1183}(18,\cdot)\)
\(\chi_{1183}(44,\cdot)\)
\(\chi_{1183}(60,\cdot)\)
\(\chi_{1183}(86,\cdot)\)
\(\chi_{1183}(109,\cdot)\)
\(\chi_{1183}(135,\cdot)\)
\(\chi_{1183}(151,\cdot)\)
\(\chi_{1183}(177,\cdot)\)
\(\chi_{1183}(200,\cdot)\)
\(\chi_{1183}(226,\cdot)\)
\(\chi_{1183}(242,\cdot)\)
\(\chi_{1183}(291,\cdot)\)
\(\chi_{1183}(317,\cdot)\)
\(\chi_{1183}(333,\cdot)\)
\(\chi_{1183}(359,\cdot)\)
\(\chi_{1183}(382,\cdot)\)
\(\chi_{1183}(424,\cdot)\)
\(\chi_{1183}(450,\cdot)\)
\(\chi_{1183}(473,\cdot)\)
\(\chi_{1183}(499,\cdot)\)
\(\chi_{1183}(515,\cdot)\)
\(\chi_{1183}(541,\cdot)\)
\(\chi_{1183}(564,\cdot)\)
\(\chi_{1183}(590,\cdot)\)
\(\chi_{1183}(632,\cdot)\)
\(\chi_{1183}(655,\cdot)\)
\(\chi_{1183}(681,\cdot)\)
\(\chi_{1183}(697,\cdot)\)
\(\chi_{1183}(723,\cdot)\)
\(\chi_{1183}(772,\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_{156})$ |
sage:CyclotomicField(chi.multiplicative_order())
gp:nfinit(polcyclo(charorder(g,chi)))
magma:CyclotomicField(Order(chi));
|
| Fixed field: |
Number field defined by a degree 156 polynomial (not computed) |
sage:chi.fixed_field()
|
\((339,1016)\) → \((e\left(\frac{1}{3}\right),e\left(\frac{41}{52}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(8\) | \(9\) | \(10\) | \(11\) | \(12\) |
| \( \chi_{ 1183 }(86, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{71}{156}\right)\) | \(e\left(\frac{4}{39}\right)\) | \(e\left(\frac{71}{78}\right)\) | \(e\left(\frac{119}{156}\right)\) | \(e\left(\frac{29}{52}\right)\) | \(e\left(\frac{19}{52}\right)\) | \(e\left(\frac{8}{39}\right)\) | \(e\left(\frac{17}{78}\right)\) | \(e\left(\frac{85}{156}\right)\) | \(e\left(\frac{1}{78}\right)\) |
sage:chi(x) # x integer
gp:chareval(g,chi,x) \\ x integer, value in Q/Z
magma:chi(x)