sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(4600, base_ring=CyclotomicField(110))
M = H._module
chi = DirichletCharacter(H, M([0,55,66,80]))
gp:[g,chi] = znchar(Mod(3821, 4600))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("4600.3821");
| Modulus: | \(4600\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(4600\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(110\) |
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_{4600}(141,\cdot)\)
\(\chi_{4600}(261,\cdot)\)
\(\chi_{4600}(381,\cdot)\)
\(\chi_{4600}(541,\cdot)\)
\(\chi_{4600}(581,\cdot)\)
\(\chi_{4600}(821,\cdot)\)
\(\chi_{4600}(1021,\cdot)\)
\(\chi_{4600}(1061,\cdot)\)
\(\chi_{4600}(1181,\cdot)\)
\(\chi_{4600}(1221,\cdot)\)
\(\chi_{4600}(1421,\cdot)\)
\(\chi_{4600}(1461,\cdot)\)
\(\chi_{4600}(1741,\cdot)\)
\(\chi_{4600}(1821,\cdot)\)
\(\chi_{4600}(1941,\cdot)\)
\(\chi_{4600}(1981,\cdot)\)
\(\chi_{4600}(2141,\cdot)\)
\(\chi_{4600}(2221,\cdot)\)
\(\chi_{4600}(2341,\cdot)\)
\(\chi_{4600}(2381,\cdot)\)
\(\chi_{4600}(2421,\cdot)\)
\(\chi_{4600}(2661,\cdot)\)
\(\chi_{4600}(2741,\cdot)\)
\(\chi_{4600}(2861,\cdot)\)
\(\chi_{4600}(3021,\cdot)\)
\(\chi_{4600}(3061,\cdot)\)
\(\chi_{4600}(3141,\cdot)\)
\(\chi_{4600}(3261,\cdot)\)
\(\chi_{4600}(3341,\cdot)\)
\(\chi_{4600}(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 };
\((1151,2301,2577,1201)\) → \((1,-1,e\left(\frac{3}{5}\right),e\left(\frac{8}{11}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(7\) | \(9\) | \(11\) | \(13\) | \(17\) | \(19\) | \(21\) | \(27\) | \(29\) |
| \( \chi_{ 4600 }(3821, a) \) |
\(1\) | \(1\) | \(e\left(\frac{37}{110}\right)\) | \(e\left(\frac{9}{11}\right)\) | \(e\left(\frac{37}{55}\right)\) | \(e\left(\frac{71}{110}\right)\) | \(e\left(\frac{9}{110}\right)\) | \(e\left(\frac{49}{55}\right)\) | \(e\left(\frac{23}{110}\right)\) | \(e\left(\frac{17}{110}\right)\) | \(e\left(\frac{1}{110}\right)\) | \(e\left(\frac{87}{110}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)