sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(8779, base_ring=CyclotomicField(154))
M = H._module
chi = DirichletCharacter(H, M([96]))
gp:[g,chi] = znchar(Mod(1560, 8779))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("8779.1560");
| Modulus: | \(8779\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(8779\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(77\) |
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_{8779}(161,\cdot)\)
\(\chi_{8779}(253,\cdot)\)
\(\chi_{8779}(347,\cdot)\)
\(\chi_{8779}(585,\cdot)\)
\(\chi_{8779}(686,\cdot)\)
\(\chi_{8779}(777,\cdot)\)
\(\chi_{8779}(1009,\cdot)\)
\(\chi_{8779}(1078,\cdot)\)
\(\chi_{8779}(1246,\cdot)\)
\(\chi_{8779}(1560,\cdot)\)
\(\chi_{8779}(1591,\cdot)\)
\(\chi_{8779}(1648,\cdot)\)
\(\chi_{8779}(1694,\cdot)\)
\(\chi_{8779}(1817,\cdot)\)
\(\chi_{8779}(1919,\cdot)\)
\(\chi_{8779}(1958,\cdot)\)
\(\chi_{8779}(2072,\cdot)\)
\(\chi_{8779}(2191,\cdot)\)
\(\chi_{8779}(2295,\cdot)\)
\(\chi_{8779}(2452,\cdot)\)
\(\chi_{8779}(2556,\cdot)\)
\(\chi_{8779}(2599,\cdot)\)
\(\chi_{8779}(2662,\cdot)\)
\(\chi_{8779}(2830,\cdot)\)
\(\chi_{8779}(2929,\cdot)\)
\(\chi_{8779}(3186,\cdot)\)
\(\chi_{8779}(3193,\cdot)\)
\(\chi_{8779}(3256,\cdot)\)
\(\chi_{8779}(3387,\cdot)\)
\(\chi_{8779}(3443,\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 };
\(11\) → \(e\left(\frac{48}{77}\right)\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 8779 }(1560, a) \) |
\(1\) | \(1\) | \(e\left(\frac{61}{77}\right)\) | \(e\left(\frac{8}{11}\right)\) | \(e\left(\frac{45}{77}\right)\) | \(e\left(\frac{30}{77}\right)\) | \(e\left(\frac{40}{77}\right)\) | \(e\left(\frac{7}{11}\right)\) | \(e\left(\frac{29}{77}\right)\) | \(e\left(\frac{5}{11}\right)\) | \(e\left(\frac{2}{11}\right)\) | \(e\left(\frac{48}{77}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)