sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(1777, base_ring=CyclotomicField(888))
M = H._module
chi = DirichletCharacter(H, M([319]))
gp:[g,chi] = znchar(Mod(137, 1777))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("1777.137");
| Modulus: | \(1777\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(1777\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(888\) |
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_{1777}(3,\cdot)\)
\(\chi_{1777}(6,\cdot)\)
\(\chi_{1777}(12,\cdot)\)
\(\chi_{1777}(13,\cdot)\)
\(\chi_{1777}(24,\cdot)\)
\(\chi_{1777}(25,\cdot)\)
\(\chi_{1777}(26,\cdot)\)
\(\chi_{1777}(31,\cdot)\)
\(\chi_{1777}(37,\cdot)\)
\(\chi_{1777}(43,\cdot)\)
\(\chi_{1777}(48,\cdot)\)
\(\chi_{1777}(50,\cdot)\)
\(\chi_{1777}(52,\cdot)\)
\(\chi_{1777}(62,\cdot)\)
\(\chi_{1777}(71,\cdot)\)
\(\chi_{1777}(74,\cdot)\)
\(\chi_{1777}(86,\cdot)\)
\(\chi_{1777}(95,\cdot)\)
\(\chi_{1777}(96,\cdot)\)
\(\chi_{1777}(100,\cdot)\)
\(\chi_{1777}(104,\cdot)\)
\(\chi_{1777}(113,\cdot)\)
\(\chi_{1777}(117,\cdot)\)
\(\chi_{1777}(124,\cdot)\)
\(\chi_{1777}(137,\cdot)\)
\(\chi_{1777}(142,\cdot)\)
\(\chi_{1777}(148,\cdot)\)
\(\chi_{1777}(151,\cdot)\)
\(\chi_{1777}(153,\cdot)\)
\(\chi_{1777}(159,\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 };
\(5\) → \(e\left(\frac{319}{888}\right)\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 1777 }(137, a) \) |
\(1\) | \(1\) | \(e\left(\frac{17}{37}\right)\) | \(e\left(\frac{271}{444}\right)\) | \(e\left(\frac{34}{37}\right)\) | \(e\left(\frac{319}{888}\right)\) | \(e\left(\frac{31}{444}\right)\) | \(e\left(\frac{87}{296}\right)\) | \(e\left(\frac{14}{37}\right)\) | \(e\left(\frac{49}{222}\right)\) | \(e\left(\frac{727}{888}\right)\) | \(e\left(\frac{11}{24}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)