sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(4465, base_ring=CyclotomicField(276))
M = H._module
chi = DirichletCharacter(H, M([207,230,120]))
gp:[g,chi] = znchar(Mod(943, 4465))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("4465.943");
| Modulus: | \(4465\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(4465\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(276\) |
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_{4465}(8,\cdot)\)
\(\chi_{4465}(12,\cdot)\)
\(\chi_{4465}(27,\cdot)\)
\(\chi_{4465}(103,\cdot)\)
\(\chi_{4465}(122,\cdot)\)
\(\chi_{4465}(183,\cdot)\)
\(\chi_{4465}(202,\cdot)\)
\(\chi_{4465}(388,\cdot)\)
\(\chi_{4465}(392,\cdot)\)
\(\chi_{4465}(487,\cdot)\)
\(\chi_{4465}(502,\cdot)\)
\(\chi_{4465}(578,\cdot)\)
\(\chi_{4465}(582,\cdot)\)
\(\chi_{4465}(692,\cdot)\)
\(\chi_{4465}(768,\cdot)\)
\(\chi_{4465}(848,\cdot)\)
\(\chi_{4465}(863,\cdot)\)
\(\chi_{4465}(867,\cdot)\)
\(\chi_{4465}(882,\cdot)\)
\(\chi_{4465}(943,\cdot)\)
\(\chi_{4465}(958,\cdot)\)
\(\chi_{4465}(977,\cdot)\)
\(\chi_{4465}(1038,\cdot)\)
\(\chi_{4465}(1152,\cdot)\)
\(\chi_{4465}(1228,\cdot)\)
\(\chi_{4465}(1243,\cdot)\)
\(\chi_{4465}(1247,\cdot)\)
\(\chi_{4465}(1323,\cdot)\)
\(\chi_{4465}(1418,\cdot)\)
\(\chi_{4465}(1437,\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 };
\((1787,2586,381)\) → \((-i,e\left(\frac{5}{6}\right),e\left(\frac{10}{23}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(6\) | \(7\) | \(8\) | \(9\) | \(11\) | \(12\) | \(13\) |
| \( \chi_{ 4465 }(943, a) \) |
\(1\) | \(1\) | \(e\left(\frac{113}{276}\right)\) | \(e\left(\frac{215}{276}\right)\) | \(e\left(\frac{113}{138}\right)\) | \(e\left(\frac{13}{69}\right)\) | \(e\left(\frac{61}{92}\right)\) | \(e\left(\frac{21}{92}\right)\) | \(e\left(\frac{77}{138}\right)\) | \(e\left(\frac{1}{23}\right)\) | \(e\left(\frac{55}{92}\right)\) | \(e\left(\frac{55}{276}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)