sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(1323, base_ring=CyclotomicField(126))
M = H._module
chi = DirichletCharacter(H, M([77,15]))
gp:[g,chi] = znchar(Mod(1076, 1323))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("1323.1076");
| 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: | even |
sage:chi.is_odd()
gp:zncharisodd(g,chi)
magma:IsOdd(chi);
|
\(\chi_{1323}(5,\cdot)\)
\(\chi_{1323}(38,\cdot)\)
\(\chi_{1323}(101,\cdot)\)
\(\chi_{1323}(131,\cdot)\)
\(\chi_{1323}(164,\cdot)\)
\(\chi_{1323}(194,\cdot)\)
\(\chi_{1323}(257,\cdot)\)
\(\chi_{1323}(290,\cdot)\)
\(\chi_{1323}(320,\cdot)\)
\(\chi_{1323}(353,\cdot)\)
\(\chi_{1323}(383,\cdot)\)
\(\chi_{1323}(416,\cdot)\)
\(\chi_{1323}(446,\cdot)\)
\(\chi_{1323}(479,\cdot)\)
\(\chi_{1323}(542,\cdot)\)
\(\chi_{1323}(572,\cdot)\)
\(\chi_{1323}(605,\cdot)\)
\(\chi_{1323}(635,\cdot)\)
\(\chi_{1323}(698,\cdot)\)
\(\chi_{1323}(731,\cdot)\)
\(\chi_{1323}(761,\cdot)\)
\(\chi_{1323}(794,\cdot)\)
\(\chi_{1323}(824,\cdot)\)
\(\chi_{1323}(857,\cdot)\)
\(\chi_{1323}(887,\cdot)\)
\(\chi_{1323}(920,\cdot)\)
\(\chi_{1323}(983,\cdot)\)
\(\chi_{1323}(1013,\cdot)\)
\(\chi_{1323}(1046,\cdot)\)
\(\chi_{1323}(1076,\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{11}{18}\right),e\left(\frac{5}{42}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(4\) | \(5\) | \(8\) | \(10\) | \(11\) | \(13\) | \(16\) | \(17\) | \(19\) |
| \( \chi_{ 1323 }(1076, a) \) |
\(1\) | \(1\) | \(e\left(\frac{89}{126}\right)\) | \(e\left(\frac{26}{63}\right)\) | \(e\left(\frac{32}{63}\right)\) | \(e\left(\frac{5}{42}\right)\) | \(e\left(\frac{3}{14}\right)\) | \(e\left(\frac{89}{126}\right)\) | \(e\left(\frac{103}{126}\right)\) | \(e\left(\frac{52}{63}\right)\) | \(e\left(\frac{1}{7}\right)\) | \(-1\) |
sage:chi(x) # x integer
gp:chareval(g,chi,x) \\ x integer, value in Q/Z
magma:chi(x)