sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(14089, base_ring=CyclotomicField(192))
M = H._module
chi = DirichletCharacter(H, M([120,115]))
gp:[g,chi] = znchar(Mod(4297, 14089))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("14089.4297");
| Modulus: | \(14089\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(14089\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(192\) |
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_{14089}(22,\cdot)\)
\(\chi_{14089}(501,\cdot)\)
\(\chi_{14089}(813,\cdot)\)
\(\chi_{14089}(886,\cdot)\)
\(\chi_{14089}(1085,\cdot)\)
\(\chi_{14089}(1231,\cdot)\)
\(\chi_{14089}(1803,\cdot)\)
\(\chi_{14089}(1815,\cdot)\)
\(\chi_{14089}(2200,\cdot)\)
\(\chi_{14089}(2326,\cdot)\)
\(\chi_{14089}(2346,\cdot)\)
\(\chi_{14089}(2492,\cdot)\)
\(\chi_{14089}(2504,\cdot)\)
\(\chi_{14089}(2650,\cdot)\)
\(\chi_{14089}(3149,\cdot)\)
\(\chi_{14089}(3190,\cdot)\)
\(\chi_{14089}(3514,\cdot)\)
\(\chi_{14089}(3526,\cdot)\)
\(\chi_{14089}(3672,\cdot)\)
\(\chi_{14089}(4297,\cdot)\)
\(\chi_{14089}(4723,\cdot)\)
\(\chi_{14089}(4735,\cdot)\)
\(\chi_{14089}(5173,\cdot)\)
\(\chi_{14089}(6110,\cdot)\)
\(\chi_{14089}(6154,\cdot)\)
\(\chi_{14089}(7030,\cdot)\)
\(\chi_{14089}(7071,\cdot)\)
\(\chi_{14089}(7290,\cdot)\)
\(\chi_{14089}(7833,\cdot)\)
\(\chi_{14089}(8125,\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 };
\((10809,3286)\) → \((e\left(\frac{5}{8}\right),e\left(\frac{115}{192}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 14089 }(4297, a) \) |
\(1\) | \(1\) | \(e\left(\frac{35}{96}\right)\) | \(e\left(\frac{1}{16}\right)\) | \(e\left(\frac{35}{48}\right)\) | \(e\left(\frac{43}{192}\right)\) | \(e\left(\frac{41}{96}\right)\) | \(e\left(\frac{11}{12}\right)\) | \(e\left(\frac{3}{32}\right)\) | \(e\left(\frac{1}{8}\right)\) | \(e\left(\frac{113}{192}\right)\) | \(e\left(\frac{63}{64}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)