sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(2450, base_ring=CyclotomicField(420))
M = H._module
chi = DirichletCharacter(H, M([189,230]))
gp:[g,chi] = znchar(Mod(187, 2450))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("2450.187");
| Modulus: | \(2450\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(1225\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(420\) |
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: | no, induced from \(\chi_{1225}(187,\cdot)\) |
sage:chi.is_primitive()
gp:#znconreyconductor(g,chi)==1
magma:IsPrimitive(chi);
|
| Minimal: | yes |
| Parity: | even |
sage:chi.is_odd()
gp:zncharisodd(g,chi)
magma:IsOdd(chi);
|
\(\chi_{2450}(3,\cdot)\)
\(\chi_{2450}(17,\cdot)\)
\(\chi_{2450}(33,\cdot)\)
\(\chi_{2450}(47,\cdot)\)
\(\chi_{2450}(73,\cdot)\)
\(\chi_{2450}(87,\cdot)\)
\(\chi_{2450}(103,\cdot)\)
\(\chi_{2450}(173,\cdot)\)
\(\chi_{2450}(187,\cdot)\)
\(\chi_{2450}(213,\cdot)\)
\(\chi_{2450}(283,\cdot)\)
\(\chi_{2450}(297,\cdot)\)
\(\chi_{2450}(327,\cdot)\)
\(\chi_{2450}(353,\cdot)\)
\(\chi_{2450}(367,\cdot)\)
\(\chi_{2450}(383,\cdot)\)
\(\chi_{2450}(397,\cdot)\)
\(\chi_{2450}(437,\cdot)\)
\(\chi_{2450}(453,\cdot)\)
\(\chi_{2450}(467,\cdot)\)
\(\chi_{2450}(523,\cdot)\)
\(\chi_{2450}(537,\cdot)\)
\(\chi_{2450}(563,\cdot)\)
\(\chi_{2450}(577,\cdot)\)
\(\chi_{2450}(633,\cdot)\)
\(\chi_{2450}(647,\cdot)\)
\(\chi_{2450}(663,\cdot)\)
\(\chi_{2450}(677,\cdot)\)
\(\chi_{2450}(703,\cdot)\)
\(\chi_{2450}(733,\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_{420})$ |
sage:CyclotomicField(chi.multiplicative_order())
gp:nfinit(polcyclo(charorder(g,chi)))
magma:CyclotomicField(Order(chi));
|
| Fixed field: |
Number field defined by a degree 420 polynomial (not computed) |
sage:chi.fixed_field()
|
\((1177,101)\) → \((e\left(\frac{9}{20}\right),e\left(\frac{23}{42}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(9\) | \(11\) | \(13\) | \(17\) | \(19\) | \(23\) | \(27\) | \(29\) | \(31\) |
| \( \chi_{ 2450 }(187, a) \) |
\(1\) | \(1\) | \(e\left(\frac{293}{420}\right)\) | \(e\left(\frac{83}{210}\right)\) | \(e\left(\frac{11}{105}\right)\) | \(e\left(\frac{87}{140}\right)\) | \(e\left(\frac{227}{420}\right)\) | \(e\left(\frac{4}{15}\right)\) | \(e\left(\frac{319}{420}\right)\) | \(e\left(\frac{13}{140}\right)\) | \(e\left(\frac{53}{70}\right)\) | \(e\left(\frac{13}{30}\right)\) |
sage:chi(x) # x integer
gp:chareval(g,chi,x) \\ x integer, value in Q/Z
magma:chi(x)