sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(2209, base_ring=CyclotomicField(2162))
M = H._module
chi = DirichletCharacter(H, M([1921]))
gp:[g,chi] = znchar(Mod(29, 2209))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("2209.29");
| Modulus: | \(2209\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(2209\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(2162\) |
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_{2209}(5,\cdot)\)
\(\chi_{2209}(10,\cdot)\)
\(\chi_{2209}(11,\cdot)\)
\(\chi_{2209}(13,\cdot)\)
\(\chi_{2209}(15,\cdot)\)
\(\chi_{2209}(19,\cdot)\)
\(\chi_{2209}(20,\cdot)\)
\(\chi_{2209}(22,\cdot)\)
\(\chi_{2209}(23,\cdot)\)
\(\chi_{2209}(26,\cdot)\)
\(\chi_{2209}(29,\cdot)\)
\(\chi_{2209}(30,\cdot)\)
\(\chi_{2209}(31,\cdot)\)
\(\chi_{2209}(33,\cdot)\)
\(\chi_{2209}(35,\cdot)\)
\(\chi_{2209}(38,\cdot)\)
\(\chi_{2209}(39,\cdot)\)
\(\chi_{2209}(40,\cdot)\)
\(\chi_{2209}(41,\cdot)\)
\(\chi_{2209}(43,\cdot)\)
\(\chi_{2209}(44,\cdot)\)
\(\chi_{2209}(45,\cdot)\)
\(\chi_{2209}(52,\cdot)\)
\(\chi_{2209}(57,\cdot)\)
\(\chi_{2209}(58,\cdot)\)
\(\chi_{2209}(60,\cdot)\)
\(\chi_{2209}(62,\cdot)\)
\(\chi_{2209}(66,\cdot)\)
\(\chi_{2209}(69,\cdot)\)
\(\chi_{2209}(70,\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_{1081})$ |
sage:CyclotomicField(chi.multiplicative_order())
gp:nfinit(polcyclo(charorder(g,chi)))
magma:CyclotomicField(Order(chi));
|
| Fixed field: |
Number field defined by a degree 2162 polynomial (not computed) |
sage:chi.fixed_field()
|
\(5\) → \(e\left(\frac{1921}{2162}\right)\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 2209 }(29, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{85}{1081}\right)\) | \(e\left(\frac{879}{1081}\right)\) | \(e\left(\frac{170}{1081}\right)\) | \(e\left(\frac{1921}{2162}\right)\) | \(e\left(\frac{964}{1081}\right)\) | \(e\left(\frac{77}{1081}\right)\) | \(e\left(\frac{255}{1081}\right)\) | \(e\left(\frac{677}{1081}\right)\) | \(e\left(\frac{2091}{2162}\right)\) | \(e\left(\frac{245}{2162}\right)\) |
sage:chi(x) # x integer
gp:chareval(g,chi,x) \\ x integer, value in Q/Z
magma:chi(x)