sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(2535, base_ring=CyclotomicField(156))
M = H._module
chi = DirichletCharacter(H, M([78,117,10]))
gp:[g,chi] = znchar(Mod(1193, 2535))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("2535.1193");
| Modulus: | \(2535\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(2535\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(156\) |
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_{2535}(17,\cdot)\)
\(\chi_{2535}(62,\cdot)\)
\(\chi_{2535}(173,\cdot)\)
\(\chi_{2535}(212,\cdot)\)
\(\chi_{2535}(218,\cdot)\)
\(\chi_{2535}(257,\cdot)\)
\(\chi_{2535}(368,\cdot)\)
\(\chi_{2535}(407,\cdot)\)
\(\chi_{2535}(413,\cdot)\)
\(\chi_{2535}(452,\cdot)\)
\(\chi_{2535}(563,\cdot)\)
\(\chi_{2535}(602,\cdot)\)
\(\chi_{2535}(608,\cdot)\)
\(\chi_{2535}(647,\cdot)\)
\(\chi_{2535}(758,\cdot)\)
\(\chi_{2535}(797,\cdot)\)
\(\chi_{2535}(803,\cdot)\)
\(\chi_{2535}(842,\cdot)\)
\(\chi_{2535}(953,\cdot)\)
\(\chi_{2535}(998,\cdot)\)
\(\chi_{2535}(1148,\cdot)\)
\(\chi_{2535}(1187,\cdot)\)
\(\chi_{2535}(1193,\cdot)\)
\(\chi_{2535}(1232,\cdot)\)
\(\chi_{2535}(1343,\cdot)\)
\(\chi_{2535}(1382,\cdot)\)
\(\chi_{2535}(1388,\cdot)\)
\(\chi_{2535}(1427,\cdot)\)
\(\chi_{2535}(1538,\cdot)\)
\(\chi_{2535}(1577,\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 };
\((1691,1522,1861)\) → \((-1,-i,e\left(\frac{5}{78}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(4\) | \(7\) | \(8\) | \(11\) | \(14\) | \(16\) | \(17\) | \(19\) | \(22\) |
| \( \chi_{ 2535 }(1193, a) \) |
\(1\) | \(1\) | \(e\left(\frac{49}{156}\right)\) | \(e\left(\frac{49}{78}\right)\) | \(e\left(\frac{95}{156}\right)\) | \(e\left(\frac{49}{52}\right)\) | \(e\left(\frac{4}{39}\right)\) | \(e\left(\frac{12}{13}\right)\) | \(e\left(\frac{10}{39}\right)\) | \(e\left(\frac{95}{156}\right)\) | \(e\left(\frac{2}{3}\right)\) | \(e\left(\frac{5}{12}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)