sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(2230, base_ring=CyclotomicField(148))
M = H._module
chi = DirichletCharacter(H, M([37,86]))
gp:[g,chi] = znchar(Mod(87, 2230))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("2230.87");
| Modulus: | \(2230\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(1115\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(148\) |
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: | no, induced from \(\chi_{1115}(87,\cdot)\) |
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_{2230}(13,\cdot)\)
\(\chi_{2230}(27,\cdot)\)
\(\chi_{2230}(87,\cdot)\)
\(\chi_{2230}(103,\cdot)\)
\(\chi_{2230}(157,\cdot)\)
\(\chi_{2230}(163,\cdot)\)
\(\chi_{2230}(167,\cdot)\)
\(\chi_{2230}(193,\cdot)\)
\(\chi_{2230}(207,\cdot)\)
\(\chi_{2230}(277,\cdot)\)
\(\chi_{2230}(327,\cdot)\)
\(\chi_{2230}(397,\cdot)\)
\(\chi_{2230}(413,\cdot)\)
\(\chi_{2230}(473,\cdot)\)
\(\chi_{2230}(533,\cdot)\)
\(\chi_{2230}(537,\cdot)\)
\(\chi_{2230}(557,\cdot)\)
\(\chi_{2230}(587,\cdot)\)
\(\chi_{2230}(603,\cdot)\)
\(\chi_{2230}(613,\cdot)\)
\(\chi_{2230}(637,\cdot)\)
\(\chi_{2230}(653,\cdot)\)
\(\chi_{2230}(667,\cdot)\)
\(\chi_{2230}(723,\cdot)\)
\(\chi_{2230}(773,\cdot)\)
\(\chi_{2230}(777,\cdot)\)
\(\chi_{2230}(787,\cdot)\)
\(\chi_{2230}(843,\cdot)\)
\(\chi_{2230}(877,\cdot)\)
\(\chi_{2230}(983,\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 };
\((447,1341)\) → \((i,e\left(\frac{43}{74}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(7\) | \(9\) | \(11\) | \(13\) | \(17\) | \(19\) | \(21\) | \(23\) | \(27\) |
| \( \chi_{ 2230 }(87, a) \) |
\(1\) | \(1\) | \(e\left(\frac{49}{148}\right)\) | \(e\left(\frac{41}{148}\right)\) | \(e\left(\frac{49}{74}\right)\) | \(e\left(\frac{13}{74}\right)\) | \(e\left(\frac{25}{148}\right)\) | \(e\left(\frac{137}{148}\right)\) | \(e\left(\frac{33}{74}\right)\) | \(e\left(\frac{45}{74}\right)\) | \(e\left(\frac{69}{148}\right)\) | \(e\left(\frac{147}{148}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)