sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(1323, base_ring=CyclotomicField(126))
M = H._module
chi = DirichletCharacter(H, M([14,96]))
gp:[g,chi] = znchar(Mod(625, 1323))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("1323.625");
| 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: | \(63\) |
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}(25,\cdot)\)
\(\chi_{1323}(58,\cdot)\)
\(\chi_{1323}(88,\cdot)\)
\(\chi_{1323}(121,\cdot)\)
\(\chi_{1323}(151,\cdot)\)
\(\chi_{1323}(184,\cdot)\)
\(\chi_{1323}(247,\cdot)\)
\(\chi_{1323}(277,\cdot)\)
\(\chi_{1323}(310,\cdot)\)
\(\chi_{1323}(340,\cdot)\)
\(\chi_{1323}(403,\cdot)\)
\(\chi_{1323}(436,\cdot)\)
\(\chi_{1323}(466,\cdot)\)
\(\chi_{1323}(499,\cdot)\)
\(\chi_{1323}(529,\cdot)\)
\(\chi_{1323}(562,\cdot)\)
\(\chi_{1323}(592,\cdot)\)
\(\chi_{1323}(625,\cdot)\)
\(\chi_{1323}(688,\cdot)\)
\(\chi_{1323}(718,\cdot)\)
\(\chi_{1323}(751,\cdot)\)
\(\chi_{1323}(781,\cdot)\)
\(\chi_{1323}(844,\cdot)\)
\(\chi_{1323}(877,\cdot)\)
\(\chi_{1323}(907,\cdot)\)
\(\chi_{1323}(940,\cdot)\)
\(\chi_{1323}(970,\cdot)\)
\(\chi_{1323}(1003,\cdot)\)
\(\chi_{1323}(1033,\cdot)\)
\(\chi_{1323}(1066,\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 };
\((785,1081)\) → \((e\left(\frac{1}{9}\right),e\left(\frac{16}{21}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(4\) | \(5\) | \(8\) | \(10\) | \(11\) | \(13\) | \(16\) | \(17\) | \(19\) |
| \( \chi_{ 1323 }(625, a) \) |
\(1\) | \(1\) | \(e\left(\frac{58}{63}\right)\) | \(e\left(\frac{53}{63}\right)\) | \(e\left(\frac{41}{63}\right)\) | \(e\left(\frac{16}{21}\right)\) | \(e\left(\frac{4}{7}\right)\) | \(e\left(\frac{58}{63}\right)\) | \(e\left(\frac{2}{63}\right)\) | \(e\left(\frac{43}{63}\right)\) | \(e\left(\frac{5}{7}\right)\) | \(1\) |
sage:chi(x) # x integer
gp:chareval(g,chi,x) \\ x integer, value in Q/Z
magma:chi(x)