sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(11347, base_ring=CyclotomicField(324))
M = H._module
chi = DirichletCharacter(H, M([270,145]))
gp:[g,chi] = znchar(Mod(1062, 11347))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("11347.1062");
| Modulus: | \(11347\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(11347\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(324\) |
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_{11347}(327,\cdot)\)
\(\chi_{11347}(360,\cdot)\)
\(\chi_{11347}(563,\cdot)\)
\(\chi_{11347}(668,\cdot)\)
\(\chi_{11347}(682,\cdot)\)
\(\chi_{11347}(733,\cdot)\)
\(\chi_{11347}(964,\cdot)\)
\(\chi_{11347}(976,\cdot)\)
\(\chi_{11347}(985,\cdot)\)
\(\chi_{11347}(1062,\cdot)\)
\(\chi_{11347}(1592,\cdot)\)
\(\chi_{11347}(1643,\cdot)\)
\(\chi_{11347}(1760,\cdot)\)
\(\chi_{11347}(2005,\cdot)\)
\(\chi_{11347}(2217,\cdot)\)
\(\chi_{11347}(2250,\cdot)\)
\(\chi_{11347}(2292,\cdot)\)
\(\chi_{11347}(2294,\cdot)\)
\(\chi_{11347}(2308,\cdot)\)
\(\chi_{11347}(2327,\cdot)\)
\(\chi_{11347}(2427,\cdot)\)
\(\chi_{11347}(2551,\cdot)\)
\(\chi_{11347}(2740,\cdot)\)
\(\chi_{11347}(2831,\cdot)\)
\(\chi_{11347}(2959,\cdot)\)
\(\chi_{11347}(2978,\cdot)\)
\(\chi_{11347}(3078,\cdot)\)
\(\chi_{11347}(3090,\cdot)\)
\(\chi_{11347}(3188,\cdot)\)
\(\chi_{11347}(3274,\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 };
\((6485,8107)\) → \((e\left(\frac{5}{6}\right),e\left(\frac{145}{324}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(8\) | \(9\) | \(10\) | \(11\) | \(12\) |
| \( \chi_{ 11347 }(1062, a) \) |
\(1\) | \(1\) | \(e\left(\frac{37}{324}\right)\) | \(e\left(\frac{11}{18}\right)\) | \(e\left(\frac{37}{162}\right)\) | \(e\left(\frac{107}{162}\right)\) | \(e\left(\frac{235}{324}\right)\) | \(e\left(\frac{37}{108}\right)\) | \(e\left(\frac{2}{9}\right)\) | \(e\left(\frac{251}{324}\right)\) | \(e\left(\frac{13}{81}\right)\) | \(e\left(\frac{68}{81}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)