sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(2452, base_ring=CyclotomicField(612))
M = H._module
chi = DirichletCharacter(H, M([306,293]))
gp:[g,chi] = znchar(Mod(1215, 2452))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("2452.1215");
| Modulus: | \(2452\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(2452\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(612\) |
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_{2452}(11,\cdot)\)
\(\chi_{2452}(15,\cdot)\)
\(\chi_{2452}(91,\cdot)\)
\(\chi_{2452}(95,\cdot)\)
\(\chi_{2452}(99,\cdot)\)
\(\chi_{2452}(127,\cdot)\)
\(\chi_{2452}(135,\cdot)\)
\(\chi_{2452}(159,\cdot)\)
\(\chi_{2452}(163,\cdot)\)
\(\chi_{2452}(211,\cdot)\)
\(\chi_{2452}(215,\cdot)\)
\(\chi_{2452}(219,\cdot)\)
\(\chi_{2452}(223,\cdot)\)
\(\chi_{2452}(235,\cdot)\)
\(\chi_{2452}(247,\cdot)\)
\(\chi_{2452}(251,\cdot)\)
\(\chi_{2452}(271,\cdot)\)
\(\chi_{2452}(283,\cdot)\)
\(\chi_{2452}(307,\cdot)\)
\(\chi_{2452}(311,\cdot)\)
\(\chi_{2452}(327,\cdot)\)
\(\chi_{2452}(331,\cdot)\)
\(\chi_{2452}(335,\cdot)\)
\(\chi_{2452}(339,\cdot)\)
\(\chi_{2452}(347,\cdot)\)
\(\chi_{2452}(351,\cdot)\)
\(\chi_{2452}(355,\cdot)\)
\(\chi_{2452}(371,\cdot)\)
\(\chi_{2452}(391,\cdot)\)
\(\chi_{2452}(439,\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 };
\((1227,1841)\) → \((-1,e\left(\frac{293}{612}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(5\) | \(7\) | \(9\) | \(11\) | \(13\) | \(15\) | \(17\) | \(19\) | \(21\) |
| \( \chi_{ 2452 }(1215, a) \) |
\(1\) | \(1\) | \(e\left(\frac{4}{51}\right)\) | \(e\left(\frac{235}{612}\right)\) | \(e\left(\frac{265}{306}\right)\) | \(e\left(\frac{8}{51}\right)\) | \(e\left(\frac{169}{612}\right)\) | \(e\left(\frac{173}{612}\right)\) | \(e\left(\frac{283}{612}\right)\) | \(e\left(\frac{59}{153}\right)\) | \(e\left(\frac{101}{102}\right)\) | \(e\left(\frac{17}{18}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)