sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(1323, base_ring=CyclotomicField(126))
M = H._module
chi = DirichletCharacter(H, M([56,57]))
gp:[g,chi] = znchar(Mod(283, 1323))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("1323.283");
| Modulus: | \(1323\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(1323\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(126\) |
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_{1323}(61,\cdot)\)
\(\chi_{1323}(94,\cdot)\)
\(\chi_{1323}(124,\cdot)\)
\(\chi_{1323}(157,\cdot)\)
\(\chi_{1323}(187,\cdot)\)
\(\chi_{1323}(220,\cdot)\)
\(\chi_{1323}(250,\cdot)\)
\(\chi_{1323}(283,\cdot)\)
\(\chi_{1323}(346,\cdot)\)
\(\chi_{1323}(376,\cdot)\)
\(\chi_{1323}(409,\cdot)\)
\(\chi_{1323}(439,\cdot)\)
\(\chi_{1323}(502,\cdot)\)
\(\chi_{1323}(535,\cdot)\)
\(\chi_{1323}(565,\cdot)\)
\(\chi_{1323}(598,\cdot)\)
\(\chi_{1323}(628,\cdot)\)
\(\chi_{1323}(661,\cdot)\)
\(\chi_{1323}(691,\cdot)\)
\(\chi_{1323}(724,\cdot)\)
\(\chi_{1323}(787,\cdot)\)
\(\chi_{1323}(817,\cdot)\)
\(\chi_{1323}(850,\cdot)\)
\(\chi_{1323}(880,\cdot)\)
\(\chi_{1323}(943,\cdot)\)
\(\chi_{1323}(976,\cdot)\)
\(\chi_{1323}(1006,\cdot)\)
\(\chi_{1323}(1039,\cdot)\)
\(\chi_{1323}(1069,\cdot)\)
\(\chi_{1323}(1102,\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_{63})$ |
sage:CyclotomicField(chi.multiplicative_order())
gp:nfinit(polcyclo(charorder(g,chi)))
magma:CyclotomicField(Order(chi));
|
| Fixed field: |
Number field defined by a degree 126 polynomial (not computed) |
sage:chi.fixed_field()
|
\((785,1081)\) → \((e\left(\frac{4}{9}\right),e\left(\frac{19}{42}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(4\) | \(5\) | \(8\) | \(10\) | \(11\) | \(13\) | \(16\) | \(17\) | \(19\) |
| \( \chi_{ 1323 }(283, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{13}{63}\right)\) | \(e\left(\frac{26}{63}\right)\) | \(e\left(\frac{43}{126}\right)\) | \(e\left(\frac{13}{21}\right)\) | \(e\left(\frac{23}{42}\right)\) | \(e\left(\frac{55}{63}\right)\) | \(e\left(\frac{61}{126}\right)\) | \(e\left(\frac{52}{63}\right)\) | \(e\left(\frac{41}{42}\right)\) | \(e\left(\frac{1}{6}\right)\) |
sage:chi(x) # x integer
gp:chareval(g,chi,x) \\ x integer, value in Q/Z
magma:chi(x)