sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(2217, base_ring=CyclotomicField(738))
M = H._module
chi = DirichletCharacter(H, M([369,565]))
gp:[g,chi] = znchar(Mod(182, 2217))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("2217.182");
| Modulus: | \(2217\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(2217\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(738\) |
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_{2217}(23,\cdot)\)
\(\chi_{2217}(29,\cdot)\)
\(\chi_{2217}(35,\cdot)\)
\(\chi_{2217}(62,\cdot)\)
\(\chi_{2217}(71,\cdot)\)
\(\chi_{2217}(77,\cdot)\)
\(\chi_{2217}(83,\cdot)\)
\(\chi_{2217}(86,\cdot)\)
\(\chi_{2217}(92,\cdot)\)
\(\chi_{2217}(95,\cdot)\)
\(\chi_{2217}(98,\cdot)\)
\(\chi_{2217}(101,\cdot)\)
\(\chi_{2217}(110,\cdot)\)
\(\chi_{2217}(116,\cdot)\)
\(\chi_{2217}(119,\cdot)\)
\(\chi_{2217}(131,\cdot)\)
\(\chi_{2217}(134,\cdot)\)
\(\chi_{2217}(140,\cdot)\)
\(\chi_{2217}(143,\cdot)\)
\(\chi_{2217}(146,\cdot)\)
\(\chi_{2217}(158,\cdot)\)
\(\chi_{2217}(170,\cdot)\)
\(\chi_{2217}(182,\cdot)\)
\(\chi_{2217}(221,\cdot)\)
\(\chi_{2217}(233,\cdot)\)
\(\chi_{2217}(242,\cdot)\)
\(\chi_{2217}(248,\cdot)\)
\(\chi_{2217}(281,\cdot)\)
\(\chi_{2217}(284,\cdot)\)
\(\chi_{2217}(287,\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 };
\((740,742)\) → \((-1,e\left(\frac{565}{738}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(4\) | \(5\) | \(7\) | \(8\) | \(10\) | \(11\) | \(13\) | \(14\) | \(16\) |
| \( \chi_{ 2217 }(182, a) \) |
\(1\) | \(1\) | \(e\left(\frac{92}{123}\right)\) | \(e\left(\frac{61}{123}\right)\) | \(e\left(\frac{85}{246}\right)\) | \(e\left(\frac{511}{738}\right)\) | \(e\left(\frac{10}{41}\right)\) | \(e\left(\frac{23}{246}\right)\) | \(e\left(\frac{37}{738}\right)\) | \(e\left(\frac{151}{246}\right)\) | \(e\left(\frac{325}{738}\right)\) | \(e\left(\frac{122}{123}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)