sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(1063, base_ring=CyclotomicField(354))
M = H._module
chi = DirichletCharacter(H, M([103]))
gp:[g,chi] = znchar(Mod(141, 1063))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("1063.141");
| Modulus: | \(1063\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(1063\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(354\) |
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_{1063}(5,\cdot)\)
\(\chi_{1063}(27,\cdot)\)
\(\chi_{1063}(40,\cdot)\)
\(\chi_{1063}(41,\cdot)\)
\(\chi_{1063}(42,\cdot)\)
\(\chi_{1063}(43,\cdot)\)
\(\chi_{1063}(57,\cdot)\)
\(\chi_{1063}(59,\cdot)\)
\(\chi_{1063}(65,\cdot)\)
\(\chi_{1063}(66,\cdot)\)
\(\chi_{1063}(85,\cdot)\)
\(\chi_{1063}(96,\cdot)\)
\(\chi_{1063}(106,\cdot)\)
\(\chi_{1063}(107,\cdot)\)
\(\chi_{1063}(113,\cdot)\)
\(\chi_{1063}(116,\cdot)\)
\(\chi_{1063}(124,\cdot)\)
\(\chi_{1063}(140,\cdot)\)
\(\chi_{1063}(141,\cdot)\)
\(\chi_{1063}(147,\cdot)\)
\(\chi_{1063}(156,\cdot)\)
\(\chi_{1063}(185,\cdot)\)
\(\chi_{1063}(190,\cdot)\)
\(\chi_{1063}(216,\cdot)\)
\(\chi_{1063}(244,\cdot)\)
\(\chi_{1063}(254,\cdot)\)
\(\chi_{1063}(261,\cdot)\)
\(\chi_{1063}(271,\cdot)\)
\(\chi_{1063}(277,\cdot)\)
\(\chi_{1063}(283,\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_{177})$ |
sage:CyclotomicField(chi.multiplicative_order())
gp:nfinit(polcyclo(charorder(g,chi)))
magma:CyclotomicField(Order(chi));
|
| Fixed field: |
Number field defined by a degree 354 polynomial (not computed) |
sage:chi.fixed_field()
|
\(3\) → \(e\left(\frac{103}{354}\right)\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 1063 }(141, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{164}{177}\right)\) | \(e\left(\frac{103}{354}\right)\) | \(e\left(\frac{151}{177}\right)\) | \(e\left(\frac{25}{118}\right)\) | \(e\left(\frac{77}{354}\right)\) | \(e\left(\frac{1}{3}\right)\) | \(e\left(\frac{46}{59}\right)\) | \(e\left(\frac{103}{177}\right)\) | \(e\left(\frac{49}{354}\right)\) | \(e\left(\frac{161}{177}\right)\) |
sage:chi(x) # x integer
gp:chareval(g,chi,x) \\ x integer, value in Q/Z
magma:chi(x)