sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(8740, base_ring=CyclotomicField(198))
M = H._module
chi = DirichletCharacter(H, M([0,0,22,36]))
gp:[g,chi] = znchar(Mod(441, 8740))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("8740.441");
| Modulus: | \(8740\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(437\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(99\) |
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: | no, induced from \(\chi_{437}(4,\cdot)\) |
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_{8740}(81,\cdot)\)
\(\chi_{8740}(101,\cdot)\)
\(\chi_{8740}(301,\cdot)\)
\(\chi_{8740}(441,\cdot)\)
\(\chi_{8740}(541,\cdot)\)
\(\chi_{8740}(821,\cdot)\)
\(\chi_{8740}(841,\cdot)\)
\(\chi_{8740}(1061,\cdot)\)
\(\chi_{8740}(1221,\cdot)\)
\(\chi_{8740}(1301,\cdot)\)
\(\chi_{8740}(1461,\cdot)\)
\(\chi_{8740}(1681,\cdot)\)
\(\chi_{8740}(1821,\cdot)\)
\(\chi_{8740}(1961,\cdot)\)
\(\chi_{8740}(1981,\cdot)\)
\(\chi_{8740}(2201,\cdot)\)
\(\chi_{8740}(2221,\cdot)\)
\(\chi_{8740}(2341,\cdot)\)
\(\chi_{8740}(2381,\cdot)\)
\(\chi_{8740}(2441,\cdot)\)
\(\chi_{8740}(2601,\cdot)\)
\(\chi_{8740}(2741,\cdot)\)
\(\chi_{8740}(3121,\cdot)\)
\(\chi_{8740}(3141,\cdot)\)
\(\chi_{8740}(3201,\cdot)\)
\(\chi_{8740}(3341,\cdot)\)
\(\chi_{8740}(3361,\cdot)\)
\(\chi_{8740}(3481,\cdot)\)
\(\chi_{8740}(3521,\cdot)\)
\(\chi_{8740}(3581,\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 };
\((4371,3497,2301,3041)\) → \((1,1,e\left(\frac{1}{9}\right),e\left(\frac{2}{11}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(7\) | \(9\) | \(11\) | \(13\) | \(17\) | \(21\) | \(27\) | \(29\) | \(31\) |
| \( \chi_{ 8740 }(441, a) \) |
\(1\) | \(1\) | \(e\left(\frac{35}{99}\right)\) | \(e\left(\frac{4}{33}\right)\) | \(e\left(\frac{70}{99}\right)\) | \(e\left(\frac{32}{33}\right)\) | \(e\left(\frac{10}{99}\right)\) | \(e\left(\frac{38}{99}\right)\) | \(e\left(\frac{47}{99}\right)\) | \(e\left(\frac{2}{33}\right)\) | \(e\left(\frac{16}{99}\right)\) | \(e\left(\frac{25}{33}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)