sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(1359, base_ring=CyclotomicField(150))
M = H._module
chi = DirichletCharacter(H, M([25,26]))
gp:[g,chi] = znchar(Mod(47, 1359))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("1359.47");
| Modulus: | \(1359\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(1359\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(150\) |
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_{1359}(5,\cdot)\)
\(\chi_{1359}(47,\cdot)\)
\(\chi_{1359}(74,\cdot)\)
\(\chi_{1359}(95,\cdot)\)
\(\chi_{1359}(137,\cdot)\)
\(\chi_{1359}(173,\cdot)\)
\(\chi_{1359}(200,\cdot)\)
\(\chi_{1359}(239,\cdot)\)
\(\chi_{1359}(248,\cdot)\)
\(\chi_{1359}(272,\cdot)\)
\(\chi_{1359}(290,\cdot)\)
\(\chi_{1359}(320,\cdot)\)
\(\chi_{1359}(344,\cdot)\)
\(\chi_{1359}(347,\cdot)\)
\(\chi_{1359}(401,\cdot)\)
\(\chi_{1359}(446,\cdot)\)
\(\chi_{1359}(464,\cdot)\)
\(\chi_{1359}(515,\cdot)\)
\(\chi_{1359}(533,\cdot)\)
\(\chi_{1359}(569,\cdot)\)
\(\chi_{1359}(614,\cdot)\)
\(\chi_{1359}(635,\cdot)\)
\(\chi_{1359}(644,\cdot)\)
\(\chi_{1359}(659,\cdot)\)
\(\chi_{1359}(662,\cdot)\)
\(\chi_{1359}(707,\cdot)\)
\(\chi_{1359}(794,\cdot)\)
\(\chi_{1359}(824,\cdot)\)
\(\chi_{1359}(893,\cdot)\)
\(\chi_{1359}(923,\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_{75})$ |
sage:CyclotomicField(chi.multiplicative_order())
gp:nfinit(polcyclo(charorder(g,chi)))
magma:CyclotomicField(Order(chi));
|
| Fixed field: |
Number field defined by a degree 150 polynomial (not computed) |
sage:chi.fixed_field()
|
\((605,1063)\) → \((e\left(\frac{1}{6}\right),e\left(\frac{13}{75}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(4\) | \(5\) | \(7\) | \(8\) | \(10\) | \(11\) | \(13\) | \(14\) | \(16\) |
| \( \chi_{ 1359 }(47, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{3}{10}\right)\) | \(e\left(\frac{3}{5}\right)\) | \(e\left(\frac{37}{150}\right)\) | \(e\left(\frac{7}{25}\right)\) | \(e\left(\frac{9}{10}\right)\) | \(e\left(\frac{41}{75}\right)\) | \(e\left(\frac{23}{50}\right)\) | \(e\left(\frac{11}{25}\right)\) | \(e\left(\frac{29}{50}\right)\) | \(e\left(\frac{1}{5}\right)\) |
sage:chi(x) # x integer
gp:chareval(g,chi,x) \\ x integer, value in Q/Z
magma:chi(x)