sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(18496, base_ring=CyclotomicField(272))
M = H._module
chi = DirichletCharacter(H, M([136,153,37]))
gp:[g,chi] = znchar(Mod(3099, 18496))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("18496.3099");
| Modulus: | \(18496\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(18496\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(272\) |
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_{18496}(139,\cdot)\)
\(\chi_{18496}(211,\cdot)\)
\(\chi_{18496}(227,\cdot)\)
\(\chi_{18496}(235,\cdot)\)
\(\chi_{18496}(435,\cdot)\)
\(\chi_{18496}(923,\cdot)\)
\(\chi_{18496}(963,\cdot)\)
\(\chi_{18496}(1083,\cdot)\)
\(\chi_{18496}(1227,\cdot)\)
\(\chi_{18496}(1299,\cdot)\)
\(\chi_{18496}(1315,\cdot)\)
\(\chi_{18496}(1323,\cdot)\)
\(\chi_{18496}(1523,\cdot)\)
\(\chi_{18496}(2011,\cdot)\)
\(\chi_{18496}(2051,\cdot)\)
\(\chi_{18496}(2171,\cdot)\)
\(\chi_{18496}(2315,\cdot)\)
\(\chi_{18496}(2403,\cdot)\)
\(\chi_{18496}(2411,\cdot)\)
\(\chi_{18496}(2611,\cdot)\)
\(\chi_{18496}(3099,\cdot)\)
\(\chi_{18496}(3259,\cdot)\)
\(\chi_{18496}(3475,\cdot)\)
\(\chi_{18496}(3491,\cdot)\)
\(\chi_{18496}(3499,\cdot)\)
\(\chi_{18496}(3699,\cdot)\)
\(\chi_{18496}(4187,\cdot)\)
\(\chi_{18496}(4227,\cdot)\)
\(\chi_{18496}(4347,\cdot)\)
\(\chi_{18496}(4491,\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 };
\((17919,1157,17921)\) → \((-1,e\left(\frac{9}{16}\right),e\left(\frac{37}{272}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(5\) | \(7\) | \(9\) | \(11\) | \(13\) | \(15\) | \(19\) | \(21\) | \(23\) |
| \( \chi_{ 18496 }(3099, a) \) |
\(1\) | \(1\) | \(e\left(\frac{11}{34}\right)\) | \(e\left(\frac{97}{136}\right)\) | \(e\left(\frac{57}{272}\right)\) | \(e\left(\frac{11}{17}\right)\) | \(e\left(\frac{15}{34}\right)\) | \(e\left(\frac{27}{272}\right)\) | \(e\left(\frac{5}{136}\right)\) | \(e\left(\frac{93}{272}\right)\) | \(e\left(\frac{145}{272}\right)\) | \(e\left(\frac{193}{272}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)