sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(11323, base_ring=CyclotomicField(1716))
M = H._module
chi = DirichletCharacter(H, M([1507,1638]))
gp:[g,chi] = znchar(Mod(578, 11323))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("11323.578");
| Modulus: | \(11323\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(11323\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(1716\) |
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_{11323}(45,\cdot)\)
\(\chi_{11323}(58,\cdot)\)
\(\chi_{11323}(72,\cdot)\)
\(\chi_{11323}(110,\cdot)\)
\(\chi_{11323}(119,\cdot)\)
\(\chi_{11323}(137,\cdot)\)
\(\chi_{11323}(176,\cdot)\)
\(\chi_{11323}(206,\cdot)\)
\(\chi_{11323}(228,\cdot)\)
\(\chi_{11323}(253,\cdot)\)
\(\chi_{11323}(254,\cdot)\)
\(\chi_{11323}(271,\cdot)\)
\(\chi_{11323}(310,\cdot)\)
\(\chi_{11323}(340,\cdot)\)
\(\chi_{11323}(362,\cdot)\)
\(\chi_{11323}(388,\cdot)\)
\(\chi_{11323}(405,\cdot)\)
\(\chi_{11323}(410,\cdot)\)
\(\chi_{11323}(444,\cdot)\)
\(\chi_{11323}(474,\cdot)\)
\(\chi_{11323}(496,\cdot)\)
\(\chi_{11323}(514,\cdot)\)
\(\chi_{11323}(522,\cdot)\)
\(\chi_{11323}(527,\cdot)\)
\(\chi_{11323}(539,\cdot)\)
\(\chi_{11323}(544,\cdot)\)
\(\chi_{11323}(578,\cdot)\)
\(\chi_{11323}(579,\cdot)\)
\(\chi_{11323}(630,\cdot)\)
\(\chi_{11323}(648,\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 };
\((7438,3888)\) → \((e\left(\frac{137}{156}\right),e\left(\frac{21}{22}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 11323 }(578, a) \) |
\(1\) | \(1\) | \(e\left(\frac{1429}{1716}\right)\) | \(e\left(\frac{107}{858}\right)\) | \(e\left(\frac{571}{858}\right)\) | \(e\left(\frac{127}{572}\right)\) | \(e\left(\frac{1643}{1716}\right)\) | \(e\left(\frac{1583}{1716}\right)\) | \(e\left(\frac{285}{572}\right)\) | \(e\left(\frac{107}{429}\right)\) | \(e\left(\frac{47}{858}\right)\) | \(e\left(\frac{1327}{1716}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)