sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(15517, base_ring=CyclotomicField(7598))
M = H._module
chi = DirichletCharacter(H, M([3930,2697]))
gp:[g,chi] = znchar(Mod(57, 15517))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("15517.57");
| Modulus: | \(15517\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(15517\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(7598\) |
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_{15517}(5,\cdot)\)
\(\chi_{15517}(7,\cdot)\)
\(\chi_{15517}(15,\cdot)\)
\(\chi_{15517}(19,\cdot)\)
\(\chi_{15517}(20,\cdot)\)
\(\chi_{15517}(21,\cdot)\)
\(\chi_{15517}(28,\cdot)\)
\(\chi_{15517}(29,\cdot)\)
\(\chi_{15517}(41,\cdot)\)
\(\chi_{15517}(45,\cdot)\)
\(\chi_{15517}(53,\cdot)\)
\(\chi_{15517}(57,\cdot)\)
\(\chi_{15517}(63,\cdot)\)
\(\chi_{15517}(71,\cdot)\)
\(\chi_{15517}(76,\cdot)\)
\(\chi_{15517}(79,\cdot)\)
\(\chi_{15517}(80,\cdot)\)
\(\chi_{15517}(84,\cdot)\)
\(\chi_{15517}(85,\cdot)\)
\(\chi_{15517}(87,\cdot)\)
\(\chi_{15517}(94,\cdot)\)
\(\chi_{15517}(107,\cdot)\)
\(\chi_{15517}(110,\cdot)\)
\(\chi_{15517}(112,\cdot)\)
\(\chi_{15517}(116,\cdot)\)
\(\chi_{15517}(123,\cdot)\)
\(\chi_{15517}(125,\cdot)\)
\(\chi_{15517}(127,\cdot)\)
\(\chi_{15517}(130,\cdot)\)
\(\chi_{15517}(134,\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_{3799})$ |
sage:CyclotomicField(chi.multiplicative_order())
gp:nfinit(polcyclo(charorder(g,chi)))
magma:CyclotomicField(Order(chi));
|
| Fixed field: |
Number field defined by a degree 7598 polynomial (not computed) |
sage:chi.fixed_field()
|
\((9206,9736)\) → \((e\left(\frac{15}{29}\right),e\left(\frac{93}{262}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 15517 }(57, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{3647}{3799}\right)\) | \(e\left(\frac{2318}{3799}\right)\) | \(e\left(\frac{3495}{3799}\right)\) | \(e\left(\frac{3483}{7598}\right)\) | \(e\left(\frac{2166}{3799}\right)\) | \(e\left(\frac{2677}{7598}\right)\) | \(e\left(\frac{3343}{3799}\right)\) | \(e\left(\frac{837}{3799}\right)\) | \(e\left(\frac{3179}{7598}\right)\) | \(e\left(\frac{3247}{3799}\right)\) |
sage:chi(x) # x integer
gp:chareval(g,chi,x) \\ x integer, value in Q/Z
magma:chi(x)