sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(5963, base_ring=CyclotomicField(88))
M = H._module
chi = DirichletCharacter(H, M([8,7]))
gp:[g,chi] = znchar(Mod(2543, 5963))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("5963.2543");
| Modulus: | \(5963\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(5963\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(88\) |
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: | odd |
sage:chi.is_odd()
gp:zncharisodd(g,chi)
magma:IsOdd(chi);
|
\(\chi_{5963}(24,\cdot)\)
\(\chi_{5963}(159,\cdot)\)
\(\chi_{5963}(308,\cdot)\)
\(\chi_{5963}(399,\cdot)\)
\(\chi_{5963}(531,\cdot)\)
\(\chi_{5963}(617,\cdot)\)
\(\chi_{5963}(1203,\cdot)\)
\(\chi_{5963}(1220,\cdot)\)
\(\chi_{5963}(1498,\cdot)\)
\(\chi_{5963}(1898,\cdot)\)
\(\chi_{5963}(1965,\cdot)\)
\(\chi_{5963}(2019,\cdot)\)
\(\chi_{5963}(2139,\cdot)\)
\(\chi_{5963}(2184,\cdot)\)
\(\chi_{5963}(2287,\cdot)\)
\(\chi_{5963}(2543,\cdot)\)
\(\chi_{5963}(3230,\cdot)\)
\(\chi_{5963}(3323,\cdot)\)
\(\chi_{5963}(3575,\cdot)\)
\(\chi_{5963}(3814,\cdot)\)
\(\chi_{5963}(3833,\cdot)\)
\(\chi_{5963}(4176,\cdot)\)
\(\chi_{5963}(4243,\cdot)\)
\(\chi_{5963}(4347,\cdot)\)
\(\chi_{5963}(4380,\cdot)\)
\(\chi_{5963}(4481,\cdot)\)
\(\chi_{5963}(4504,\cdot)\)
\(\chi_{5963}(4819,\cdot)\)
\(\chi_{5963}(4833,\cdot)\)
\(\chi_{5963}(4839,\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 };
\((5697,537)\) → \((e\left(\frac{1}{11}\right),e\left(\frac{7}{88}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 5963 }(2543, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{4}{11}\right)\) | \(e\left(\frac{5}{8}\right)\) | \(e\left(\frac{8}{11}\right)\) | \(e\left(\frac{41}{44}\right)\) | \(e\left(\frac{87}{88}\right)\) | \(e\left(\frac{47}{88}\right)\) | \(e\left(\frac{1}{11}\right)\) | \(i\) | \(e\left(\frac{13}{44}\right)\) | \(e\left(\frac{1}{22}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)